Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc354 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, /*null_allowed=*/ false); in ArtJniCompileMethodInternal() local
357 __ CreateHandleScopeEntry(out_reg, in ArtJniCompileMethodInternal() local
401 __ CreateHandleScopeEntry(out_off, in ArtJniCompileMethodInternal() local
406 __ CreateHandleScopeEntry(out_reg, in ArtJniCompileMethodInternal() local
496 __ CreateHandleScopeEntry(out_off, handle_scope_offset, /*null_allowed=*/ false); in ArtJniCompileMethodInternal() local
499 __ CreateHandleScopeEntry(out_reg, in ArtJniCompileMethodInternal() local
622 __ CreateHandleScopeEntry(out_off, in ArtJniCompileMethodInternal() local
627 __ CreateHandleScopeEntry(out_reg, in ArtJniCompileMethodInternal() local
722 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() local
734 __ CreateHandleScopeEntry(out_off, handle_scope_offset, null_allowed); in CopyParameter() local
[all …]
/art/compiler/utils/
Dassembler_thumb_test.cc172 __ CreateHandleScopeEntry(scratch_register, FrameOffset(48), scratch_register, true); in TEST_F() local
173 __ CreateHandleScopeEntry(scratch_register, FrameOffset(48), scratch_register, false); in TEST_F() local
174 __ CreateHandleScopeEntry(method_register, FrameOffset(48), scratch_register, true); in TEST_F() local
175 __ CreateHandleScopeEntry(FrameOffset(48), FrameOffset(64), true); in TEST_F() local
176 __ CreateHandleScopeEntry(method_register, FrameOffset(0), scratch_register, true); in TEST_F() local
177 __ CreateHandleScopeEntry(method_register, FrameOffset(1025), scratch_register, true); in TEST_F() local
178 __ CreateHandleScopeEntry(scratch_register, FrameOffset(1025), scratch_register, true); in TEST_F() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc459 void X86JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86::X86JNIMacroAssembler
482 void X86JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc544 void X86_64JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::x86_64::X86_64JNIMacroAssembler
573 void X86_64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc796 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::arm::ArmVIXLJNIMacroAssembler
841 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc653 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister m_out_reg, in CreateHandleScopeEntry() function in art::arm64::Arm64JNIMacroAssembler
681 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm64::Arm64JNIMacroAssembler