Home
last modified time | relevance | path

Searched refs:jni_conv (Results 1 – 1 of 1) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc46 JniCallingConvention* jni_conv,
49 JniCallingConvention* jni_conv,
448 JniCallingConvention* jni_conv, in CopyParameter() argument
451 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()
454 bool ref_param = jni_conv->IsCurrentParamAReference(); in CopyParameter()
459 CHECK(!jni_conv->IsCurrentParamOnStack()); in CopyParameter()
461 CHECK(jni_conv->IsCurrentParamOnStack()); in CopyParameter()
469 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset(); in CopyParameter()
475 ManagedRegister out_reg = jni_conv->CurrentParamRegister(); in CopyParameter()
487 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); in CopyParameter()
[all …]