HomeSort by relevance Sort by last modified time
    Searched refs:Pop (Results 1 - 25 of 42) sorted by null

1 2

  /external/skia/include/svg/
SkSVGPaintState.h 57 static void Pop(SkSVGPaint** head);
  /build/tools/releasetools/
check_target_files_signatures 81 def Pop():
82 PROBLEM_PREFIX.pop()
180 Pop()
192 Pop()
313 Pop()
410 Pop()
419 Pop()
  /external/v8/tools/
jsmin.py 80 def Pop(self):
107 self.Pop()
  /external/v8/src/
jump-target.cc 289 *arg = cgen()->frame()->Pop();
313 *arg = cgen()->frame()->Pop();
332 *arg = cgen()->frame()->Pop();
virtual-frame.cc 370 Result tos = Pop();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 87 // pop the (best/worst) from the heap
88 T Pop() {
replace.h 305 // if state is final, pop up stack
409 void Pop() {
472 // prefix id after a stack pop
474 prefix.Pop();
  /external/v8/src/mips/
virtual-frame-mips.cc 209 Result VirtualFrame::Pop() {
macro-assembler-mips.h 215 // registers specified in regs. Pop order is the opposite as in MultiPush.
218 void Pop(Register dst) {
222 void Pop() {
virtual-frame-mips.h 44 // stack. It supports push/pop operations on the expression stack, as well
350 // Pop an element from the top of the expression stack. Returns a
352 Result Pop();
354 // Pop and save an element from the top of the expression stack and
355 // emit a corresponding pop instruction.
386 // the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x).
  /external/v8/src/x64/
virtual-frame-x64.cc 184 __ pop(reg);
192 __ pop(operand);
741 Result VirtualFrame::Pop() {
760 __ pop(temp.reg());
    [all...]
codegen-x64.cc 65 __ pop(RegisterAllocator::ToRegister(i));
374 Result value = frame_->Pop();
532 // frame_->Exit() generates "movq rsp, rbp; pop rbp; ret k"
617 __ pop(key_);
618 __ pop(receiver_);
665 __ pop(key_);
666 __ pop(receiver_);
713 Result probe = frame_->Pop();
    [all...]
regexp-macro-assembler-x64.h 244 inline void Pop(Register target);
jump-target-x64.cc 425 *arg = cgen()->frame()->Pop();
  /external/v8/src/ia32/
virtual-frame-ia32.cc 902 Result name = Pop();
903 Result receiver = Pop();
928 Result key = Pop();
929 Result receiver = Pop();
    [all...]
regexp-macro-assembler-ia32.h 188 inline void Pop(Register target);
codegen-ia32.cc 68 __ pop(RegisterAllocator::ToRegister(i));
222 Result value = frame_->Pop();
650 return frame_->Pop();
720 // Pop a reference from the stack while preserving TOS.
727 // ECMA-262, section 9.2, page 30: ToBoolean(). Pop the top of stack and
734 Result value = frame_->Pop();
776 frame_->Push(&value); // Undo the Pop() from above.
916 __ pop(left_);
    [all...]
jump-target-ia32.cc 425 *arg = cgen()->frame()->Pop();
regexp-macro-assembler-ia32.cc 154 // Pop Code* offset from backtrack stack, add Code* and jump to location.
155 Pop(ebx);
243 __ add(Operand(backtrack_stackpointer()), Immediate(kPointerSize)); // Pop.
308 __ pop(backtrack_stackpointer());
309 __ pop(edi);
314 __ pop(backtrack_stackpointer());
350 // Pop original values before reacting on result value.
351 __ pop(ebx);
352 __ pop(backtrack_stackpointer());
353 __ pop(edi)
    [all...]
virtual-frame-ia32.h 43 // stack. It supports push/pop operations on the expression stack, as well
379 // Pop an element from the top of the expression stack. Returns a
381 Result Pop();
383 // Pop and save an element from the top of the expression stack and
384 // emit a corresponding pop instruction.
424 // the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x).
  /external/v8/src/arm/
jump-target-arm.cc 231 *arg = cgen()->frame()->Pop();
regexp-macro-assembler-arm.h 207 inline void Pop(Register target);
virtual-frame-arm.cc 300 Result VirtualFrame::Pop() {
310 __ pop(reg);
virtual-frame-arm.h 42 // stack. It supports push/pop operations on the expression stack, as well
329 // Pop an element from the top of the expression stack. Returns a
331 Result Pop();
333 // Pop and save an element from the top of the expression stack and
334 // emit a corresponding pop instruction.
364 // the frame. Nip(k) is equivalent to x = Pop(), Drop(k), Push(x).
regexp-macro-assembler-arm.cc 164 // Pop Code* offset from backtrack stack, add Code* and jump to location.
165 Pop(r0);
855 Pop(current_input_offset());
860 Pop(r0);
    [all...]

Completed in 165 milliseconds

1 2