HomeSort by relevance Sort by last modified time
    Searched refs:FrameSizeInBytes (Results 1 - 13 of 13) sorted by null

  /art/runtime/quick/
quick_method_frame_info.h 41 uint32_t FrameSizeInBytes() const {
  /art/runtime/arch/arm/
context_arm.cc 54 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes());
65 frame_info.FrameSizeInBytes());
  /art/runtime/arch/mips/
context_mips.cc 53 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes());
64 frame_info.FrameSizeInBytes());
  /art/runtime/arch/arm64/
context_arm64.cc 57 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes());
69 frame_info.FrameSizeInBytes());
  /art/runtime/arch/x86_64/
context_x86_64.cc 52 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes());
63 fr.CalleeSaveAddress(spill_count + fp_spill_count - j, frame_info.FrameSizeInBytes()));
  /art/runtime/arch/x86/
context_x86.cc 49 gprs_[i] = fr.CalleeSaveAddress(spill_count - j, frame_info.FrameSizeInBytes());
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 49 EXPECT_EQ(frame_info.FrameSizeInBytes(), save_size) << "Expected and real size differs for "
  /art/runtime/
oat_file-inl.h 62 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.FrameSizeInBytes();
stack.cc 192 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
245 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
302 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
364 frame_info.FpSpillMask(), frame_info.FrameSizeInBytes(), vreg);
thread.cc     [all...]
  /art/runtime/arch/
arch_test.cc 38 EXPECT_EQ(frame_info.FrameSizeInBytes(), save_size) << "Expected and real size differs for "
  /art/runtime/mirror/
art_method-inl.h 394 size_t frame_size = RoundUp(callee_info.FrameSizeInBytes() + scope_size
art_method.h 390 uint32_t result = GetQuickFrameInfo().FrameSizeInBytes();

Completed in 917 milliseconds