Lines Matching refs:instruction_set_
394 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()
395 disassembler_(Disassembler::Create(instruction_set_, in OatDumper()
401 Is64BitInstructionSet(instruction_set_) in OatDumper()
415 return instruction_set_; in GetInstructionSet()
547 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in Dump()
1569 instruction_set_, in DumpCodeInfo()
1724 instruction_set_(instruction_set) { in StackMapsHelper()
1749 instruction_set_); in StackMapsHelper()
1752 instruction_set_); in StackMapsHelper()
1758 instruction_set_); in StackMapsHelper()
1783 instruction_set_); in Next()
1801 const InstructionSet instruction_set_; member in art::OatDumper::StackMapsHelper
1819 StackMapsHelper helper(oat_method.GetVmapTable(), instruction_set_); in DumpCode()
1913 instruction_set_); in DumpCode()
1968 const InstructionSet instruction_set_; member in art::OatDumper