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

  /art/compiler/optimizing/
code_generator_mips.h 158 class SlowPathCodeMIPS : public SlowPathCode {
160 explicit SlowPathCodeMIPS(HInstruction* instruction)
170 DISALLOW_COPY_AND_ASSIGN(SlowPathCodeMIPS);
238 void GenerateClassInitializationCheck(SlowPathCodeMIPS* slow_path, Register class_reg);
code_generator_mips.cc 166 class BoundsCheckSlowPathMIPS : public SlowPathCodeMIPS {
168 explicit BoundsCheckSlowPathMIPS(HBoundsCheck* instruction) : SlowPathCodeMIPS(instruction) {}
203 class DivZeroCheckSlowPathMIPS : public SlowPathCodeMIPS {
205 explicit DivZeroCheckSlowPathMIPS(HDivZeroCheck* instruction) : SlowPathCodeMIPS(instruction) {}
222 class LoadClassSlowPathMIPS : public SlowPathCodeMIPS {
228 : SlowPathCodeMIPS(at),
283 class LoadStringSlowPathMIPS : public SlowPathCodeMIPS {
286 : SlowPathCodeMIPS(instruction) {}
318 class NullCheckSlowPathMIPS : public SlowPathCodeMIPS {
320 explicit NullCheckSlowPathMIPS(HNullCheck* instr) : SlowPathCodeMIPS(instr) {
    [all...]
intrinsics_mips.cc 103 class IntrinsicSlowPathMIPS : public SlowPathCodeMIPS {
105 explicit IntrinsicSlowPathMIPS(HInvoke* invoke) : SlowPathCodeMIPS(invoke), invoke_(invoke) { }
    [all...]

Completed in 167 milliseconds