Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc138 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
157 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
200 FrameOffset class_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
249 locked_object_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
321 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
521 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset(); in CopyParameter()
Dcalling_convention.cc228 FrameOffset JniCallingConvention::CurrentParamHandleScopeEntryOffset() { in CurrentParamHandleScopeEntryOffset() function in art::JniCallingConvention
Dcalling_convention.h319 FrameOffset CurrentParamHandleScopeEntryOffset();