/art/compiler/jni/quick/ |
D | jni_compiler.cc | 347 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, in ArtJniCompileMethodInternal() local 352 __ CreateHandleScopeEntry(out_reg, class_handle_scope_offset, in ArtJniCompileMethodInternal() local 395 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 399 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 469 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal() local 474 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in ArtJniCompileMethodInternal() local 601 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 606 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal() local 695 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter() local 707 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter() local [all …]
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 270 __ CreateHandleScopeEntry(scratch_register, FrameOffset(48), scratch_register, true); in TEST_F() local 271 __ CreateHandleScopeEntry(scratch_register, FrameOffset(48), scratch_register, false); in TEST_F() local 272 __ CreateHandleScopeEntry(method_register, FrameOffset(48), scratch_register, true); in TEST_F() local 273 __ CreateHandleScopeEntry(FrameOffset(48), FrameOffset(64), scratch_register, true); in TEST_F() local 274 __ CreateHandleScopeEntry(method_register, FrameOffset(0), scratch_register, true); in TEST_F() local 275 __ CreateHandleScopeEntry(method_register, FrameOffset(1025), scratch_register, true); in TEST_F() local 276 __ CreateHandleScopeEntry(scratch_register, FrameOffset(1025), scratch_register, true); in TEST_F() local
|
D | jni_macro_assembler.h | 180 virtual void CreateHandleScopeEntry(ManagedRegister out_reg, 187 virtual void CreateHandleScopeEntry(FrameOffset out_off,
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 133 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, 138 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset,
|
D | jni_macro_assembler_x86.cc | 423 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/x86_64/ |
D | jni_macro_assembler_x86_64.h | 155 void CreateHandleScopeEntry(ManagedRegister out_reg, 162 void CreateHandleScopeEntry(FrameOffset out_off,
|
D | jni_macro_assembler_x86_64.cc | 474 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/arm/ |
D | jni_macro_assembler_arm_vixl.h | 163 void CreateHandleScopeEntry(ManagedRegister out_reg, 170 void CreateHandleScopeEntry(FrameOffset out_off,
|
D | jni_macro_assembler_arm_vixl.cc | 482 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::arm::ArmVIXLJNIMacroAssembler 527 void ArmVIXLJNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 145 void CreateHandleScopeEntry(ManagedRegister out_reg, 152 void CreateHandleScopeEntry(FrameOffset out_off,
|
D | jni_macro_assembler_arm64.cc | 557 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(ManagedRegister m_out_reg, in CreateHandleScopeEntry() function in art::arm64::Arm64JNIMacroAssembler 585 void Arm64JNIMacroAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 1411 void CreateHandleScopeEntry(ManagedRegister out_reg, FrameOffset handlescope_offset, 1416 void CreateHandleScopeEntry(FrameOffset out_off, FrameOffset handlescope_offset, ManagedRegister
|
D | assembler_mips64.cc | 3952 void Mips64Assembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler 3981 void Mips64Assembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips64::Mips64Assembler
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1342 void CreateHandleScopeEntry(ManagedRegister out_reg, 1349 void CreateHandleScopeEntry(FrameOffset out_off,
|
D | assembler_mips.cc | 5117 void MipsAssembler::CreateHandleScopeEntry(ManagedRegister mout_reg, in CreateHandleScopeEntry() function in art::mips::MipsAssembler 5146 void MipsAssembler::CreateHandleScopeEntry(FrameOffset out_off, in CreateHandleScopeEntry() function in art::mips::MipsAssembler
|