Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h6315 SlowPathCode* GetSlowPath() const { return slow_path_; } in GetSlowPath() function
Dcode_generator_arm64.cc1922 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc5778 down_cast<SuspendCheckSlowPathX86_64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_x86.cc6407 down_cast<SuspendCheckSlowPathX86*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc7010 down_cast<SuspendCheckSlowPathARMVIXL*>(instruction->GetSlowPath()); in GenerateSuspendCheck()