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.cc384 FrameOffset locked_object_handle_scope_offset(0xBEEFDEAD); in ArtJniCompileMethodInternal() local
393 locked_object_handle_scope_offset = FrameOffset(0); in ArtJniCompileMethodInternal()
397 locked_object_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
401 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
405 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
575 locked_object_handle_scope_offset = in ArtJniCompileMethodInternal()
576 FrameOffset(locked_object_handle_scope_offset.SizeValue() + out_arg_size_diff); in ArtJniCompileMethodInternal()
607 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
612 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()