Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_cfg.cc60 for (uint32_t targ = 0; targ < switch_count; targ++) { in dumpMethodCFGImpl() local
239 for (uint32_t targ = 0; targ < switch_count; targ++) { in dumpMethodCFGImpl() local
Ddexdump.cc994 const s4 targ = (s4) pDecInsn->VRegA(); in dumpInstruction() local
1005 const s4 targ = (s4) pDecInsn->VRegB(); in dumpInstruction() local
1042 const s4 targ = (s4) pDecInsn->VRegC(); in dumpInstruction() local
/art/dexlayout/
Ddexlayout.cc919 const int32_t targ = (int32_t) dec_insn->VRegA(); in DumpInstruction() local
930 const int32_t targ = (int32_t) dec_insn->VRegB(); in DumpInstruction() local
967 const int32_t targ = (int32_t) dec_insn->VRegC(); in DumpInstruction() local
/art/test/046-reflect/src/
DMain.java371 Target targ; in run() local
/art/runtime/verifier/
Dmethod_verifier.cc1559 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets() local
1573 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets() local
3552 int offset_to_targets, targ; in CodeFlowVerifyInstruction() local