Lines Matching refs:instruction_set_
390 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()
391 disassembler_(Disassembler::Create(instruction_set_, in OatDumper()
397 Is64BitInstructionSet(instruction_set_) in OatDumper()
411 return instruction_set_; in GetInstructionSet()
535 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in Dump()
1378 instruction_set_); in DumpCodeInfo()
1534 instruction_set_(instruction_set) { in StackMapsHelper()
1558 uint32_t left_pc = left.GetNativePcOffset(instruction_set_); in StackMapsHelper()
1560 uint32_t right_pc = right.GetNativePcOffset(instruction_set_); in StackMapsHelper()
1565 offset_ = GetStackMapAt(0).GetNativePcOffset(instruction_set_); in StackMapsHelper()
1585 : GetStackMapAt(stack_map_index_).GetNativePcOffset(instruction_set_); in Next()
1602 const InstructionSet instruction_set_; member in art::OatDumper::StackMapsHelper
1620 StackMapsHelper helper(oat_method.GetVmapTable(), instruction_set_); in DumpCode()
1635 instruction_set_); in DumpCode()
1779 const InstructionSet instruction_set_; member in art::OatDumper