Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc401 __ B(GetReturnLabel()); in EmitNativeCode()
407 vixl::aarch64::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm64::SuspendCheckSlowPathARM64
2099 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc171 __ jmp(GetReturnLabel()); in EmitNativeCode()
177 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86_64::SuspendCheckSlowPathX86_64
6147 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86.cc239 __ jmp(GetReturnLabel()); in EmitNativeCode()
245 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86::SuspendCheckSlowPathX86
6811 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_arm_vixl.cc444 __ B(GetReturnLabel()); in EmitNativeCode()
450 vixl32::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm::SuspendCheckSlowPathARMVIXL
7296 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()