Searched refs:x86 (Results 1 - 25 of 35) sorted by relevance

12

/art/runtime/arch/x86/
H A Dquick_method_frame_info_x86.h25 namespace x86 { namespace in namespace:art
28 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
30 (1 << art::x86::ECX) | (1 << art::x86::EDX) | (1 << art::x86::EBX);
34 (1 << art::x86::kNumberOfCpuRegisters); // fake return address callee save
48 } // namespace x86
H A Dregisters_x86.cc22 namespace x86 { namespace in namespace:art
36 } // namespace x86
H A Dregisters_x86.h27 namespace x86 { namespace in namespace:art
44 } // namespace x86
H A Dcontext_x86.h25 namespace x86 { namespace in namespace:art
87 } // namespace x86
H A Dcontext_x86.cc25 namespace x86 { namespace in namespace:art
100 } // namespace x86
/art/build/
H A DAndroid.common.mk20 ART_TARGET_SUPPORTED_ARCH := arm arm64 mips x86 x86_64
21 ART_HOST_SUPPORTED_ARCH := x86 x86_64
56 ART_HOST_ARCH_32 := x86
58 ART_HOST_ARCH := x86
67 ART_HOST_ARCH_32 := x86
70 2ND_ART_HOST_ARCH := x86
71 2ND_HOST_ARCH := x86
/art/disassembler/
H A Ddisassembler.cc38 return new x86::DisassemblerX86(options, false);
40 return new x86::DisassemblerX86(options, true);
H A Ddisassembler_x86.h23 namespace x86 { namespace in namespace:art
41 } // namespace x86
/art/runtime/arch/
H A Dcontext.cc26 #include "x86/context_x86.h"
43 return new x86::X86Context();
/art/tools/
H A Dart62 mkdir -p $ANDROID_DATA/dalvik-cache/{x86,x86_64}
/art/compiler/
H A DAndroid.mk53 dex/quick/x86/assemble_x86.cc \
54 dex/quick/x86/call_x86.cc \
55 dex/quick/x86/fp_x86.cc \
56 dex/quick/x86/int_x86.cc \
57 dex/quick/x86/target_x86.cc \
58 dex/quick/x86/utility_x86.cc \
81 jni/quick/x86/calling_convention_x86.cc \
112 utils/x86/assembler_x86.cc \
113 utils/x86/managed_register_x86.cc \
/art/compiler/utils/x86/
H A Dmanaged_register_x86.h24 namespace x86 { namespace in namespace:art
27 // The registers in kReservedCpuRegistersArray in x86.cc are not used in pairs.
28 // The table kRegisterPairs in x86.cc must be kept in sync with this enum.
215 } // namespace x86
217 inline x86::X86ManagedRegister ManagedRegister::AsX86() const {
218 x86::X86ManagedRegister reg(id_);
H A Dconstants_x86.h22 #include "arch/x86/registers_x86.h"
28 namespace x86 { namespace in namespace:art
123 } // namespace x86
H A Dmanaged_register_x86.cc22 namespace x86 { namespace in namespace:art
115 } // namespace x86
/art/compiler/utils/
H A Dmanaged_register.h34 namespace x86 { namespace in namespace:art
57 x86::X86ManagedRegister AsX86() const;
H A Dassembler.cc26 #include "x86/assembler_x86.h"
118 return new x86::X86Assembler();
H A Dassembler.h26 #include "x86/constants_x86.h"
50 namespace x86 { namespace in namespace:art
122 friend class x86::X86Assembler;
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.h23 namespace x86 { namespace in namespace:art
72 // x86 needs to extend small return types.
87 } // namespace x86
H A Dcalling_convention_x86.cc20 #include "utils/x86/managed_register_x86.h"
24 namespace x86 { namespace in namespace:art
165 } // namespace x86
/art/runtime/entrypoints/quick/
H A Dcallee_save_frame.h29 #include "arch/x86/quick_method_frame_info_x86.h"
53 isa == kX86 ? x86::X86CalleeSaveFrameSize(type) :
/art/runtime/
H A DAndroid.mk170 arch/x86/registers_x86.cc \
239 arch/x86/context_x86.cc \
240 arch/x86/entrypoints_init_x86.cc \
241 arch/x86/jni_entrypoints_x86.S \
242 arch/x86/memcmp16_x86.S \
243 arch/x86/portable_entrypoints_x86.S \
244 arch/x86/quick_entrypoints_x86.S \
245 arch/x86/thread_x86.cc \
246 arch/x86/fault_handler_x86.cc
252 # shared between the x86 an
[all...]
/art/compiler/jni/quick/
H A Dcalling_convention.cc23 #include "jni/quick/x86/calling_convention_x86.h"
42 return new x86::X86ManagedRuntimeCallingConvention(is_static, is_synchronized, shorty);
115 return new x86::X86JniCallingConvention(is_static, is_synchronized, shorty);
/art/compiler/trampolines/
H A Dtrampoline_compiler.cc23 #include "utils/x86/assembler_x86.h"
125 namespace x86 { namespace in namespace:art
129 // All x86 trampolines call via the Thread* held in fs.
140 } // namespace x86
147 // All x86 trampolines call via the Thread* held in gs.
182 return x86::CreateTrampoline(offset);
/art/compiler/optimizing/
H A Dcode_generator_x86.h23 #include "utils/x86/assembler_x86.h"
26 namespace x86 { namespace in namespace:art
197 } // namespace x86
H A Dlocations.h172 x86::X86ManagedRegister AsX86() const;

Completed in 274 milliseconds

12