Home
last modified time | relevance | path

Searched refs:SetSlowPath (Results 1 – 10 of 10) 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.h939 inline void Class::SetSlowPath(bool enabled) { in SetSlowPath() function
Dclass.h1219 void SetSlowPath(bool enabled) REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Dcode_generator_arm64.cc2161 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dnodes.h5978 void SetSlowPath(SlowPathCode* slow_path) { slow_path_ = slow_path; } in SetSlowPath() function
Dcode_generator_mips64.cc1795 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc5189 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_x86.cc5742 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc6754 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()
Dcode_generator_mips.cc1951 instruction->SetSlowPath(slow_path); in GenerateSuspendCheck()