Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc261 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
281 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
349 FrameOffset class_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
397 locked_object_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
493 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
714 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset(); in CopyParameter()
Dcalling_convention.cc290 FrameOffset JniCallingConvention::CurrentParamHandleScopeEntryOffset() { in CurrentParamHandleScopeEntryOffset() function in art::JniCallingConvention
Dcalling_convention.h349 FrameOffset CurrentParamHandleScopeEntryOffset();