Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_cfg.cc62 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFG() local
238 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFG() local
Ddexdump.cc1021 const s4 targ = (s4) pDecInsn->VRegA(); in dumpInstruction() local
1032 const s4 targ = (s4) pDecInsn->VRegB(); in dumpInstruction() local
1069 const s4 targ = (s4) pDecInsn->VRegC(); in dumpInstruction() local
/art/dexlayout/
Ddexlayout.cc877 const int32_t targ = (int32_t) dec_insn->VRegA(); in DumpInstruction() local
888 const int32_t targ = (int32_t) dec_insn->VRegB(); in DumpInstruction() local
925 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.cc1558 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets() local
1572 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets() local
3556 int offset_to_targets, targ; in CodeFlowVerifyInstruction() local