Lines Matching refs:jni_asm

49 #define __ jni_asm->
54 static void CopyParameter(JNIMacroAssembler<kPointerSize>* jni_asm,
58 static void SetNativeParameter(JNIMacroAssembler<kPointerSize>* jni_asm,
215 std::unique_ptr<JNIMacroAssembler<kPointerSize>> jni_asm = in ArtJniCompileMethodInternal() local
217 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()
218 jni_asm->SetEmitRunTimeChecksInDebugMode(compiler_options.EmitRunTimeChecksInDebugMode()); in ArtJniCompileMethodInternal()
229 DCHECK_EQ(jni_asm->cfi().GetCurrentCFAOffset(), static_cast<int>(current_frame_size)); in ArtJniCompileMethodInternal()
296 SetNativeParameter(jni_asm.get(), main_jni_conv.get(), method_register); in ArtJniCompileMethodInternal()
388 CopyParameter(jni_asm.get(), mr_conv.get(), main_jni_conv.get()); in ArtJniCompileMethodInternal()
515 SetNativeParameter(jni_asm.get(), end_jni_conv.get(), end_jni_conv->ReturnRegister()); in ArtJniCompileMethodInternal()
587 DCHECK_EQ(jni_asm->cfi().GetCurrentCFAOffset(), static_cast<int>(current_frame_size)); in ArtJniCompileMethodInternal()
593 DCHECK_EQ(jni_asm->cfi().GetCurrentCFAOffset(), static_cast<int>(current_frame_size)); in ArtJniCompileMethodInternal()
609 jni_asm->cfi().AdjustCFAOffset(main_out_arg_size); in ArtJniCompileMethodInternal()
625 SetNativeParameter(jni_asm.get(), main_jni_conv.get(), method_register); in ArtJniCompileMethodInternal()
648 jni_asm->cfi().AdjustCFAOffset(-main_out_arg_size); in ArtJniCompileMethodInternal()
664 ArrayRef<const uint8_t>(*jni_asm->cfi().data())); in ArtJniCompileMethodInternal()
669 static void CopyParameter(JNIMacroAssembler<kPointerSize>* jni_asm, in CopyParameter() argument
759 static void SetNativeParameter(JNIMacroAssembler<kPointerSize>* jni_asm, in SetNativeParameter() argument