Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc1258 DumpSpillMask(vios->Stream(), oat_method.GetCoreSpillMask(), false); in DumpOatMethod()
1261 DumpSpillMask(vios->Stream(), oat_method.GetFpSpillMask(), true); in DumpOatMethod()
1332 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask() function in art::OatDumper