Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/
DAndroid.mk141 arch/x86/registers_x86.cc \
190 ifeq ($(TARGET_ARCH),x86)
192 arch/x86/context_x86.cc \
193 arch/x86/entrypoints_init_x86.cc \
194 arch/x86/jni_entrypoints_x86.S \
195 arch/x86/portable_entrypoints_x86.S \
196 arch/x86/quick_entrypoints_x86.S \
197 arch/x86/thread_x86.cc
221 ifeq ($(HOST_ARCH),x86)
223 arch/x86/context_x86.cc \
[all …]
Ddisassembler.cc34 return new x86::DisassemblerX86(); in Create()
Ddisassembler_x86.h23 namespace x86 {
Druntime.cc1237 uint32_t ref_spills = (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI); in CreateCalleeSaveMethod()
1238 uint32_t arg_spills = (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX); in CreateCalleeSaveMethod()
1240 (1 << art::x86::kNumberOfCpuRegisters); // fake return address callee save in CreateCalleeSaveMethod()
Ddisassembler_x86.cc26 namespace x86 { namespace
/art/compiler/
DAndroid.mk45 dex/quick/x86/assemble_x86.cc \
46 dex/quick/x86/call_x86.cc \
47 dex/quick/x86/fp_x86.cc \
48 dex/quick/x86/int_x86.cc \
49 dex/quick/x86/target_x86.cc \
50 dex/quick/x86/utility_x86.cc \
65 jni/quick/x86/calling_convention_x86.cc \
85 utils/x86/assembler_x86.cc \
86 utils/x86/managed_register_x86.cc \
/art/compiler/utils/
Dmanaged_register.h28 namespace x86 {
46 x86::X86ManagedRegister AsX86() const;
Dassembler.cc112 return new x86::X86Assembler(); in Create()
Dassembler.h44 namespace x86 {
94 friend class x86::X86Assembler;
/art/compiler/utils/x86/
Dmanaged_register_x86.h24 namespace x86 {
210 inline x86::X86ManagedRegister ManagedRegister::AsX86() const { in AsX86()
211 x86::X86ManagedRegister reg(id_); in AsX86()
Dconstants_x86.h28 namespace x86 {
Dmanaged_register_x86.cc22 namespace x86 { namespace
/art/runtime/arch/x86/
Dregisters_x86.cc22 namespace x86 { namespace
Dregisters_x86.h27 namespace x86 {
Dcontext_x86.h25 namespace x86 {
Dcontext_x86.cc24 namespace x86 { namespace
/art/runtime/arch/
Dcontext.cc35 return new x86::X86Context(); in Create()
/art/test/302-float-conversion/
Dinfo.txt2 properly handled by the VM. For example, x86 systems using the x87 stack
/art/compiler/jni/quick/
Dcalling_convention.cc43 return new x86::X86ManagedRuntimeCallingConvention(is_static, is_synchronized, shorty); in Create()
97 return new x86::X86JniCallingConvention(is_static, is_synchronized, shorty); in Create()
/art/compiler/trampolines/
Dtrampoline_compiler.cc86 namespace x86 { namespace
112 return x86::CreateTrampoline(offset); in CreateTrampoline()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h23 namespace x86 {
Dcalling_convention_x86.cc24 namespace x86 { namespace
/art/build/
DAndroid.gtest.mk28 compiler/utils/x86/managed_register_x86_test.cc \
76 compiler/utils/x86/assembler_x86_test.cc
DAndroid.common.mk152 ifeq ($(TARGET_ARCH),x86)
/art/compiler/dex/quick/mips/
DREADME.mips26 room to fully describe def/use info for Arm and x86 instructions. However,
54 for Arm and x86. It might make sense to replace the inline code generation

12