Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc245 FrameOffset locked_object_handle_scope_offset(0); in ArtJniCompileMethodInternal() local
249 locked_object_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
253 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
257 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
395 locked_object_handle_scope_offset = in ArtJniCompileMethodInternal()
396 FrameOffset(locked_object_handle_scope_offset.SizeValue() + out_arg_size_diff); in ArtJniCompileMethodInternal()
430 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
435 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()