Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc223 size_t current_frame_size = is_critical_native ? main_out_arg_size : managed_frame_size; in ArtJniCompileMethodInternal() local
227 __ BuildFrame(current_frame_size, method_register, callee_save_regs, mr_conv->EntrySpills()); in ArtJniCompileMethodInternal()
228 DCHECK_EQ(jni_asm->cfi().GetCurrentCFAOffset(), static_cast<int>(current_frame_size)); in ArtJniCompileMethodInternal()
235 mr_conv->ResetIterator(FrameOffset(current_frame_size)); in ArtJniCompileMethodInternal()
254 CHECK_LT(handle_scope_offset.Uint32Value(), current_frame_size); in ArtJniCompileMethodInternal()
277 CHECK_LT(handle_scope_offset.Uint32Value(), current_frame_size); in ArtJniCompileMethodInternal()
311 DCHECK_EQ(main_out_arg_size, current_frame_size); in ArtJniCompileMethodInternal()
318 current_frame_size += main_out_arg_size; in ArtJniCompileMethodInternal()
440 mr_conv->ResetIterator(FrameOffset(current_frame_size)); in ArtJniCompileMethodInternal()
455 mr_conv->ResetIterator(FrameOffset(current_frame_size)); in ArtJniCompileMethodInternal()
[all …]