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

  /art/compiler/jni/quick/
jni_compiler.cc 213 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset,
218 __ CreateHandleScopeEntry(out_reg, class_handle_scope_offset,
261 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset,
265 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset,
332 __ CreateHandleScopeEntry(out_off, handle_scope_offset,
337 __ CreateHandleScopeEntry(out_reg, handle_scope_offset,
438 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset,
443 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset,
535 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed);
547 __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister()
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.h 179 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
184 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
assembler_arm64.cc 549 void Arm64Assembler::CreateHandleScopeEntry(
576 void Arm64Assembler::CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handle_scope_offset,
  /art/compiler/utils/
assembler.h 480 virtual void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
485 virtual void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
  /art/compiler/utils/x86/
assembler_x86.h 722 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
727 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
assembler_x86.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm.cc 734 void ArmAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg,
763 void ArmAssembler::CreateHandleScopeEntry(FrameOffset out_off,
    [all...]
assembler_arm.h     [all...]
  /art/compiler/utils/mips/
assembler_mips.h 530 void CreateHandleScopeEntry(ManagedRegister out_reg,
537 void CreateHandleScopeEntry(FrameOffset out_off,
    [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 455 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
460 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister
assembler_mips64.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 793 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
798 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
    [all...]
assembler_x86_64.cc     [all...]

Completed in 728 milliseconds