Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc306 __ Bc(GetReturnLabel()); in EmitNativeCode()
312 Mips64Label* GetReturnLabel() { in GetReturnLabel() function in art::mips64::SuspendCheckSlowPathMIPS64
1004 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_arm64.cc404 __ B(GetReturnLabel()); in EmitNativeCode()
410 vixl::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm64::SuspendCheckSlowPathARM64
1535 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_mips.cc354 __ B(GetReturnLabel()); in EmitNativeCode()
360 MipsLabel* GetReturnLabel() { in GetReturnLabel() function in art::mips::SuspendCheckSlowPathMIPS
1122 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc159 __ jmp(GetReturnLabel()); in EmitNativeCode()
165 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86_64::SuspendCheckSlowPathX86_64
5094 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_arm.cc127 __ b(GetReturnLabel()); in EmitNativeCode()
133 Label* GetReturnLabel() { in GetReturnLabel() function in art::arm::SuspendCheckSlowPathARM
4840 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86.cc181 __ jmp(GetReturnLabel()); in EmitNativeCode()
187 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86::SuspendCheckSlowPathX86
5598 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()