/art/compiler/jni/quick/ |
D | jni_compiler.cc | 206 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 211 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 278 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal() local 283 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in ArtJniCompileMethodInternal() local 383 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 388 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 477 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() local 489 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter() local 503 …__ CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowe… in CopyParameter() local 517 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter() local
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 168 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, 173 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
|
D | assembler_arm64.cc | 542 void Arm64Assembler::CreateHandleScopeEntry(ManagedRegister m_out_reg, FrameOffset handle_scope_off… in CreateHandleScopeEntry() function in art::arm64::Arm64Assembler 568 void Arm64Assembler::CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handle_scope_offset, in CreateHandleScopeEntry() function in art::arm64::Arm64Assembler
|
/art/compiler/utils/ |
D | assembler.h | 473 virtual void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, 478 virtual void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 245 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist… 250 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister m…
|
D | assembler_mips.cc | 830 void MipsAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips::MipsAssembler 858 void MipsAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips::MipsAssembler
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 549 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist… 554 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister s…
|
D | assembler_x86.cc | 1740 void X86Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86::X86Assembler 1762 void X86Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 591 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist… 596 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister s…
|
D | assembler_x86_64.cc | 2099 void X86_64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86_64::X86_64Assembler 2127 void X86_64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86_64::X86_64Assembler
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 700 void ArmAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::arm::ArmAssembler 729 void ArmAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm::ArmAssembler
|
D | assembler_arm.h | 699 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist… 704 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister s…
|