Lines Matching refs:OatMethod
350 void AddOffsets(const OatFile::OatMethod& oat_method) { in AddOffsets()
474 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index); in DumpOatMethod()
673 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpVmap()
700 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
721 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapRegisters()
745 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
772 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
800 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpMappingAtOffset()
823 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapAtNativePcOffset()
854 const OatFile::OatMethod& oat_method, in DumpVRegsAtDexPc()
921 const OatFile::OatMethod& oat_method, const DexFile::CodeItem* code_item, in DumpCode()