Searched refs:Pop (Results 101 - 125 of 216) sorted by last modified time

123456789

/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc1859 __ Pop(); // literal index
1986 // Pop value from top-of-stack slot; box result into result register.
2026 // Pop value from top-of-stack slot, box result into result register.
2241 // Pop value from top-of-stack slot; box result into result register.
2485 __ Pop(StoreDescriptor::ValueRegister(),
2610 __ Pop(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister());
3532 __ Pop(index, value);
3569 __ Pop(index, value);
4513 __ Pop(StoreDescriptor::ReceiverRegister(),
H A Dlithium-codegen-mips64.cc163 __ Pop(a0, a1);
794 __ Pop(a1, scratch);
799 __ Pop(a1, scratch);
2821 __ Pop(ra, fp);
H A Dmacro-assembler-mips64.h709 // registers specified in regs. Pop order is the opposite as in MultiPush.
720 void Pop(Register dst) { pop(dst); } function in class:v8::internal::MacroAssembler
722 // Pop two registers. Pops rightmost register first (from lower address).
723 void Pop(Register src1, Register src2) { function in class:v8::internal::MacroAssembler
730 // Pop three registers. Pops rightmost register first (from lower address).
731 void Pop(Register src1, Register src2, Register src3) { function in class:v8::internal::MacroAssembler
738 void Pop(uint32_t count = 1) { function in class:v8::internal::MacroAssembler
H A Dregexp-macro-assembler-mips64.cc200 // Pop Code* offset from backtrack stack, add Code* and jump to location.
201 Pop(a0);
967 Pop(current_input_offset());
972 Pop(a0);
1318 void RegExpMacroAssemblerMIPS::Pop(Register target) {
H A Dregexp-macro-assembler-mips64.h237 inline void Pop(Register target);
/external/chromium_org/v8/src/
H A Dobjects-inl.h3669 void ConsStringIteratorOp::Pop() { function in class:v8::internal::ConsStringIteratorOp
H A Dobjects.cc8260 // Pop stack so next iteration is in correct place.
8261 Pop();
8291 // Pop stack so next iteration is in correct place.
8292 Pop();
H A Dobjects.h9314 inline void Pop();
H A Dtyping.h62 void ExitEffects() { store_ = store_.Pop(); }
/external/chromium_org/v8/src/x64/
H A Dbuiltins-x64.cc64 __ Pop(rdi);
185 __ Pop(rdi);
186 __ Pop(rax);
394 __ Pop(rdi);
630 __ Pop(rdi);
872 __ Pop(rax);
1285 __ Pop(rdi);
H A Dcode-stubs-x64.cc1787 __ Pop(rbx);
1788 __ Pop(rdx);
1789 __ Pop(rdi);
1790 __ Pop(rax);
1807 __ Pop(rdx);
1808 __ Pop(rbx);
1809 __ Pop(rdi);
1874 __ Pop(rdi);
2452 __ Pop(rbx);
2461 __ Pop(c_entry_fp_operan
[all...]
H A Dcode-stubs-x64.h249 masm->Pop(object_);
253 masm->Pop(address_);
255 masm->Pop(scratch1_);
259 masm->Pop(rcx);
261 if (!scratch0_.is(scratch0_orig_)) masm->Pop(scratch0_);
H A Dcodegen-x64.cc404 __ Pop(rax);
458 __ Pop(rax);
H A Ddebug-x64.cc121 __ Pop(reg);
130 __ Pop(kScratchRegister);
285 __ Pop(rdi); // Function.
H A Ddeoptimizer-x64.cc228 __ Pop(Operand(rdx, 0));
H A Dfull-codegen-x64.cc403 __ Pop(rax);
1600 __ Pop(rbx);
1962 // Pop value from top-of-stack slot; box result into result register.
1992 __ Pop(result_register());
2005 // Pop value from top-of-stack slot, box result into result register.
2041 __ Pop(rax); // result
2062 __ Pop(rax); // result
2108 __ Pop(load_receiver); // result
2131 __ Pop(rbx);
2215 // Pop valu
[all...]
H A Dlithium-codegen-x64.cc180 __ Pop(rax);
1826 __ Pop(string);
5444 __ Pop(rbx);
H A Dmacro-assembler-x64.cc2495 Pop(scratch);
2498 Pop(dst);
2878 void MacroAssembler::Pop(Register dst) {
2890 void MacroAssembler::Pop(const Operand& dst) {
3063 Pop(r15);
3064 Pop(r14);
3065 Pop(r11);
3066 Pop(r9);
3067 Pop(r8);
3068 Pop(rd
[all...]
H A Dmacro-assembler-x64.h865 void Pop(Register dst);
866 void Pop(const Operand& dst);
1639 masm->Pop(rax); \
H A Dregexp-macro-assembler-x64.cc153 // Pop Code* offset from backtrack stack, add Code* and jump to location.
154 Pop(rbx);
1035 Pop(rdi);
1040 Pop(rax);
1372 void RegExpMacroAssemblerX64::Pop(Register target) {
1375 // Notice: This updates flags, unlike normal Pop.
H A Dregexp-macro-assembler-x64.h242 inline void Pop(Register target);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h794 void Pop(Register dst) { pop(dst); } function in class:v8::internal::MacroAssembler
H A Dregexp-macro-assembler-x87.cc136 // Pop Code* offset from backtrack stack, add Code* and jump to location.
137 Pop(ebx);
194 __ add(backtrack_stackpointer(), Immediate(kPointerSize)); // Pop.
321 // Pop original values before reacting on result value.
959 Pop(edi);
964 Pop(eax);
1243 void RegExpMacroAssemblerX87::Pop(Register target) {
1246 // Notice: This updates flags, unlike normal Pop.
H A Dregexp-macro-assembler-x87.h171 inline void Pop(Register target);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc486 index = t.environment()->Pop();
496 index = t.environment()->Pop();

Completed in 353 milliseconds

123456789