HomeSort by relevance Sort by last modified time
    Searched refs:kPseudoTargetLabel (Results 1 - 15 of 15) sorted by null

  /art/compiler/dex/quick/mips/
call_mips.cc 100 LIR* base_label = NewLIR0(kPseudoTargetLabel);
113 LIR* loop_label = NewLIR0(kPseudoTargetLabel);
124 LIR* exit_label = NewLIR0(kPseudoTargetLabel);
190 LIR* base_label = NewLIR0(kPseudoTargetLabel);
211 LIR* target = NewLIR0(kPseudoTargetLabel);
252 LIR* base_label = NewLIR0(kPseudoTargetLabel);
316 LIR* target = NewLIR0(kPseudoTargetLabel);
int_mips.cc 59 LIR* target = NewLIR0(kPseudoTargetLabel);
591 LIR* target = NewLIR0(kPseudoTargetLabel);
assemble_mips.cc 484 hop_target = RawLIR(dalvik_offset, kPseudoTargetLabel);
491 LIR* anchor = RawLIR(dalvik_offset, kPseudoTargetLabel);
536 * kPseudoTargetLabel and is stored in operands[2].
537 * If operands[3] is null, then label2 is a kPseudoTargetLabel
    [all...]
  /art/compiler/dex/quick/x86/
call_x86.cc 115 LIR* target = NewLIR0(kPseudoTargetLabel);
167 branch->target = NewLIR0(kPseudoTargetLabel);
184 branch->target = NewLIR0(kPseudoTargetLabel);
187 branch2->target = NewLIR0(kPseudoTargetLabel);
209 LIR* target = NewLIR0(kPseudoTargetLabel);
fp_x86.cc 171 branch_na_n->target = NewLIR0(kPseudoTargetLabel);
173 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel);
174 branch_normal->target = NewLIR0(kPseudoTargetLabel);
193 branch_na_n->target = NewLIR0(kPseudoTargetLabel);
195 branch_pos_overflow->target = NewLIR0(kPseudoTargetLabel);
196 branch_normal->target = NewLIR0(kPseudoTargetLabel);
274 branch2->target = NewLIR0(kPseudoTargetLabel);
280 branch->target = NewLIR0(kPseudoTargetLabel);
int_x86.cc 232 branch->target = NewLIR0(kPseudoTargetLabel);
234 branch2->target = NewLIR0(kPseudoTargetLabel);
544 LIR* target = NewLIR0(kPseudoTargetLabel);
  /art/compiler/dex/quick/
gen_common.cc 304 LIR* target = NewLIR0(kPseudoTargetLabel);
383 LIR* skip_target = NewLIR0(kPseudoTargetLabel);
464 LIR* skip_target = NewLIR0(kPseudoTargetLabel);
769 LIR* target1 = NewLIR0(kPseudoTargetLabel);
781 LIR* target2 = NewLIR0(kPseudoTargetLabel);
824 LIR* target = NewLIR0(kPseudoTargetLabel);
    [all...]
mir_to_lir-inl.h 53 if ((opcode == kPseudoTargetLabel) || (opcode == kPseudoSafepointPC) ||
local_optimizations.cc 428 if ((prev_lir->opcode == kPseudoTargetLabel) ||
codegen_util.cc 153 case kPseudoTargetLabel:
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 345 LIR* target = NewLIR0(kPseudoTargetLabel);
402 LIR* target = NewLIR0(kPseudoTargetLabel);
548 LIR* target = NewLIR0(kPseudoTargetLabel);
int_arm.cc 105 target2 = NewLIR0(kPseudoTargetLabel);
108 target1 = NewLIR0(kPseudoTargetLabel);
546 LIR* target = NewLIR0(kPseudoTargetLabel);
    [all...]
fp_arm.cc 324 branch->target = NewLIR0(kPseudoTargetLabel);
  /art/compiler/dex/
compiler_enums.h 94 kPseudoTargetLabel = -5,

Completed in 434 milliseconds