Lines Matching refs:SlowPathCodeMIPS64
109 class BoundsCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
145 class DivZeroCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
164 class LoadClassSlowPathMIPS64 : public SlowPathCodeMIPS64 {
221 class LoadStringSlowPathMIPS64 : public SlowPathCodeMIPS64 {
255 class NullCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
275 class SuspendCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
314 class TypeCheckSlowPathMIPS64 : public SlowPathCodeMIPS64 {
375 class DeoptimizationSlowPathMIPS64 : public SlowPathCodeMIPS64 {
970 void InstructionCodeGeneratorMIPS64::GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, in GenerateClassInitializationCheck()
1612 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathMIPS64( in VisitCheckCast()
1638 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathMIPS64( in VisitClinitCheck()
1875 SlowPathCodeMIPS64* slow_path = in VisitDivZeroCheck()
2093 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) in VisitDeoptimize()
2267 SlowPathCodeMIPS64* slow_path = in VisitInstanceOf()
2497 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathMIPS64( in VisitLoadClass()
2539 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathMIPS64(load); in VisitLoadString()
2794 SlowPathCodeMIPS64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathMIPS64(instruction); in GenerateExplicitNullCheck()