Home
last modified time | relevance | path

Searched refs:InstructionSet (Results 151 – 166 of 166) sorted by relevance

1234567

/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc147 InstructionSet GetIsa() override { in GetIsa()
148 return InstructionSet::kX86_64; in GetIsa()
2317 InstructionSet GetIsa() override { in GetIsa()
2318 return InstructionSet::kX86_64; in GetIsa()
/art/dex2oat/linker/
Doat_writer.cc759 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in PrepareLayout()
2210 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in InitOatCode()
2330 void OatWriter::InitBssLayout(InstructionSet instruction_set) { in InitBssLayout()
3024 InstructionSet instruction_set = compiler_options_.GetInstructionSet(); in WriteCode()
/art/runtime/jit/
Djit_code_cache.cc1471 static_assert(kRuntimeISA != InstructionSet::kThumb2, "kThumb2 cannot be a runtime ISA"); in LookupMethodHeader()
1472 if (kRuntimeISA == InstructionSet::kArm) { in LookupMethodHeader()
/art/runtime/
Dstack.cc368 if (kRuntimeISA == InstructionSet::kX86 && is_float) { in GetRegisterIfAccessible()
Dclass_loader_context.cc404 bool ClassLoaderContext::OpenDexFiles(InstructionSet isa, in OpenDexFiles()
Dinstrumentation.cc215 if (kRuntimeISA == InstructionSet::kArm) { in UpdateEntrypoints()
Dclass_linker.cc360 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in MakeInitializedClassesVisiblyInitialized()
429 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in MarkClassInitialized()
5984 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in EnsureInitialized()
/art/compiler/optimizing/
Dregister_allocator_test.cc46 compiler_options_ = CommonCompilerTest::CreateCompilerOptions(InstructionSet::kX86, "default"); in SetUp()
Dinstruction_simplifier.cc274 InstructionSet isa = codegen_->GetInstructionSet(); in TryCombineVecMultiplyAccumulate()
276 case InstructionSet::kArm64: in TryCombineVecMultiplyAccumulate()
Dnodes.h378 InstructionSet instruction_set,
643 InstructionSet GetInstructionSet() const { in GetInstructionSet()
825 const InstructionSet instruction_set_;
Dcode_generator_arm_vixl.cc2158 IsLeafMethod() && !FrameNeedsStackCheck(GetFrameSize(), InstructionSet::kArm); in GenerateFrameEntry()
2187 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry()
5671 DCHECK_EQ(InstructionSet::kThumb2, codegen_->GetInstructionSet()); in HandleFieldSet()
5844 DCHECK_EQ(InstructionSet::kThumb2, codegen_->GetInstructionSet()); in HandleFieldGet()
Dcode_generator_arm64.cc1191 FrameNeedsStackCheck(GetFrameSize(), InstructionSet::kArm64) || !IsLeafMethod(); in GenerateFrameEntry()
1196 __ Sub(temp, sp, static_cast<int32_t>(GetStackOverflowReservedBytes(InstructionSet::kArm64))); in GenerateFrameEntry()
Dcode_generator_x86_64.cc1454 && !FrameNeedsStackCheck(GetFrameSize(), InstructionSet::kX86_64); in GenerateFrameEntry()
1459 size_t reserved_bytes = GetStackOverflowReservedBytes(InstructionSet::kX86_64); in GenerateFrameEntry()
Dcode_generator_x86.cc1150 IsLeafMethod() && !FrameNeedsStackCheck(GetFrameSize(), InstructionSet::kX86); in GenerateFrameEntry()
1154 size_t reserved_bytes = GetStackOverflowReservedBytes(InstructionSet::kX86); in GenerateFrameEntry()
/art/imgdiag/
Dimgdiag.cc1913 } else if (instruction_set_ != InstructionSet::kNone && instruction_set_ != kRuntimeISA) { in ParseChecks()
/art/runtime/gc/
Dheap.cc222 const InstructionSet image_instruction_set, in Heap()

1234567