Home
last modified time | relevance | path

Searched refs:pushq (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/x86_64/
Dasm_support_x86_64.S198 pushq REG_VAR(reg)
212 pushq REG_VAR(reg)
Dquick_entrypoints_x86_64.S109 pushq \runtime_method_offset(%r10)
1741 pushq %gs:THREAD_TOP_QUICK_FRAME_OFFSET
1808 pushq LITERAL(0) // Push a fake return PC as there will be none on the stack.
2154 pushq LITERAL(0) // Push null for ArtMethod*.
/art/runtime/interpreter/mterp/x86_64/
Dmain.S113 pushq \_reg
421 pushq %rax # Return address for the tail call.
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc60 __ pushq(spill.AsCpuRegister()); in BuildFrame() local
498 __ pushq(Address(CpuRegister(RSP), src)); in Copy() local
522 __ pushq(Address(src.AsX86_64().AsCpuRegister(), src_offset)); in Copy() local
536 __ pushq(Address(scratch, src_offset)); in Copy() local
Dassembler_x86_64.h372 void pushq(CpuRegister reg);
373 void pushq(const Address& address);
374 void pushq(const Immediate& imm);
Dassembler_x86_64.cc99 void X86_64Assembler::pushq(CpuRegister reg) { in pushq() function in art::x86_64::X86_64Assembler
106 void X86_64Assembler::pushq(const Address& address) { in pushq() function in art::x86_64::X86_64Assembler
114 void X86_64Assembler::pushq(const Immediate& imm) { in pushq() function in art::x86_64::X86_64Assembler
5087 pushq(Immediate(High32Bits(constant))); in LoadDoubleConstant()
5088 pushq(Immediate(Low32Bits(constant))); in LoadDoubleConstant()
Dassembler_x86_64_test.cc545 DriverStr(RepeatR(&x86_64::X86_64Assembler::pushq, "pushq %{reg}"), "pushq"); in TEST_F()
549 DriverStr(RepeatI(&x86_64::X86_64Assembler::pushq, /*imm_bytes*/ 4U, in TEST_F()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1431 __ pushq(CpuRegister(RDI)); in MaybeIncrementHotness() local
1468 __ pushq(CpuRegister(reg)); in GenerateFrameEntry() local
6036 __ pushq(CpuRegister(reg)); in SpillScratch() local