Lines Matching refs:SlowPathCodeARM64
107 class BoundsCheckSlowPathARM64 : public SlowPathCodeARM64 {
139 class DivZeroCheckSlowPathARM64 : public SlowPathCodeARM64 {
156 class LoadClassSlowPathARM64 : public SlowPathCodeARM64 {
213 class LoadStringSlowPathARM64 : public SlowPathCodeARM64 {
243 class NullCheckSlowPathARM64 : public SlowPathCodeARM64 {
261 class SuspendCheckSlowPathARM64 : public SlowPathCodeARM64 {
302 class TypeCheckSlowPathARM64 : public SlowPathCodeARM64 {
356 class DeoptimizationSlowPathARM64 : public SlowPathCodeARM64 {
991 void InstructionCodeGeneratorARM64::GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path, in GenerateClassInitializationCheck()
1463 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) TypeCheckSlowPathARM64( in VisitCheckCast()
1489 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64( in VisitClinitCheck()
1658 SlowPathCodeARM64* slow_path = in VisitDivZeroCheck()
1830 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) in VisitDeoptimize()
1887 SlowPathCodeARM64* slow_path = in VisitInstanceOf()
2117 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadClassSlowPathARM64( in VisitLoadClass()
2157 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) LoadStringSlowPathARM64(load); in VisitLoadString()
2385 SlowPathCodeARM64* slow_path = new (GetGraph()->GetArena()) NullCheckSlowPathARM64(instruction); in GenerateExplicitNullCheck()