/art/compiler/ |
D | common_compiler_test.cc | 141 CHECK_EQ(instruction_set_, InstructionSet::kNone); in CreateCompiledMethod() 143 instruction_set_ = instruction_set; in CreateCompiledMethod() 168 CHECK_NE(instruction_set_, InstructionSet::kNone); in GetInstructionSet() 169 return instruction_set_; in GetInstructionSet() 183 InstructionSet instruction_set_ = InstructionSet::kNone; member in art::CommonCompilerTestImpl::OneCompiledMethodStorage 192 compiler_options->instruction_set_ = instruction_set; in CreateCompilerOptions() 216 runtime->SetInstructionSet(instruction_set_); in SetUp() 229 if (instruction_set_ == InstructionSet::kThumb2) { in ApplyInstructionSet() 232 CHECK_EQ(instruction_set_, instruction_set_features_->GetInstructionSet()); in ApplyInstructionSet() 234 compiler_options_->instruction_set_ = instruction_set_; in ApplyInstructionSet() [all …]
|
D | common_compiler_test.h | 76 InstructionSet instruction_set_ = variable
|
/art/compiler/jni/quick/ |
D | jni_compiler.h | 41 : instruction_set_(instruction_set), in JniCompiledMethod() 51 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() 59 InstructionSet instruction_set_;
|
/art/cmdline/ |
D | cmdline.h | 121 instruction_set_ = GetInstructionSetFromString(instruction_set_str); in Parse() 122 if (instruction_set_ == InstructionSet::kNone) { in Parse() 160 if (instruction_set_ == InstructionSet::kNone) { in Parse() 162 instruction_set_ = kRuntimeISA; in Parse() 218 InstructionSet instruction_set_ = InstructionSet::kNone; member 357 size_t verified_boot_image_count = ofa_context->GetBootImageInfoList(instruction_set_).size(); in InferBootImage() 447 return StartRuntime(args->boot_image_locations_, args->instruction_set_, args_->runtime_args_); in CreateRuntime()
|
/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 = GetInstructionSetCodeAlignment(instruction_set_); in AddUnreservedThunk() 505 result.second - GetInstructionSetEntryPointAdjustment(instruction_set_); in ResolveMethodCalls() 539 GetInstructionSetCodeAlignment(instruction_set_)); in CalculateMaxNextOffset()
|
D | relative_patcher_arm_base.h | 116 const InstructionSet instruction_set_; variable
|
D | relative_patcher_thumb2_test.cc | 216 compiler_options.instruction_set_ = instruction_set_; in CompileThunk() 218 InstructionSetFeatures::FromBitmap(instruction_set_, instruction_set_features_->AsBitmap()); in CompileThunk()
|
/art/runtime/oat/ |
D | oat.cc | 67 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()
|
D | oat.h | 145 InstructionSet instruction_set_; variable
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 41 return StackMap::UnpackNativePc(stack_maps_[i][StackMap::kPackedNativePc], instruction_set_); in GetStackMapNativePcOffset() 46 StackMap::PackNativePc(native_pc_offset, instruction_set_); in SetStackMapNativePcOffset() 94 uint32_t packed_code_size = StackMap::PackNativePc(code_size, instruction_set_); in EndMethod() 125 StackMap::PackNativePc(native_pc_offset, instruction_set_); in BeginStackMapEntry() 161 instruction_set_); in BeginStackMapEntry() 169 CHECK_EQ(stack_map.GetNativePcOffset(instruction_set_), final_native_pc_offset); in BeginStackMapEntry()
|
D | stack_map_stream.h | 44 instruction_set_(instruction_set), in StackMapStream() 127 const InstructionSet instruction_set_; variable
|
D | scheduler.h | 578 instruction_set_(instruction_set) {} in HOptimization() 590 const InstructionSet instruction_set_; variable
|
D | graph_visualizer.cc | 126 : instruction_set_(instruction_set), disassembler_(nullptr) { in HGraphVisualizerDisassembler() 174 if (instruction_set_ == InstructionSet::kThumb2) { in Disassemble() 183 InstructionSet instruction_set_; member in art::HGraphVisualizerDisassembler
|
D | scheduler.cc | 784 switch (instruction_set_) { in Run()
|
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 43 instruction_set_(instruction_set), in RelativePatcherTest() 84 patcher_ = RelativePatcher::Create(instruction_set_, in Reset() 110 instruction_set_, 121 CompiledMethod::AlignCode(unaligned_code_offset, instruction_set_); in CodeAlignmentSize() 396 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/runtime/ |
D | runtime-inl.h | 46 DCHECK_EQ(instruction_set_, kRuntimeISA); in GetRuntimeMethodFrameInfo()
|
D | runtime.cc | 251 instruction_set_(InstructionSet::kNone), in Runtime() 1774 instruction_set_, in Init() 2027 SetInstructionSet(instruction_set_); in Init() 2739 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateImtConflictMethod() 2761 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateResolutionMethod() 2773 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_); in CreateCalleeSaveMethod() 2775 DCHECK_NE(instruction_set_, InstructionSet::kNone); in CreateCalleeSaveMethod() 2831 instruction_set_ = instruction_set; in SetInstructionSet() 2835 instruction_set_ = InstructionSet::kArm; in SetInstructionSet() 2844 UNIMPLEMENTED(FATAL) << instruction_set_; in SetInstructionSet() [all …]
|
D | runtime.h | 557 return instruction_set_; in GetInstructionSet() 1210 InstructionSet instruction_set_; variable
|
/art/compiler/driver/ |
D | compiler_options.h | 271 return instruction_set_; in GetInstructionSet() 387 InstructionSet instruction_set_; variable
|
D | compiler_options.cc | 43 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA), in CompilerOptions()
|
/art/dex2oat/ |
D | dex2oat.cc | 613 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant() 616 compiler_options_->instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant() 626 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures() 823 compiler_options_->instruction_set_, "default", &parser_options->error_msg); in ProcessOptions() 830 if (compiler_options_->instruction_set_ == kRuntimeISA) { in ProcessOptions() 1121 AssignIfExists(args, M::TargetInstructionSet, &compiler_options_->instruction_set_); in ParseArgs() 1123 if (compiler_options_->instruction_set_ == InstructionSet::kArm) { in ParseArgs() 1124 compiler_options_->instruction_set_ = InstructionSet::kThumb2; in ParseArgs()
|
/art/oatdump/ |
D | oatdump.cc | 399 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper() 401 instruction_set_, in OatDumper() 406 Is64BitInstructionSet(instruction_set_) ? in OatDumper() 420 return instruction_set_; in GetInstructionSet() 1380 instruction_set_); in DumpCodeInfo() 1543 stack_maps[it.GetNativePcOffset(instruction_set_)].push_back(it); in DumpCode() 1554 stack_map.Dump(vios, code_info, oat_method.GetCodeOffset(), instruction_set_); in DumpCode() 1704 static_cast<size_t>(GetInstructionSetPointerSize(instruction_set_)), in DumpBssMappings() 1771 const InstructionSet instruction_set_; member in art::OatDumper 3524 args_->instruction_set_, in CanDumpWithRuntime()
|
/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()
|