Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc1040 down_cast<SuspendCheckSlowPathARM64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dnodes.h3400 SlowPathCode* GetSlowPath() const { return slow_path_; } in GetSlowPath() function
Dcode_generator_arm.cc3543 down_cast<SuspendCheckSlowPathARM*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_x86.cc4004 down_cast<SuspendCheckSlowPathX86*>(instruction->GetSlowPath()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc3871 down_cast<SuspendCheckSlowPathX86_64*>(instruction->GetSlowPath()); in GenerateSuspendCheck()