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.cc378 FrameOffset locked_object_handle_scope_offset(0xBEEFDEAD); in ArtJniCompileMethodInternal() local
387 locked_object_handle_scope_offset = FrameOffset(0); in ArtJniCompileMethodInternal()
391 locked_object_handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal()
395 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
399 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
569 locked_object_handle_scope_offset = in ArtJniCompileMethodInternal()
570 FrameOffset(locked_object_handle_scope_offset.SizeValue() + out_arg_size_diff); in ArtJniCompileMethodInternal()
601 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
606 __ CreateHandleScopeEntry(out_reg, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()