Home
last modified time | relevance | path

Searched refs:GetReturnLabel (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc435 __ B(GetReturnLabel()); in EmitNativeCode()
441 vixl::aarch64::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm64::SuspendCheckSlowPathARM64
1941 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc166 __ jmp(GetReturnLabel()); in EmitNativeCode()
172 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86_64::SuspendCheckSlowPathX86_64
5796 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86.cc215 __ jmp(GetReturnLabel()); in EmitNativeCode()
221 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86::SuspendCheckSlowPathX86
6424 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc441 __ B(GetReturnLabel()); in EmitNativeCode()
447 vixl32::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm::SuspendCheckSlowPathARMVIXL
7029 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()