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

  /art/compiler/jni/quick/
jni_compiler.cc 205 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); local
206 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset,
277 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); local
278 __ CreateHandleScopeEntry(out_off, handle_scope_offset,
372 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); local
373 __ Copy(out_off, saved_cookie_offset, end_jni_conv->InterproceduralScratchRegister(), 4);
382 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); local
383 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset,
487 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); local
489 __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister()
512 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); local
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.h 171 // Set up out_off to hold a Object** into the handle scope, or to be NULL if the
173 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
assembler_arm64.cc 568 void Arm64Assembler::CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handle_scope_offset,
584 StoreToOffset(scratch.AsCoreRegister(), SP, out_off.Int32Value());
  /art/compiler/utils/
assembler.h 476 // Set up out_off to hold a Object** into the handle scope, or to be NULL if the
478 virtual void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
  /art/compiler/utils/arm/
assembler_arm.cc 729 void ArmAssembler::CreateHandleScopeEntry(FrameOffset out_off,
747 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, out_off.Int32Value());
assembler_arm.h 702 // Set up out_off to hold a Object** into the handle scope, or to be NULL if the
704 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister scratch,
  /art/compiler/utils/mips/
assembler_mips.h 248 // Set up out_off to hold a Object** into the handle scope, or to be NULL if the
250 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister mscratch,
assembler_mips.cc 858 void MipsAssembler::CreateHandleScopeEntry(FrameOffset out_off,
877 StoreToOffset(kStoreWord, scratch.AsCoreRegister(), SP, out_off.Int32Value());
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 552 // Set up out_off to hold a Object** into the handle scope, or to be NULL if the
554 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister scratch,
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 594 // Set up out_off to hold a Object** into the handle scope, or to be NULL if the
596 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister scratch,
assembler_x86_64.cc     [all...]

Completed in 3072 milliseconds