Home
last modified time | relevance | path

Searched defs:targ (Results 1 – 4 of 4) sorted by relevance

/art/dexdump/
Ddexdump.cc682 const s4 targ = (s4) pDecInsn->VRegA(); in dumpInstruction() local
694 const s4 targ = (s4) pDecInsn->VRegB(); in dumpInstruction() local
732 const s4 targ = (s4) pDecInsn->VRegC(); in dumpInstruction() local
/art/test/046-reflect/src/
DMain.java372 Target targ; in run() local
/art/runtime/
Dutils.cc1503 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFGImpl() local
1682 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFGImpl() local
/art/runtime/verifier/
Dmethod_verifier.cc1499 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets() local
1513 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets() local
3481 int offset_to_targets, targ; in CodeFlowVerifyInstruction() local