Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.cc51 mirror::Reference::GetJavaLangRefReference()->SetSlowPath(true); in EnableSlowPath()
55 mirror::Reference::GetJavaLangRefReference()->SetSlowPath(false); in DisableSlowPath()
/art/runtime/mirror/
Dclass-inl.h889 inline void Class::SetSlowPath(bool enabled) { in SetSlowPath() function
Dclass.h1256 void SetSlowPath(bool enabled) REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Dnodes.h5625 void SetSlowPath(SlowPathCode* slow_path) { slow_path_ = slow_path; } in SetSlowPath() function
Dcode_generator_arm64.cc2206 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc5203 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_x86.cc5737 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc6976 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()