Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc398 __ B(GetReturnLabel()); in EmitNativeCode()
404 vixl::aarch64::Label* GetReturnLabel() { in GetReturnLabel() function in art::arm64::SuspendCheckSlowPathARM64
1927 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86_64.cc168 __ jmp(GetReturnLabel()); in EmitNativeCode()
174 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86_64::SuspendCheckSlowPathX86_64
5927 __ 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
7118 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()
Dcode_generator_x86.cc217 __ jmp(GetReturnLabel()); in EmitNativeCode()
223 Label* GetReturnLabel() { in GetReturnLabel() function in art::x86::SuspendCheckSlowPathX86
6757 __ Bind(slow_path->GetReturnLabel()); in GenerateSuspendCheck()