Home
last modified time | relevance | path

Searched refs:GetSlowPath (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc1774 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dnodes.h6206 SlowPathCode* GetSlowPath() const { return slow_path_; } in GetSlowPath() function
Dcode_generator_mips64.cc1915 down_cast<SuspendCheckSlowPathMIPS64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc5554 down_cast<SuspendCheckSlowPathX86_64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_x86.cc6173 down_cast<SuspendCheckSlowPathX86*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc6641 down_cast<SuspendCheckSlowPathARMVIXL*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_mips.cc2069 down_cast<SuspendCheckSlowPathMIPS*>(instruction->GetSlowPath()); in GenerateSuspendCheck()