Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dportable_entrypoints_x86.S42 pushl 20(%ebp) // push size of region to memcpy
43 pushl 16(%ebp) // push arg array as source of memcpy
44 pushl %eax // push stack pointer as destination of memcpy
78 pushl %edx // Pass called_addr.
79 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
80 pushl %ecx // Pass receiver.
81 pushl %eax // Pass called.
102 pushl %edx // Pass called_addr.
103 pushl %fs:THREAD_SELF_OFFSET // Pass thread.
104 pushl %ecx // Pass receiver.
[all …]
Dquick_entrypoints_x86.S106 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
121 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
136 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
151 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
226 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
228 pushl 32(%edx) // pass caller Method*
285 pushl 20(%ebp) // push size of region to memcpy
286 pushl 16(%ebp) // push arg array as source of memcpy
287 pushl %eax // push stack pointer as destination of memcpy
326 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
[all …]
Djni_entrypoints_x86.S26 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
Dasm_support_x86.S154 pushl REG_VAR(reg, 0)
Dmemcmp16_x86.S35 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
/art/compiler/utils/x86/
Dassembler_x86.cc67 void X86Assembler::pushl(Register reg) { in pushl() function in art::x86::X86Assembler
73 void X86Assembler::pushl(const Address& address) { in pushl() function in art::x86::X86Assembler
80 void X86Assembler::pushl(const Immediate& imm) { in pushl() function in art::x86::X86Assembler
1263 pushl(Immediate(High32Bits(constant))); in LoadDoubleConstant()
1264 pushl(Immediate(Low32Bits(constant))); in LoadDoubleConstant()
1417 pushl(spill_regs.at(i).AsX86().AsCpuRegister()); in BuildFrame()
1423 pushl(method_reg.AsX86().AsCpuRegister()); in BuildFrame()
1702 pushl(Address(ESP, src)); in Copy()
1720 pushl(Address(src.AsX86().AsCpuRegister(), src_offset)); in Copy()
1730 pushl(Address(scratch, src_offset)); in Copy()
Dassembler_x86.h225 void pushl(Register reg);
226 void pushl(const Address& address);
227 void pushl(const Immediate& imm);
/art/compiler/optimizing/
Dcode_generator_x86.cc359 __ pushl(Address(ESP, source.GetStackIndex())); in Move32() local
397 __ pushl(Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64() local
410 __ pushl(Address(ESP, in Move64() local
415 __ pushl(Address(ESP, source.GetStackIndex())); in Move64() local
417 __ pushl(Address(ESP, source.GetHighStackIndex(kX86WordSize))); in Move64() local
1578 __ pushl(static_cast<Register>(reg)); in SpillScratch() local