Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc250 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
273 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
342 FrameOffset class_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
391 locked_object_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
466 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
687 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset(); in CopyParameter()
Dcalling_convention.h343 FrameOffset CurrentParamHandleScopeEntryOffset();
Dcalling_convention.cc322 FrameOffset JniCallingConvention::CurrentParamHandleScopeEntryOffset() { in CurrentParamHandleScopeEntryOffset() function in art::JniCallingConvention