Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc205 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, in ArtJniCompileMethodInternal() local
210 __ CreateHandleScopeEntry(out_reg, class_handle_scope_offset, in ArtJniCompileMethodInternal() local
253 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
257 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
324 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal() local
329 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in ArtJniCompileMethodInternal() local
430 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
435 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
529 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() local
541 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter() local
[all …]
/art/compiler/utils/arm/
Dassembler_arm.cc728 void ArmAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::arm::ArmAssembler
757 void ArmAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm::ArmAssembler
/art/compiler/utils/arm64/
Dassembler_arm64.cc547 void Arm64Assembler::CreateHandleScopeEntry( in CreateHandleScopeEntry() function in art::arm64::Arm64Assembler
574 void Arm64Assembler::CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handle_scope_offset, in CreateHandleScopeEntry() function in art::arm64::Arm64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc846 void MipsAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips::MipsAssembler
874 void MipsAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc1414 void Mips64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
1443 void Mips64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
/art/compiler/utils/x86/
Dassembler_x86.cc2070 void X86Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86::X86Assembler
2092 void X86Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2754 void X86_64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86_64::X86_64Assembler
2782 void X86_64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86_64::X86_64Assembler