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.cc224 size_t current_frame_size = is_critical_native ? main_out_arg_size : managed_frame_size; in ArtJniCompileMethodInternal() local
228 __ BuildFrame(current_frame_size, method_register, callee_save_regs); in ArtJniCompileMethodInternal()
229 DCHECK_EQ(jni_asm->cfi().GetCurrentCFAOffset(), static_cast<int>(current_frame_size)); in ArtJniCompileMethodInternal()
235 mr_conv->ResetIterator(FrameOffset(current_frame_size)); in ArtJniCompileMethodInternal()
247 mr_conv->ResetIterator(FrameOffset(current_frame_size)); in ArtJniCompileMethodInternal()
263 CHECK_LT(handle_scope_offset.Uint32Value(), current_frame_size); in ArtJniCompileMethodInternal()
283 CHECK_LT(handle_scope_offset.Uint32Value(), current_frame_size); in ArtJniCompileMethodInternal()
318 DCHECK_EQ(main_out_arg_size, current_frame_size); in ArtJniCompileMethodInternal()
321 current_frame_size += main_out_arg_size; in ArtJniCompileMethodInternal()
438 mr_conv->ResetIterator(FrameOffset(current_frame_size)); in ArtJniCompileMethodInternal()
[all …]