Home
last modified time | relevance | path

Searched refs:instruction_set_ (Results 1 – 25 of 25) sorted by relevance

/art/cmdline/
Dcmdline.h148 instruction_set_ = GetInstructionSetFromString(instruction_set_str.data()); in Parse()
149 if (instruction_set_ == kNone) { in Parse()
220 InstructionSet instruction_set_ = kRuntimeISA; member
268 if (!LocationToFilename(boot_image_location, instruction_set_, &file_name)) { in ParseCheckBootImage()
376 return StartRuntime(args->boot_image_location_, args->instruction_set_); in CreateRuntime()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc154 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_); in ReserveSpaceEnd()
179 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks()
199 aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks()
208 instruction_set_(instruction_set), in ArmBaseRelativePatcher()
246 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_); in ReserveSpaceInternal()
370 size_t alignment = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk()
410 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls()
444 GetInstructionSetAlignment(instruction_set_)); in CalculateMaxNextOffset()
Drelative_patcher_arm_base.h138 const InstructionSet instruction_set_; variable
/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc36 instruction_set_(kRuntimeISA) { in SsaLivenessAnalysisTest()
39 InstructionSetFeatures::FromVariant(instruction_set_, "default", &error_msg); in SsaLivenessAnalysisTest()
41 instruction_set_, in SsaLivenessAnalysisTest()
44 CHECK(codegen_ != nullptr) << instruction_set_ << " is not a supported target architecture."; in SsaLivenessAnalysisTest()
64 InstructionSet instruction_set_; member in art::SsaLivenessAnalysisTest
Dstack_map_stream.h66 instruction_set_(instruction_set), in StackMapStream()
165 CodeOffset::FromOffset(native_pc_offset, instruction_set_); in SetStackMapNativePcOffset()
227 const InstructionSet instruction_set_; variable
Dscheduler.h474 instruction_set_(instruction_set) {} in HInstructionScheduling()
483 const InstructionSet instruction_set_; variable
Dstack_map_stream.cc36 current_entry_.native_pc_code_offset = CodeOffset::FromOffset(native_pc_offset, instruction_set_); in BeginStackMapEntry()
614 DCHECK_EQ(stack_map.GetNativePcOffset(stack_map_encoding, instruction_set_), in CheckCodeInfo()
615 entry.native_pc_code_offset.Uint32Value(instruction_set_)); in CheckCodeInfo()
634 DCHECK_EQ(invoke_info.GetNativePcOffset(encoding.invoke_info.encoding, instruction_set_), in CheckCodeInfo()
635 entry.native_pc_code_offset.Uint32Value(instruction_set_)); in CheckCodeInfo()
Dgraph_visualizer.cc104 : instruction_set_(instruction_set), disassembler_(nullptr) { in HGraphVisualizerDisassembler()
145 if (instruction_set_ == kThumb2) { in Disassemble()
154 InstructionSet instruction_set_; member in art::HGraphVisualizerDisassembler
Dscheduler.cc586 switch (instruction_set_) { in Run()
Dnodes.h336 instruction_set_(instruction_set), in arena_()
546 return instruction_set_; in GetInstructionSet()
703 const InstructionSet instruction_set_; variable
Dnodes.cc519 Is64BitInstructionSet(instruction_set_) ? Primitive::kPrimLong : Primitive::kPrimInt, in GetCurrentMethod()
/art/compiler/
Dcompiled_method.cc28 instruction_set_(instruction_set), in CompiledCode()
50 return AlignCode(offset, instruction_set_); in AlignCode()
58 return CodeDelta(instruction_set_); in CodeDelta()
Dcompiled_method.h46 return instruction_set_; in GetInstructionSet()
89 const InstructionSet instruction_set_; variable
/art/runtime/
Doat.cc71 instruction_set_(instruction_set), in OatHeader()
114 if (!IsValidInstructionSet(instruction_set_)) { in IsValid()
139 if (!IsValidInstructionSet(instruction_set_)) { in GetValidationErrorMessage()
140 return StringPrintf("Invalid instruction set, %d.", static_cast<int>(instruction_set_)); in GetValidationErrorMessage()
156 UpdateChecksum(&instruction_set_, sizeof(instruction_set_)); in UpdateChecksumWithHeaderData()
198 return instruction_set_; in GetInstructionSet()
Druntime.cc202 instruction_set_(kNone), in Runtime()
1291 instruction_set_ = runtime_options.GetOrDefault(Opt::ImageInstructionSet); in Init()
1298 SetInstructionSet(instruction_set_); in Init()
1854 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod()
1876 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod()
1886 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod()
1888 DCHECK_NE(instruction_set_, kNone); in CreateCalleeSaveMethod()
1944 instruction_set_ = instruction_set; in SetInstructionSet()
1945 if ((instruction_set_ == kThumb2) || (instruction_set_ == kArm)) { in SetInstructionSet()
1950 } else if (instruction_set_ == kMips) { in SetInstructionSet()
[all …]
Doat.h135 InstructionSet instruction_set_; variable
Druntime.h421 return instruction_set_; in GetInstructionSet()
751 InstructionSet instruction_set_; variable
/art/compiler/linker/
Drelative_patcher_test.h60 instruction_set_(instruction_set), in RelativePatcherTest()
86 instruction_set_,
101 CompiledMethod::AlignCode(unaligned_code_offset, instruction_set_); in CodeAlignmentSize()
275 InstructionSet instruction_set_; variable
Dmulti_oat_relative_patcher.cc32 instruction_set_(instruction_set), in MultiOatRelativePatcher()
Dmulti_oat_relative_patcher.h139 InstructionSet instruction_set_; variable
/art/dex2oat/
Ddex2oat.cc519 instruction_set_(kRuntimeISA == kArm ? kThumb2 : kRuntimeISA), in Dex2Oat()
649 instruction_set_ = GetInstructionSetFromString(buf.get()); in ParseInstructionSet()
651 if (instruction_set_ == InstructionSet::kArm) { in ParseInstructionSet()
652 instruction_set_ = InstructionSet::kThumb2; in ParseInstructionSet()
660 instruction_set_, str.as_string(), &parser_options->error_msg); in ParseInstructionSetVariant()
671 instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures()
857 instruction_set_, "default", &parser_options->error_msg); in ProcessOptions()
864 if (instruction_set_ == kRuntimeISA) { in ProcessOptions()
881 switch (instruction_set_) { in ProcessOptions()
1562 instruction_set_, in Setup()
[all …]
/art/compiler/driver/
Dcompiler_driver.h141 return instruction_set_; in GetInstructionSet()
465 const InstructionSet instruction_set_; variable
Dcompiler_driver.cc287 instruction_set_(instruction_set == kArm ? kThumb2 : instruction_set), in CompilerDriver()
336 if (Is64BitInstructionSet(instruction_set_)) { \
337 return CreateTrampoline64(instruction_set_, abi, \
340 return CreateTrampoline32(instruction_set_, abi, \
/art/oatdump/
Doatdump.cc350 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()
351 disassembler_(Disassembler::Create(instruction_set_, in OatDumper()
357 Is64BitInstructionSet(instruction_set_) in OatDumper()
371 return instruction_set_; in GetInstructionSet()
1389 instruction_set_, in DumpCodeInfo()
1504 instruction_set_(instruction_set) { in StackMapsHelper()
1529 instruction_set_); in StackMapsHelper()
1532 instruction_set_); in StackMapsHelper()
1538 instruction_set_); in StackMapsHelper()
1563 instruction_set_); in Next()
[all …]
/art/imgdiag/
Dimgdiag.cc1099 } else if (instruction_set_ != kRuntimeISA) { in ParseChecks()