Searched refs:targ (Results 1 – 4 of 4) sorted by relevance
62 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFG() local64 static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) | in DumpMethodCFG()65 static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16); in DumpMethodCFG()238 for (uint32_t targ = 0; targ < switch_count; targ++) { in DumpMethodCFG() local240 static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) | in DumpMethodCFG()241 static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16); in DumpMethodCFG()
1088 const s4 targ = (s4) pDecInsn->VRegA(); in dumpInstruction() local1090 insnIdx + targ, in dumpInstruction()1091 (targ < 0) ? '-' : '+', in dumpInstruction()1092 (targ < 0) ? -targ : targ); in dumpInstruction()1099 const s4 targ = (s4) pDecInsn->VRegB(); in dumpInstruction() local1101 insnIdx + targ, in dumpInstruction()1102 (targ < 0) ? '-' : '+', in dumpInstruction()1103 (targ < 0) ? -targ : targ); in dumpInstruction()1136 const s4 targ = (s4) pDecInsn->VRegC(); in dumpInstruction() local1139 insnIdx + targ, in dumpInstruction()[all …]
1524 for (uint32_t targ = 1; targ < switch_count; targ++) { in CheckSwitchTargets() local1526 static_cast<int32_t>(switch_insns[keys_offset + targ * 2]) | in CheckSwitchTargets()1527 static_cast<int32_t>(switch_insns[keys_offset + targ * 2 + 1] << 16); in CheckSwitchTargets()1538 for (uint32_t targ = 0; targ < switch_count; targ++) { in CheckSwitchTargets() local1539 int32_t offset = static_cast<int32_t>(switch_insns[targets_offset + targ * 2]) | in CheckSwitchTargets()1540 static_cast<int32_t>(switch_insns[targets_offset + targ * 2 + 1] << 16); in CheckSwitchTargets()1548 << "[" << targ << "]"; in CheckSwitchTargets()3421 int offset_to_targets, targ; in CodeFlowVerifyInstruction() local3433 for (targ = 0; targ < switch_count; targ++) { in CodeFlowVerifyInstruction()3438 offset = switch_insns[offset_to_targets + targ * 2] | in CodeFlowVerifyInstruction()[all …]
371 Target targ; in run() local377 targ = cons.newInstance(args); in run()378 targ.myMethod(17); in run()