Home
last modified time | relevance | path

Searched refs:CreateHandleScopeEntry (Results 1 – 12 of 12) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc206 __ 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/
Dassembler_arm64.h168 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
173 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
Dassembler_arm64.cc542 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/
Dassembler.h473 virtual void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset,
478 virtual void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
/art/compiler/utils/mips/
Dassembler_mips.h245 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist…
250 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister m…
Dassembler_mips.cc830 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/
Dassembler_x86.h549 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist…
554 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister s…
Dassembler_x86.cc1740 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/
Dassembler_x86_64.h591 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist…
596 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister s…
Dassembler_x86_64.cc2099 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/
Dassembler_arm.cc700 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
Dassembler_arm.h699 …void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, ManagedRegist…
704 …void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister s…