Home
last modified time | relevance | path

Searched refs:kX86 (Results 26 – 50 of 52) sorted by relevance

123

/art/compiler/debug/
Delf_debug_line_writer.h76 case InstructionSet::kX86: in WriteCompilationUnit()
/art/runtime/
Dparsed_options_test.cc169 InstructionSet::kX86, in TEST_F()
Dcommon_runtime_test.h278 if (kRuntimeISA == InstructionSet::kX86) { \
Dquick_exception_handler.cc626 if (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64) { in DeoptimizePartialFragmentFixup()
Dcommon_throws.cc456 (kRuntimeISA == InstructionSet::kX86 || kRuntimeISA == InstructionSet::kX86_64)) { in IsValidReadBarrierImplicitCheck()
Dstack.cc368 if (kRuntimeISA == InstructionSet::kX86 && is_float) { in GetRegisterIfAccessible()
Druntime.cc1487 case InstructionSet::kX86: in Init()
2380 case InstructionSet::kX86: in SetInstructionSet()
Delf_file.cc1086 return InstructionSet::kX86; in GetInstructionSetFromELF()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc249 if (kRuntimeISA == InstructionSet::kX86) { in GenericJniMethodEnd()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc101 kRuntimeISA == (x86_64 ? InstructionSet::kX86_64 : InstructionSet::kX86); in FromVariant()
/art/compiler/utils/
Dassembler_test_base.h140 case InstructionSet::kX86: in GetAssemblerCommand()
/art/compiler/optimizing/
Doptimizing_compiler.cc462 || instruction_set == InstructionSet::kX86 in IsInstructionSetSupported()
472 case InstructionSet::kX86: { in RunBaselineOptimizations()
529 case InstructionSet::kX86: { in RunArchOptimizations()
Dscheduler_test.cc52 CodegenTargetConfig(InstructionSet::kX86, create_codegen_x86), in GetTargetConfigs()
Dstack_map_test.cc689 StackMap::PackNativePc(kX86InstructionAlignment, InstructionSet::kX86); in TEST()
696 EXPECT_EQ(StackMap::UnpackNativePc(packed_x86, InstructionSet::kX86), in TEST()
Dcode_generator_x86.h427 return InstructionSet::kX86; in GetInstructionSet()
Dcode_generator.h751 return instruction_set == InstructionSet::kX86 || instruction_set == InstructionSet::kX86_64; in CallPushesPC()
Dcodegen_test.cc51 CodegenTargetConfig(InstructionSet::kX86, create_codegen_x86), in GetTargetConfigs()
Dregister_allocator_test.cc46 compiler_options_ = CommonCompilerTest::CreateCompilerOptions(InstructionSet::kX86, "default"); in SetUp()
Dcode_generator.cc997 case InstructionSet::kX86: { in Create()
Dloop_optimization.cc1605 case InstructionSet::kX86: in TrySetVectorType()
/art/dex2oat/linker/
Doat_writer_test.cc520 InstructionSet insn_set = InstructionSet::kX86; in TEST_F()
/art/libelffile/elf/
Delf_builder.h817 case InstructionSet::kX86: { in MakeElfHeader()
/art/compiler/utils/x86/
Dassembler_x86_test.cc55 return InstructionSet::kX86; in GetIsa()
/art/dex2oat/
Ddex2oat.cc1108 case InstructionSet::kX86: in ProcessOptions()
/art/dex2oat/driver/
Dcompiler_driver.cc410 case InstructionSet::kX86: in InstructionSetHasGenericJniStub()

123