Home | History | Annotate | Download | only in verifier

Lines Matching refs:inst_size

1022     size_t inst_size = inst->SizeInCodeUnits();
1024 dex_pc += inst_size;
1025 inst = inst->RelativeAt(inst_size);