Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc1778 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dnodes.h6205 void SetSlowPath(SlowPathCode* slow_path) { slow_path_ = slow_path; } in SetSlowPath() function
Dcode_generator_mips64.cc1920 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc5558 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_x86.cc6177 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc6645 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_mips.cc2074 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()