/art/compiler/jni/quick/ |
D | jni_compiler.h | 39 : instruction_set_(instruction_set), in JniCompiledMethod() 49 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() 57 InstructionSet instruction_set_;
|
/art/cmdline/ |
D | cmdline.h | 161 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/compiler/ |
D | common_compiler_test.cc | 112 runtime_->SetInstructionSet(instruction_set_); in SetUp() 125 if (instruction_set_ == InstructionSet::kThumb2) { in ApplyInstructionSet() 128 CHECK_EQ(instruction_set_, instruction_set_features_->GetInstructionSet()); in ApplyInstructionSet() 130 compiler_options_->instruction_set_ = instruction_set_; in ApplyInstructionSet() 132 InstructionSetFeatures::FromBitmap(instruction_set_, instruction_set_features_->AsBitmap()); in ApplyInstructionSet() 138 instruction_set_ = instruction_set; in OverrideInstructionSetFeatures()
|
D | common_compiler_test.h | 86 InstructionSet instruction_set_ = variable
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 183 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 = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk() 504 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls() 538 GetInstructionSetAlignment(instruction_set_)); in CalculateMaxNextOffset()
|
D | relative_patcher_arm_base.h | 116 const InstructionSet instruction_set_; variable
|
/art/runtime/ |
D | oat.cc | 70 instruction_set_(instruction_set), in OatHeader() 107 if (!IsValidInstructionSet(instruction_set_)) { in IsValid() 129 if (!IsValidInstructionSet(instruction_set_)) { in GetValidationErrorMessage() 130 return StringPrintf("Invalid instruction set, %d.", static_cast<int>(instruction_set_)); in GetValidationErrorMessage() 163 return instruction_set_; in GetInstructionSet()
|
D | runtime-inl.h | 47 DCHECK_EQ(instruction_set_, kRuntimeISA); in GetRuntimeMethodFrameInfo()
|
D | oat.h | 123 InstructionSet instruction_set_; variable
|
D | runtime.cc | 232 instruction_set_(InstructionSet::kNone), in Runtime() 1257 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init() 1393 instruction_set_, in Init() 1626 SetInstructionSet(instruction_set_); in Init() 2286 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod() 2308 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod() 2318 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod() 2320 DCHECK_NE(instruction_set_, InstructionSet::kNone); in CreateCalleeSaveMethod() 2376 instruction_set_ = instruction_set; in SetInstructionSet() 2380 instruction_set_ = InstructionSet::kArm; in SetInstructionSet() [all …]
|
D | runtime.h | 465 return instruction_set_; in GetInstructionSet() 1051 InstructionSet instruction_set_; variable
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 34 return StackMap::UnpackNativePc(stack_maps_[i][StackMap::kPackedNativePc], instruction_set_); in GetStackMapNativePcOffset() 39 StackMap::PackNativePc(native_pc_offset, instruction_set_); in SetStackMapNativePcOffset() 95 StackMap::PackNativePc(native_pc_offset, instruction_set_); in BeginStackMapEntry() 129 instruction_set_); in BeginStackMapEntry() 136 CHECK_EQ(stack_map.GetNativePcOffset(instruction_set_), native_pc_offset); in BeginStackMapEntry()
|
D | stack_map_stream.h | 41 instruction_set_(instruction_set), in StackMapStream() 118 const InstructionSet instruction_set_; variable
|
D | scheduler.h | 556 instruction_set_(instruction_set) {} in HOptimization() 568 const InstructionSet instruction_set_; variable
|
D | graph_visualizer.cc | 115 : instruction_set_(instruction_set), disassembler_(nullptr) { in HGraphVisualizerDisassembler() 159 if (instruction_set_ == InstructionSet::kThumb2) { in Disassemble() 168 InstructionSet instruction_set_; member in art::HGraphVisualizerDisassembler
|
D | ssa_liveness_analysis_test.cc | 36 CHECK(codegen_ != nullptr) << instruction_set_ << " is not a supported target architecture."; in SetUp()
|
D | scheduler.cc | 815 switch (instruction_set_) { in Run()
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 43 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() 385 InstructionSet instruction_set_; variable
|
D | multi_oat_relative_patcher.cc | 46 instruction_set_(instruction_set), in MultiOatRelativePatcher()
|
D | multi_oat_relative_patcher.h | 167 InstructionSet instruction_set_; variable
|
/art/compiler/driver/ |
D | compiler_options.h | 262 return instruction_set_; in GetInstructionSet() 376 InstructionSet instruction_set_; variable
|
D | compiler_options.cc | 47 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA), in CompilerOptions()
|
/art/oatdump/ |
D | oatdump.cc | 387 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() 534 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in Dump() 1377 instruction_set_); in DumpCodeInfo() 1533 instruction_set_(instruction_set) { in StackMapsHelper() 1557 uint32_t left_pc = left.GetNativePcOffset(instruction_set_); in StackMapsHelper() 1559 uint32_t right_pc = right.GetNativePcOffset(instruction_set_); in StackMapsHelper() 1564 offset_ = GetStackMapAt(0).GetNativePcOffset(instruction_set_); in StackMapsHelper() [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 868 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant() 877 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures() 1056 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ProcessOptions() 1063 if (compiler_options_->instruction_set_ == kRuntimeISA) { in ProcessOptions() 1343 AssignIfExists(args, M::TargetInstructionSet, &compiler_options_->instruction_set_); in ParseArgs() 1345 if (compiler_options_->instruction_set_ == InstructionSet::kArm) { in ParseArgs() 1346 compiler_options_->instruction_set_ = InstructionSet::kThumb2; in ParseArgs()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 182 compiler_options.instruction_set_ = instruction_set_; in CompileThunk() 184 InstructionSetFeatures::FromBitmap(instruction_set_, instruction_set_features_->AsBitmap()); in CompileThunk()
|