Home
last modified time | relevance | path

Searched refs:x86_64 (Results 26 – 50 of 56) sorted by relevance

123

/art/compiler/utils/
Djni_macro_assembler.cc83 return MacroAsm64UniquePtr(new (allocator) x86_64::X86_64JNIMacroAssembler(allocator)); in Create()
/art/runtime/arch/x86/
Dfault_handler_x86.cc106 const bool x86_64 = true; in GetInstructionSize() local
108 const bool x86_64 = false; in GetInstructionSize() local
156 if (x86_64 && opcode >= 0x40 && opcode <= 0x4f) { in GetInstructionSize()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h24 namespace x86_64 {
Dcalling_convention_x86_64.cc28 namespace x86_64 { namespace
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h82 struct CSFSelector<InstructionSet::kX86_64> { using type = x86_64::X86_64CalleeSaveFrame; };
/art/build/
DAndroid.bp127 x86_64: {
181 // The build assumes that all our x86/x86_64 hosts (such as buildbots and developer
186 // does not pick up these flags, cross-compiling from a x86/x86_64 host to a
187 // x86/x86_64 target should not be affected.
204 x86_64: {
/art/test/998-redefine-use-after-free/
Dinfo.txt11 this test will fail a DCHECK on debug builds, segfault on x86_64 hosts and have
/art/runtime/arch/x86_64/
Djni_frame_x86_64.h28 namespace x86_64 {
Dcontext_x86_64.h27 namespace x86_64 {
Dcontext_x86_64.cc24 namespace x86_64 { namespace
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc146 return x86_64::GetCriticalNativeStubFrameSize(shorty, shorty_len); in artCriticalNativeFrameSize()
182 return x86_64::GetCriticalNativeDirectCallFrameSize(shorty, shorty_len); in artCriticalNativeFrameSize()
/art/compiler/jni/quick/
Dcalling_convention.cc72 new (allocator) x86_64::X86_64ManagedRuntimeCallingConvention( in Create()
162 new (allocator) x86_64::X86_64JniCallingConvention( in Create()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc25 namespace x86_64 { namespace
58 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in BuildFrame()
78 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in BuildFrame()
105 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in RemoveFrame()
121 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in RemoveFrame()
678 art::x86_64::Condition x86_64_cond; in TestGcMarking()
681 x86_64_cond = art::x86_64::kZero; in TestGcMarking()
684 x86_64_cond = art::x86_64::kNotZero; in TestGcMarking()
Dconstants_x86_64.h29 namespace x86_64 {
Dmanaged_register_x86_64.cc22 namespace x86_64 { namespace
Dassembler_x86_64.h36 namespace x86_64 {
85 int ext = (rex_ & 1) != 0 ? x86_64::R8 : x86_64::RAX; in cpu_rm()
90 int ext = (rex_ & 2) != 0 ? x86_64::R8 : x86_64::RAX; in cpu_index()
95 int ext = (rex_ & 1) != 0 ? x86_64::R8 : x86_64::RAX; in cpu_base()
349 friend class x86_64::X86_64Assembler;
Djni_macro_assembler_x86_64.h32 namespace x86_64 {
Dmanaged_register_x86_64_test.cc22 namespace x86_64 { namespace
/art/dex2oat/
DAndroid.bp51 x86_64: {
53 "linker/x86_64/relative_patcher_x86_64.cc",
481 x86_64: {
483 "linker/x86_64/relative_patcher_x86_64_test.cc",
/art/tools/
Dbuild_linux_bionic_tests.sh92 $soong_out/lib64/libclang_rt.ubsan_standalone-x86_64-android.so
/art/disassembler/
DAndroid.bp34 x86_64: {
/art/compiler/optimizing/
Doptimization.cc113 return x86_64::InstructionSimplifierX86_64::kInstructionSimplifierX86_64PassName; in OptimizationPassName()
302 opt = new (allocator) x86_64::InstructionSimplifierX86_64(graph, codegen, stats); in ConstructOptimizations()
Dcodegen_test_utils.h335 return new (graph->GetAllocator()) x86_64::CodeGeneratorX86_64(graph, compiler_options); in create_codegen_x86_64()
Dcode_generator_x86_64.h28 namespace x86_64 {
/art/tools/dexfuzz/
DREADME50 --x86_64

123