Home
last modified time | relevance | path

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

/aosp12/art/oatdump/
H A Doatdump.cc1231 DumpSpillMask(vios->Stream(), oat_method.GetCoreSpillMask(), false); in DumpOatMethod()
1234 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true); in DumpOatMethod()
1305 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask() function in art::OatDumper