Searched refs:data_cursor (Results 1 – 1 of 1) sorted by relevance
1640 uint32_t data_cursor = data_offset; in DecodeInstructions() local1645 while (data_cursor < data_byte_size && in DecodeInstructions()1659 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor); in DecodeInstructions()1665 data_cursor += inst_size; in DecodeInstructions()1670 return data_cursor - data_offset; in DecodeInstructions()