/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints_test.cc | 75 kRuntimeISA, in TEST_F() 79 kRuntimeISA, in TEST_F() 83 kRuntimeISA, in TEST_F() 87 kRuntimeISA, in TEST_F() 91 kRuntimeISA, in TEST_F() 95 kRuntimeISA, in TEST_F()
|
D | callee_save_frame.h | 86 using RuntimeCalleeSaveFrame = detail::CSFSelector<kRuntimeISA>::type;
|
/art/runtime/ |
D | oat_quick_method_header.h | 48 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer() 49 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer() 59 return RoundUp(sizeof(OatQuickMethodHeader), GetInstructionSetAlignment(kRuntimeISA)); in InstructionAlignedSize() 119 static_assert(kRuntimeISA != InstructionSet::kThumb2, "kThumb2 cannot be a runtime ISA"); in Contains() 120 if (kRuntimeISA == InstructionSet::kArm) { in Contains() 132 static_assert(kRuntimeISA != InstructionSet::kThumb2, "kThumb2 cannot be a runtime ISA"); in GetEntryPoint() 133 return (kRuntimeISA == InstructionSet::kArm) in GetEntryPoint()
|
D | oat_file_assistant_test.cc | 53 file, kRuntimeISA, &compilation_filter, &compilation_reason); in VerifyOptimizationStatus() 158 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, true); in TEST_F() 175 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false); in TEST_F() 180 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F() 202 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false); in TEST_F() 207 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F() 231 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false); in TEST_F() 255 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, true); in TEST_F() 276 dex_location.c_str(), kRuntimeISA, /*load_executable=*/ false); in TEST_F() 308 dex_location.c_str(), kRuntimeISA, /*load_executable=*/ false); in TEST_F() [all …]
|
D | oat_file_test.cc | 42 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F() 65 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in TEST_F()
|
D | common_runtime_test.h | 268 if (kRuntimeISA == InstructionSet::kArm || kRuntimeISA == InstructionSet::kThumb2) { \ 274 if (kRuntimeISA == InstructionSet::kArm64) { \ 280 if (kRuntimeISA == InstructionSet::kX86) { \ 286 if (kRuntimeISA == InstructionSet::kX86_64) { \
|
D | dexopt_test.cc | 76 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in GenerateAlternateImage() 158 kRuntimeISA, in GenerateOatForTest() 184 dex_location, kRuntimeISA, &oat_location, &error_msg)) << error_msg; in GenerateOatForTest()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 83 switch (kRuntimeISA) { in FromCppDefines() 97 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCppDefines() 102 switch (kRuntimeISA) { in FromRuntimeDetection() 113 switch (kRuntimeISA) { in FromCpuInfo() 127 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromCpuInfo() 132 switch (kRuntimeISA) { in FromHwcap() 146 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromHwcap() 151 switch (kRuntimeISA) { in FromAssembly() 165 UNIMPLEMENTED(FATAL) << kRuntimeISA; in FromAssembly() 253 UNIMPLEMENTED(FATAL) << kRuntimeISA; in AddRuntimeDetectedFeatures()
|
D | stub_test.cc | 48 runtime_->SetInstructionSet(kRuntimeISA); in SetUp() 447 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA; in TEST_F() 449 std::cout << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA << std::endl; in TEST_F() 506 LOG(INFO) << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA; in TEST_F() 508 …std::cout << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA << std::endl; in TEST_F() 666 LOG(INFO) << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA; in TestUnlockObject() 668 …std::cout << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA << std::en… in TestUnlockObject() 777 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA; in TEST_F() 779 std::cout << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA << std::endl; in TEST_F() 894 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA; in TEST_F() [all …]
|
D | instruction_set_features_test.cc | 47 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA)); 54 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg)); 75 GetInstructionSetString(kRuntimeISA)); 80 GetInstructionSetString(kRuntimeISA)); 87 InstructionSetFeatures::FromVariant(kRuntimeISA, dex2oat_isa_variant, &error_msg)); 124 InstructionSetFeatures::FromVariant(kRuntimeISA, "default", &error_msg));
|
/art/libartbase/arch/ |
D | instruction_set_test.cc | 55 EXPECT_EQ(kRuntimeISA, GetInstructionSetFromString(GetInstructionSetString(kRuntimeISA))); in TEST() 59 EXPECT_EQ(kRuntimePointerSize, GetInstructionSetPointerSize(kRuntimeISA)); in TEST()
|
D | instruction_set.h | 40 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm; variable 42 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm64; variable 44 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86; variable 46 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86_64; variable 48 static constexpr InstructionSet kRuntimeISA = InstructionSet::kNone; variable
|
/art/runtime/base/ |
D | quasi_atomic.h | 61 if (!NeedSwapMutexes(kRuntimeISA)) { in Read64() 97 if (!NeedSwapMutexes(kRuntimeISA)) { in Write64() 143 if (!NeedSwapMutexes(kRuntimeISA)) { in Cas64()
|
D | quasi_atomic.cc | 32 if (NeedSwapMutexes(kRuntimeISA)) { in Startup() 41 if (NeedSwapMutexes(kRuntimeISA)) { in Shutdown()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 64 switch (kRuntimeISA) { in artCriticalNativeOutArgsSize() 75 UNIMPLEMENTED(FATAL) << kRuntimeISA; in artCriticalNativeOutArgsSize()
|
/art/compiler/optimizing/ |
D | stack_map_test.cc | 48 constexpr static uint32_t kPcAlign = GetInstructionSetInstructionAlignment(kRuntimeISA); 54 StackMapStream stream(&allocator, kRuntimeISA); in TEST() 77 ASSERT_EQ(64u * kPcAlign, stack_map.GetNativePcOffset(kRuntimeISA)); in TEST() 108 StackMapStream stream(&allocator, kRuntimeISA); in TEST() 165 ASSERT_EQ(64u * kPcAlign, stack_map.GetNativePcOffset(kRuntimeISA)); in TEST() 204 ASSERT_EQ(128u * kPcAlign, stack_map.GetNativePcOffset(kRuntimeISA)); in TEST() 237 ASSERT_EQ(192u * kPcAlign, stack_map.GetNativePcOffset(kRuntimeISA)); in TEST() 270 ASSERT_EQ(256u * kPcAlign, stack_map.GetNativePcOffset(kRuntimeISA)); in TEST() 302 StackMapStream stream(&allocator, kRuntimeISA); in TEST() 335 ASSERT_EQ(64u * kPcAlign, stack_map.GetNativePcOffset(kRuntimeISA)); in TEST() [all …]
|
/art/oatdump/ |
D | oatdump_test.h | 46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp() 83 path += Is64BitInstructionSet(kRuntimeISA) ? "64" : "32"; in GetExecutableFilePath() 145 "--instruction-set=" + std::string(GetInstructionSetString(kRuntimeISA)), in GenerateAppOdexFile() 204 GetInstructionSetString(kRuntimeISA))); 216 GetInstructionSetString(kRuntimeISA))); 226 GetInstructionSetString(kRuntimeISA)));
|
/art/compiler/ |
D | exception_test.cc | 74 CHECK_ALIGNED_PARAM(native_pc_offset, GetInstructionSetInstructionAlignment(kRuntimeISA)); in SetUp() 79 StackMapStream stack_maps(&allocator, kRuntimeISA); in SetUp() 88 const size_t code_alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp() 101 if (kRuntimeISA == InstructionSet::kArm) { in SetUp() 174 r->SetInstructionSet(kRuntimeISA); in TEST_F()
|
D | common_compiler_test.h | 87 (kRuntimeISA == InstructionSet::kArm) ? InstructionSet::kThumb2 : kRuntimeISA;
|
/art/runtime/native/ |
D | java_util_concurrent_atomic_AtomicLong.cc | 30 return QuasiAtomic::LongAtomicsUseMutexes(kRuntimeISA) ? JNI_FALSE : JNI_TRUE; in AtomicLong_VMSupportsCS8()
|
/art/dexlayout/ |
D | dexdiag_test.cc | 45 if (OS::FileExists(path32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) { in GetDexDiagFilePath() 62 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles()
|
/art/simulator/ |
D | code_simulator_arm64.h | 52 static constexpr bool kCanSimulate = (kRuntimeISA == InstructionSet::kX86_64);
|
/art/dex2oat/linker/ |
D | elf_writer_test.cc | 58 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() 125 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()
|
/art/compiler/driver/ |
D | compiler_options.cc | 47 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA), in CompilerOptions()
|
/art/cmdline/ |
D | cmdline.h | 229 GetInstructionSetString(kRuntimeISA)); in GetUsage() 263 LOG(WARNING) << "No instruction set given, assuming " << GetInstructionSetString(kRuntimeISA); in ParseCheckBootImage() 264 instruction_set_ = kRuntimeISA; in ParseCheckBootImage()
|