Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc366 __ Call(main_jni_conv->CurrentParamRegister(), Offset(read_barrier)); in ArtJniCompileMethodInternal() local
415 __ Call(main_jni_conv->CurrentParamRegister(), Offset(jni_start)); in ArtJniCompileMethodInternal() local
527 __ Call(main_jni_conv->HiddenArgumentRegister(), jni_entrypoint_offset); in ArtJniCompileMethodInternal() local
530 __ Call(FrameOffset(main_out_arg_size + mr_conv->MethodStackOffset().SizeValue()), in ArtJniCompileMethodInternal() local
636 __ Call(end_jni_conv->CurrentParamRegister(), Offset(jni_end)); in ArtJniCompileMethodInternal() local
/art/compiler/utils/
Dassembler_thumb_test.cc163 __ Call(method_register, FrameOffset(48)); in TEST_F() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc530 void X86JNIMacroAssembler::Call(ManagedRegister mbase, Offset offset) { in Call() function in art::x86::X86JNIMacroAssembler
537 void X86JNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc621 void X86_64JNIMacroAssembler::Call(ManagedRegister mbase, Offset offset) { in Call() function in art::x86_64::X86_64JNIMacroAssembler
628 void X86_64JNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call() function in art::x86_64::X86_64JNIMacroAssembler
Dassembler_x86_64_test.cc2052 TEST_F(AssemblerX86_64Test, Call) { in TEST_F() argument
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc893 void ArmVIXLJNIMacroAssembler::Call(ManagedRegister mbase, Offset offset) { in Call() function in art::arm::ArmVIXLJNIMacroAssembler
900 void ArmVIXLJNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc635 void Arm64JNIMacroAssembler::Call(ManagedRegister m_base, Offset offs) { in Call() function in art::arm64::Arm64JNIMacroAssembler
642 void Arm64JNIMacroAssembler::Call(FrameOffset base, Offset offs) { in Call() function in art::arm64::Arm64JNIMacroAssembler