Home
last modified time | relevance | path

Searched defs:spill_mask (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dvmap_table.h91 uint32_t ComputeRegister(uint32_t spill_mask, uint32_t vmap_offset, VRegKind kind) const { in ComputeRegister()
Dstack.cc167 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask(); in GetVReg() local
222 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask(); in GetVRegPair() local
268 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask(); in SetVReg() local
333 uint32_t spill_mask = is_float ? frame_info.FpSpillMask() : frame_info.CoreSpillMask(); in SetVRegPair() local
/art/oatdump/
Doatdump.cc650 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
679 uint32_t spill_mask = oat_method.GetCoreSpillMask(); in DumpVmap() local
708 uint32_t spill_mask = is_float ? oat_method.GetFpSpillMask() in DescribeVReg() local