Home
last modified time | relevance | path

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

1234567

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc81 CompiledMethod::AlignCode(code_size, InstructionSet::kArm64) - code_size; in MaxExtraSpace()
90 : ArmBaseRelativePatcher(thunk_provider, target_provider, InstructionSet::kArm64), in Arm64RelativePatcher()
111 offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64) + in ReserveSpace()
156 offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64) + in ReserveSpaceEnd()
167 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64); in WriteThunks()
/art/runtime/arch/arm/
Dfault_handler_arm.cc66 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(InstructionSet::kArm)); in GetMethodAndReturnPcAndSp()
218 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action()
Dinstruction_set_features_arm.cc271 if (InstructionSet::kArm != other->GetInstructionSet()) { in Equals()
281 if (InstructionSet::kArm != other->GetInstructionSet()) { in HasAtLeast()
/art/compiler/
Dcfi_test.h37 void GenerateExpected(FILE* f, InstructionSet isa, const char* isa_str, in GenerateExpected()
72 const uint8_t* base = actual_asm.data() + (isa == InstructionSet::kThumb2 ? 1 : 0); in GenerateExpected()
/art/libelffile/elf/
Delf_builder.h450 ElfBuilder(InstructionSet isa, OutputStream* output) in ElfBuilder()
488 InstructionSet GetIsa() { return isa_; } in GetIsa()
802 static Elf_Ehdr MakeElfHeader(InstructionSet isa) { in MakeElfHeader()
805 case InstructionSet::kArm: in MakeElfHeader()
807 case InstructionSet::kThumb2: { in MakeElfHeader()
812 case InstructionSet::kArm64: { in MakeElfHeader()
817 case InstructionSet::kX86: { in MakeElfHeader()
822 case InstructionSet::kX86_64: { in MakeElfHeader()
827 case InstructionSet::kNone: { in MakeElfHeader()
934 InstructionSet isa_;
/art/libartbase/base/
Dfile_utils.h89 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc36 MultiOatRelativePatcher::MultiOatRelativePatcher(InstructionSet instruction_set, in MultiOatRelativePatcher()
Drelative_patcher.h94 InstructionSet instruction_set,
Delf_writer_quick.cc46 DebugInfoTask(InstructionSet isa, in DebugInfoTask()
77 InstructionSet isa_;
/art/compiler/optimizing/
Dloop_analysis.cc398 ArchNoOptsLoopHelper* ArchNoOptsLoopHelper::Create(InstructionSet isa, in Create()
401 case InstructionSet::kArm64: { in Create()
404 case InstructionSet::kX86_64: { in Create()
Dloop_analysis.h139 static ArchNoOptsLoopHelper* Create(InstructionSet isa, ArenaAllocator* allocator);
Dscheduler_test.cc46 CodegenTargetConfig(InstructionSet::kArm, create_codegen_arm_vixl32), in GetTargetConfigs()
49 CodegenTargetConfig(InstructionSet::kArm64, create_codegen_arm64), in GetTargetConfigs()
52 CodegenTargetConfig(InstructionSet::kX86, create_codegen_x86), in GetTargetConfigs()
55 CodegenTargetConfig(InstructionSet::kX86_64, create_codegen_x86_64), in GetTargetConfigs()
Dstack_map_test.cc685 StackMap::PackNativePc(kThumb2InstructionAlignment, InstructionSet::kThumb2); in TEST()
687 StackMap::PackNativePc(kArm64InstructionAlignment, InstructionSet::kArm64); in TEST()
689 StackMap::PackNativePc(kX86InstructionAlignment, InstructionSet::kX86); in TEST()
691 StackMap::PackNativePc(kX86_64InstructionAlignment, InstructionSet::kX86_64); in TEST()
692 EXPECT_EQ(StackMap::UnpackNativePc(packed_thumb2, InstructionSet::kThumb2), in TEST()
694 EXPECT_EQ(StackMap::UnpackNativePc(packed_arm64, InstructionSet::kArm64), in TEST()
696 EXPECT_EQ(StackMap::UnpackNativePc(packed_x86, InstructionSet::kX86), in TEST()
698 EXPECT_EQ(StackMap::UnpackNativePc(packed_x86_64, InstructionSet::kX86_64), in TEST()
Dscheduler.h551 InstructionSet instruction_set,
568 const InstructionSet instruction_set_;
/art/runtime/
Doat_file_assistant.cc78 const InstructionSet isa, in OatFileAssistant()
91 const InstructionSet isa, in OatFileAssistant()
434 InstructionSet isa, in AnonymousDexVdexLocation()
482 InstructionSet isa, in DexLocationToOdexNames()
528 InstructionSet isa, in DexLocationToOdexFilename()
535 InstructionSet isa, in DexLocationToOatFilename()
953 InstructionSet isa, in GetOptimizationStatus()
Doat_quick_method_header.cc97 uintptr_t nterp_code_pointer = (kRuntimeISA == InstructionSet::kArm) in GetNterpMethodHeader()
Dclass_loader_context_test.cc404 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F()
418 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir=*/ "")); in TEST_F()
468 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir=*/ "")); in TEST_F()
502 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, cwd_buf)); in TEST_F()
520 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
529 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F()
536 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
573 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
600 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
638 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F()
[all …]
Dstack_map.cc143 StackMap CodeInfo::GetStackMapForNativePcOffset(uint32_t pc, InstructionSet isa) const { in GetStackMapForNativePcOffset()
264 InstructionSet instruction_set) const { in Dump()
316 InstructionSet instruction_set) const { in Dump()
/art/runtime/base/
Dlocks.cc128 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in Init()
243 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in Init()
/art/runtime/native/
Ddalvik_system_DexFile.cc540 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded()
541 if (target_instruction_set == InstructionSet::kNone) { in GetDexOptNeeded()
601 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileStatus()
603 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileStatus()
631 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOptimizationStatus()
633 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOptimizationStatus()
823 const InstructionSet target_instruction_set = GetInstructionSetFromString( in DexFile_getDexFileOutputPaths()
825 if (target_instruction_set == InstructionSet::kNone) { in DexFile_getDexFileOutputPaths()
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc249 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in Equals()
263 if (InstructionSet::kArm64 != other->GetInstructionSet()) { in HasAtLeast()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc101 kRuntimeISA == (x86_64 ? InstructionSet::kX86_64 : InstructionSet::kX86); in FromVariant()
/art/compiler/debug/
Delf_symtab_writer.h67 if (kGenerateArmMappingSymbol && info.isa == InstructionSet::kThumb2) { in WriteDebugSymbols()
/art/compiler/driver/
Dcompiled_method_storage_test.cc68 &storage, InstructionSet::kNone, c, v, f, p)); in TEST()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc192 if (isa_ == InstructionSet::kNone) { in ParseArgs()
367 InstructionSet isa_;

1234567