Searched refs:targ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc1166 for (uint32_t targ = 1; targ < switch_count; targ++) {
1167 int32_t key = (int32_t) switch_insns[keys_offset + targ * 2] |
1168 (int32_t) (switch_insns[keys_offset + targ * 2 + 1] << 16);
1178 for (uint32_t targ = 0; targ < switch_count; targ++) {
1179 int32_t offset = (int32_t) switch_insns[targets_offset + targ * 2] |
1180 (int32_t) (switch_insns[targets_offset + targ *
2992 int offset_to_targets, targ; local
[all...]
/art/test/046-reflect/src/
H A DMain.java372 Target targ;
378 targ = cons.newInstance(args);
379 targ.myMethod(17);

Completed in 138 milliseconds