Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dcallee_save_frame_x86.h52 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() function
67 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ + in GetFrameSize()
74 return QuickMethodFrameInfo(GetFrameSize(type), GetCoreSpills(type), GetFpSpills(type)); in GetMethodFrameInfo()
80 (POPCOUNT(GetCoreSpills(type)) + in GetFpr1Offset()
87 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kX86PointerSize); in GetGpr1Offset()
/art/runtime/
Dnterp_helpers.cc97 core_spills = x86::X86CalleeSaveFrame::GetCoreSpills(CalleeSaveType::kSaveAllCalleeSaves); in NterpGetFrameEntrySize()
104 x86_64::X86_64CalleeSaveFrame::GetCoreSpills(CalleeSaveType::kSaveAllCalleeSaves); in NterpGetFrameEntrySize()
109 core_spills = arm::ArmCalleeSaveFrame::GetCoreSpills(CalleeSaveType::kSaveAllCalleeSaves); in NterpGetFrameEntrySize()
113 core_spills = arm64::Arm64CalleeSaveFrame::GetCoreSpills(CalleeSaveType::kSaveAllCalleeSaves); in NterpGetFrameEntrySize()
118 riscv64::Riscv64CalleeSaveFrame::GetCoreSpills(CalleeSaveType::kSaveAllCalleeSaves); in NterpGetFrameEntrySize()
181 RuntimeCalleeSaveFrame::GetCoreSpills(CalleeSaveType::kSaveAllCalleeSaves); in NterpFrameInfo()
/art/runtime/arch/x86_64/
Dcallee_save_frame_x86_64.h62 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() function
78 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ + in GetFrameSize()
85 return QuickMethodFrameInfo(GetFrameSize(type), GetCoreSpills(type), GetFpSpills(type)); in GetMethodFrameInfo()
91 (POPCOUNT(GetCoreSpills(type)) + in GetFpr1Offset()
98 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kX86_64PointerSize); in GetGpr1Offset()
/art/runtime/arch/arm/
Dcallee_save_frame_arm.h62 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() function
80 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ + in GetFrameSize()
87 return QuickMethodFrameInfo(GetFrameSize(type), GetCoreSpills(type), GetFpSpills(type)); in GetMethodFrameInfo()
93 (POPCOUNT(GetCoreSpills(type)) + in GetFpr1Offset()
100 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kArmPointerSize); in GetGpr1Offset()
/art/runtime/arch/riscv64/
Dcallee_save_frame_riscv64.h86 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() function
104 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ + in GetFrameSize()
112 return QuickMethodFrameInfo(GetFrameSize(type), GetCoreSpills(type), GetFpSpills(type)); in GetMethodFrameInfo()
117 return GetFrameSize(type) - (POPCOUNT(GetCoreSpills(type)) + POPCOUNT(GetFpSpills(type))) * in GetFpr1Offset()
124 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kRiscv64PointerSize); in GetGpr1Offset()
/art/runtime/arch/arm64/
Dcallee_save_frame_arm64.h85 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills() function
103 return RoundUp((POPCOUNT(GetCoreSpills(type)) /* gprs */ + in GetFrameSize()
110 return QuickMethodFrameInfo(GetFrameSize(type), GetCoreSpills(type), GetFpSpills(type)); in GetMethodFrameInfo()
116 (POPCOUNT(GetCoreSpills(type)) + in GetFpr1Offset()
123 POPCOUNT(GetCoreSpills(type)) * static_cast<size_t>(kArm64PointerSize); in GetGpr1Offset()
/art/tools/cpp-define-generator/
Dglobals.def87 art::POPCOUNT(art::RuntimeCalleeSaveFrame::GetCoreSpills(