Home
last modified time | relevance | path

Searched defs:CreateHandleScopeEntry (Results 1 – 7 of 7) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc213 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, in ArtJniCompileMethodInternal() local
218 __ CreateHandleScopeEntry(out_reg, class_handle_scope_offset, in ArtJniCompileMethodInternal() local
261 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
265 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
332 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal() local
337 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in ArtJniCompileMethodInternal() local
438 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
443 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
535 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() local
547 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter() local
[all …]
/art/compiler/utils/arm/
Dassembler_arm.cc734 void ArmAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::arm::ArmAssembler
763 void ArmAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm::ArmAssembler
/art/compiler/utils/arm64/
Dassembler_arm64.cc549 void Arm64Assembler::CreateHandleScopeEntry( in CreateHandleScopeEntry() function in art::arm64::Arm64Assembler
576 void Arm64Assembler::CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handle_scope_offset, in CreateHandleScopeEntry() function in art::arm64::Arm64Assembler
/art/compiler/utils/x86/
Dassembler_x86.cc2286 void X86Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86::X86Assembler
2308 void X86Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86::X86Assembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc2328 void Mips64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
2357 void Mips64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3038 void X86_64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86_64::X86_64Assembler
3066 void X86_64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86_64::X86_64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc2777 void MipsAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips::MipsAssembler
2806 void MipsAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips::MipsAssembler