Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc276 __ B(GetReturnLabel()); in EmitNativeCode()
282 vixl::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm64::SuspendCheckSlowPathARM64
1059 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_mips64.cc292 __ B(GetReturnLabel()); in EmitNativeCode()
298 Label* GetReturnLabel() { in GetReturnLabel() function in art::mips64::SuspendCheckSlowPathMIPS64
995 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_arm.cc104 __ b(GetReturnLabel()); in EmitNativeCode()
110 Label* GetReturnLabel() { in GetReturnLabel() function in art::arm::SuspendCheckSlowPathARM
3562 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86.cc145 __ jmp(GetReturnLabel()); in EmitNativeCode()
151 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86::SuspendCheckSlowPathX86
4021 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc128 __ jmp(GetReturnLabel()); in EmitNativeCode()
134 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86_64::SuspendCheckSlowPathX86_64
3888 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()