Searched defs:GetInstructionSet (Results 1 - 8 of 8) sorted by relevance

/art/compiler/
H A Dcommon_compiler_test.cc76 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet());
95 compiled_method->GetInstructionSet());
221 InstructionSet CommonCompilerTest::GetInstructionSet() const { function in class:art::CommonCompilerTest
223 return compiler_driver_->GetInstructionSet();
H A Dcompiled_method.h45 InstructionSet GetInstructionSet() const { function in class:art::CompiledCode
/art/compiler/optimizing/
H A Dcodegen_test_utils.h71 InstructionSet GetInstructionSet() const { return isa_; } function in class:art::CodegenTargetConfig
230 InstructionSet target_isa = codegen.GetInstructionSet();
H A Dnodes.h545 InstructionSet GetInstructionSet() const { function in class:art::HGraph
/art/compiler/driver/
H A Dcompiler_driver.h140 InstructionSet GetInstructionSet() const { function in class:art::CompilerDriver
/art/runtime/
H A Doat.cc196 InstructionSet OatHeader::GetInstructionSet() const { function in class:art::OatHeader
H A Druntime.h420 InstructionSet GetInstructionSet() const { function in class:art::verifier::VerifyMode
/art/oatdump/
H A Doatdump.cc124 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet();
275 info.isa = oat_header.GetInstructionSet();
350 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
370 InstructionSet GetInstructionSet() { function in class:art::OatDumper
388 os << oat_header.GetInstructionSet() << "\n\n";
392 InstructionSetFeatures::FromBitmap(oat_header.GetInstructionSet(),
556 return oat_file_.GetOatHeader().GetInstructionSet();
783 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
1418 GetInstructionSet());
1427 uint32_t offset = StackVisitor::GetOutVROffset(out_reg, GetInstructionSet());
[all...]

Completed in 186 milliseconds