Home | History | Annotate | Download | only in runtime

Lines Matching full:frame_size

150       size_t frame_size = m->GetFrameSizeInBytes();
152 frame_size, vreg);
177 size_t frame_size = m->GetFrameSizeInBytes();
178 int offset = GetVRegOffset(code_item, core_spills, fp_spills, frame_size, vreg);
267 size_t frame_size = method->GetFrameSizeInBytes();
268 CHECK_NE(frame_size, 0u);
273 CHECK_LE(frame_size, kMaxExpectedFrameSize);
275 CHECK_LT(return_pc_offset, frame_size);
303 size_t frame_size = method->GetFrameSizeInBytes();
336 byte* next_frame = reinterpret_cast<byte*>(cur_quick_frame_) + frame_size;