Searched defs:X86_64Assembler (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h182 friend class X86_64Assembler;
348 friend class x86_64::X86_64Assembler;
354 class X86_64Assembler FINAL : public Assembler {
356 explicit X86_64Assembler(ArenaAllocator* allocator) function in class:art::x86_64::FINAL
358 virtual ~X86_64Assembler() {}
772 X86_64Assembler* lock();
778 X86_64Assembler* gs();
947 DISALLOW_COPY_AND_ASSIGN(X86_64Assembler);
950 inline void X86_64Assembler::EmitUint8(uint8_t value) {
954 inline void X86_64Assembler
[all...]

Completed in 2573 milliseconds