HomeSort by relevance Sort by last modified time
    Searched refs:out_off (Results 1 - 15 of 15) sorted by null

  /art/compiler/jni/quick/
jni_compiler.cc 354 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); local
355 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset,
402 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); local
403 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset,
476 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); local
477 __ CreateHandleScopeEntry(out_off, handle_scope_offset,
597 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); local
598 __ Copy(out_off, saved_cookie_offset, end_jni_conv->InterproceduralScratchRegister(), 4);
607 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); local
608 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset
713 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); local
738 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); local
    [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.h 165 // Set up out_off to hold a Object** into the handle scope, or to be null if the
167 void CreateHandleScopeEntry(FrameOffset out_off,
jni_macro_assembler_arm_vixl.cc 493 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off,
521 asm_.StoreToOffset(kStoreWord, scratch.AsVIXLRegister(), sp, out_off.Int32Value());
  /art/compiler/utils/
jni_macro_assembler.h 178 // Set up out_off to hold a Object** into the handle scope, or to be null if the
180 virtual void CreateHandleScopeEntry(FrameOffset out_off,
  /art/compiler/utils/x86/
jni_macro_assembler_x86.h 135 // Set up out_off to hold a Object** into the handle scope, or to be null if the
137 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
jni_macro_assembler_x86.cc 446 void X86JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off,
462 Store(out_off, scratch, 4);
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.h 159 // Set up out_off to hold a Object** into the handle scope, or to be null if the
161 void CreateHandleScopeEntry(FrameOffset out_off,
jni_macro_assembler_x86_64.cc 503 void X86_64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off,
519 Store(out_off, scratch, 8);
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.h 147 // Set up out_off to hold a Object** into the handle scope, or to be null if the
149 void CreateHandleScopeEntry(FrameOffset out_off,
jni_macro_assembler_arm64.cc 586 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off,
604 StoreToOffset(scratch.AsXRegister(), SP, out_off.Int32Value());
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 14348 bfd_vma out_off; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]
assembler_mips64.cc     [all...]

Completed in 378 milliseconds