Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc355 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, in ArtJniCompileMethodInternal() local
360 __ CreateHandleScopeEntry(out_reg, class_handle_scope_offset, in ArtJniCompileMethodInternal() local
403 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
407 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
477 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal() local
482 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in ArtJniCompileMethodInternal() local
608 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
613 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local
703 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() local
715 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter() local
[all …]
/art/compiler/utils/
Dassembler_thumb_test.cc281 __ CreateHandleScopeEntry(scratch_register, FrameOffset(48), scratch_register, true); in TEST_F() local
282 __ CreateHandleScopeEntry(scratch_register, FrameOffset(48), scratch_register, false); in TEST_F() local
283 __ CreateHandleScopeEntry(method_register, FrameOffset(48), scratch_register, true); in TEST_F() local
284 __ CreateHandleScopeEntry(FrameOffset(48), FrameOffset(64), scratch_register, true); in TEST_F() local
285 __ CreateHandleScopeEntry(method_register, FrameOffset(0), scratch_register, true); in TEST_F() local
286 __ CreateHandleScopeEntry(method_register, FrameOffset(1025), scratch_register, true); in TEST_F() local
287 __ CreateHandleScopeEntry(scratch_register, FrameOffset(1025), scratch_register, true); in TEST_F() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc423 void X86JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86::X86JNIMacroAssembler
446 void X86JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc444 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::arm::ArmVIXLJNIMacroAssembler
493 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc474 void X86_64JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86_64::X86_64JNIMacroAssembler
503 void X86_64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc558 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister m_out_reg, in CreateHandleScopeEntry() function in art::arm64::Arm64JNIMacroAssembler
586 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/utils/mips64/
Dassembler_mips64.cc3427 void Mips64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
3456 void Mips64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc4961 void MipsAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips::MipsAssembler
4990 void MipsAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips::MipsAssembler