Home
last modified time | relevance | path

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

12

/art/compiler/
Dcommon_compiler_test.cc140 CHECK_EQ(instruction_set_, InstructionSet::kNone); in CreateCompiledMethod()
142 instruction_set_ = instruction_set; in CreateCompiledMethod()
167 CHECK_NE(instruction_set_, InstructionSet::kNone); in GetInstructionSet()
168 return instruction_set_; in GetInstructionSet()
182 InstructionSet instruction_set_ = InstructionSet::kNone; member in art::CommonCompilerTestImpl::OneCompiledMethodStorage
190 compiler_options->instruction_set_ = instruction_set; in CreateCompilerOptions()
214 runtime->SetInstructionSet(instruction_set_); in SetUp()
227 if (instruction_set_ == InstructionSet::kThumb2) { in ApplyInstructionSet()
230 CHECK_EQ(instruction_set_, instruction_set_features_->GetInstructionSet()); in ApplyInstructionSet()
232 compiler_options_->instruction_set_ = instruction_set_; in ApplyInstructionSet()
[all …]
Dcommon_compiler_test.h81 InstructionSet instruction_set_ = variable
/art/compiler/jni/quick/
Djni_compiler.h41 : instruction_set_(instruction_set), in JniCompiledMethod()
51 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet()
59 InstructionSet instruction_set_;
/art/cmdline/
Dcmdline.h161 instruction_set_ = GetInstructionSetFromString(instruction_set_str); in Parse()
162 if (instruction_set_ == InstructionSet::kNone) { in Parse()
247 InstructionSet instruction_set_ = InstructionSet::kNone; member
262 if (instruction_set_ == InstructionSet::kNone) { in ParseCheckBootImage()
264 instruction_set_ = kRuntimeISA; in ParseCheckBootImage()
305 if (!LocationToFilename(boot_image_location, instruction_set_, &file_name)) { in ParseCheckBootImage()
417 return StartRuntime(args->boot_image_location_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc183 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_); in ReserveSpaceEnd()
208 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks()
228 aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks()
265 info.isa = instruction_set_; in GenerateThunkDebugInfo()
280 instruction_set_(instruction_set), in ArmBaseRelativePatcher()
318 uint32_t thunk_offset = CompiledCode::AlignCode(offset, instruction_set_); in ReserveSpaceInternal()
465 size_t alignment = GetInstructionSetCodeAlignment(instruction_set_); in AddUnreservedThunk()
505 result.second - GetInstructionSetEntryPointAdjustment(instruction_set_); in ResolveMethodCalls()
539 GetInstructionSetCodeAlignment(instruction_set_)); in CalculateMaxNextOffset()
Drelative_patcher_arm_base.h116 const InstructionSet instruction_set_; variable
/art/runtime/
Doat.cc67 instruction_set_(instruction_set), in OatHeader()
106 if (!IsValidInstructionSet(instruction_set_)) { in IsValid()
128 if (!IsValidInstructionSet(instruction_set_)) { in GetValidationErrorMessage()
129 return StringPrintf("Invalid instruction set, %d.", static_cast<int>(instruction_set_)); in GetValidationErrorMessage()
162 return instruction_set_; in GetInstructionSet()
Druntime-inl.h46 DCHECK_EQ(instruction_set_, kRuntimeISA); in GetRuntimeMethodFrameInfo()
Doat.h145 InstructionSet instruction_set_; variable
Druntime.cc244 instruction_set_(InstructionSet::kNone), in Runtime()
1643 instruction_set_, in Init()
1895 SetInstructionSet(instruction_set_); in Init()
2606 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod()
2628 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod()
2640 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod()
2642 DCHECK_NE(instruction_set_, InstructionSet::kNone); in CreateCalleeSaveMethod()
2698 instruction_set_ = instruction_set; in SetInstructionSet()
2702 instruction_set_ = InstructionSet::kArm; in SetInstructionSet()
2711 UNIMPLEMENTED(FATAL) << instruction_set_; in SetInstructionSet()
[all …]
Druntime.h553 return instruction_set_; in GetInstructionSet()
1254 InstructionSet instruction_set_; variable
/art/compiler/optimizing/
Dstack_map_stream.cc41 return StackMap::UnpackNativePc(stack_maps_[i][StackMap::kPackedNativePc], instruction_set_); in GetStackMapNativePcOffset()
46 StackMap::PackNativePc(native_pc_offset, instruction_set_); in SetStackMapNativePcOffset()
92 uint32_t packed_code_size = StackMap::PackNativePc(code_size, instruction_set_); in EndMethod()
123 StackMap::PackNativePc(native_pc_offset, instruction_set_); in BeginStackMapEntry()
157 instruction_set_); in BeginStackMapEntry()
165 CHECK_EQ(stack_map.GetNativePcOffset(instruction_set_), native_pc_offset); in BeginStackMapEntry()
Dstack_map_stream.h44 instruction_set_(instruction_set), in StackMapStream()
126 const InstructionSet instruction_set_; variable
Dscheduler.h557 instruction_set_(instruction_set) {} in HOptimization()
569 const InstructionSet instruction_set_; variable
Dgraph_visualizer.cc127 : instruction_set_(instruction_set), disassembler_(nullptr) { in HGraphVisualizerDisassembler()
175 if (instruction_set_ == InstructionSet::kThumb2) { in Disassemble()
184 InstructionSet instruction_set_; member in art::HGraphVisualizerDisassembler
Dscheduler.cc813 switch (instruction_set_) { in Run()
/art/dex2oat/linker/
Drelative_patcher_test.h43 instruction_set_(instruction_set), in RelativePatcherTest()
83 patcher_ = RelativePatcher::Create(instruction_set_, in Reset()
108 instruction_set_,
119 CompiledMethod::AlignCode(unaligned_code_offset, instruction_set_); in CodeAlignmentSize()
386 InstructionSet instruction_set_; variable
Dmulti_oat_relative_patcher.cc46 instruction_set_(instruction_set), in MultiOatRelativePatcher()
Dmulti_oat_relative_patcher.h167 InstructionSet instruction_set_; variable
/art/compiler/driver/
Dcompiler_options.h279 return instruction_set_; in GetInstructionSet()
402 InstructionSet instruction_set_; variable
Dcompiler_options.cc46 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA), in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc614 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant()
617 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant()
627 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures()
821 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ProcessOptions()
828 if (compiler_options_->instruction_set_ == kRuntimeISA) { in ProcessOptions()
1135 AssignIfExists(args, M::TargetInstructionSet, &compiler_options_->instruction_set_); in ParseArgs()
1137 if (compiler_options_->instruction_set_ == InstructionSet::kArm) { in ParseArgs()
1138 compiler_options_->instruction_set_ = InstructionSet::kThumb2; in ParseArgs()
/art/oatdump/
Doatdump.cc387 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()
388 disassembler_(Disassembler::Create(instruction_set_, in OatDumper()
394 Is64BitInstructionSet(instruction_set_) in OatDumper()
408 return instruction_set_; in GetInstructionSet()
1359 instruction_set_); in DumpCodeInfo()
1522 stack_maps[it.GetNativePcOffset(instruction_set_)].push_back(it); in DumpCode()
1533 stack_map.Dump(vios, code_info, oat_method.GetCodeOffset(), instruction_set_); in DumpCode()
1682 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in DumpBssMappings()
1740 const InstructionSet instruction_set_; member in art::OatDumper
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc182 compiler_options.instruction_set_ = instruction_set_; in CompileThunk()
184 InstructionSetFeatures::FromBitmap(instruction_set_, instruction_set_features_->AsBitmap()); in CompileThunk()
/art/imgdiag/
Dimgdiag.cc1846 } else if (instruction_set_ != InstructionSet::kNone && instruction_set_ != kRuntimeISA) { in ParseChecks()

12