HomeSort by relevance Sort by last modified time
    Searched refs:Pop (Results 151 - 175 of 254) sorted by null

1 2 3 4 5 67 8 91011

  /external/v8/src/x87/
macro-assembler-x87.h 283 // Push and pop the registers that can hold pointers.
    [all...]
  /external/v8/test/mjsunit/
array-natives-elements.js 253 // Pop
255 assertEquals(3, a4.pop());
259 assertEquals(3, a4.pop());
263 assertEquals(3, a4.pop());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 421 STDMETHOD(Pop)(THIS) PURE;
445 #define ID3DXMatrixStack_Pop(p) (p)->lpVtbl->Pop(p)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 515 void pop(Register dst) { function in class:v8::internal::MacroAssembler
520 void pop() { la(sp, MemOperand(sp, kPointerSize)); } function in class:v8::internal::MacroAssembler
574 void Pop(Register dst) { pop(dst); }
576 // Pop two registers. Pops rightmost register first (from lower address).
577 void Pop(Register src1, Register src2) {
583 // Pop three registers. Pops rightmost register first (from lower address).
584 void Pop(Register src1, Register src2, Register src3) {
591 // Pop four registers. Pops rightmost register first (from lower address).
592 void Pop(Register src1, Register src2, Register src3, Register src4)
    [all...]
code-stubs-s390.cc 191 __ Pop(scratch_high, scratch_low);
194 __ pop(scratch);
829 __ pop(r14);
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 200 __ Pop(x3); // Restore new target.
426 __ Pop(x0);
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 187 __ Pop(rdx); // Restore new target.
405 __ Pop(rax);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 189 __ Pop(scratch_high, scratch_low);
192 __ pop(scratch);
849 __ pop(r0);
    [all...]
macro-assembler-ppc.cc 394 pop(r0);
459 pop(r0);
576 pop(r0);
610 Pop(r0, fp, kConstantPoolRegister, marker_reg);
612 Pop(r0, fp, kConstantPoolRegister);
616 Pop(r0, fp, marker_reg);
618 Pop(r0, fp);
662 // Push and pop all registers that can hold pointers.
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 357 // Push and pop the registers that can hold pointers.
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.cpp 410 void CFX_BaseStack::Pop() {
  /external/skia/src/svg/parser/
SkSVGPaintState.cpp 451 void SkSVGPaint::Pop(SkSVGPaint** head) {
  /external/v8/src/compiler/
ast-graph-builder.h 400 // - Expressions pop operands and push result, depending on {AstContext}.
508 Node* Pop() {
  /external/v8/src/heap/
mark-compact.h 222 INLINE(HeapObject* Pop()) {
  /external/v8/src/mips/
macro-assembler-mips.h 778 // registers specified in regs. Pop order is the opposite as in MultiPush.
785 void pop(Register dst) { function in class:v8::internal::MacroAssembler
789 void Pop(Register dst) { pop(dst); }
791 // Pop two registers. Pops rightmost register first (from lower address).
792 void Pop(Register src1, Register src2) {
799 // Pop three registers. Pops rightmost register first (from lower address).
800 void Pop(Register src1, Register src2, Register src3) {
807 void Pop(uint32_t count = 1) {
819 // Push and pop the registers that can hold pointers, as defined by th
    [all...]
code-stubs-mips.cc 221 __ Pop(scratch, scratch2, scratch3);
721 __ pop(ra);
729 __ pop(ra);
883 __ pop(ra);
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 824 // registers specified in regs. Pop order is the opposite as in MultiPush.
831 void pop(Register dst) { function in class:v8::internal::MacroAssembler
835 void Pop(Register dst) { pop(dst); }
837 // Pop two registers. Pops rightmost register first (from lower address).
838 void Pop(Register src1, Register src2) {
845 // Pop three registers. Pops rightmost register first (from lower address).
846 void Pop(Register src1, Register src2, Register src3) {
853 void Pop(uint32_t count = 1) {
865 // Push and pop the registers that can hold pointers, as defined by th
    [all...]
code-stubs-mips64.cc 219 __ Pop(scratch, scratch2, scratch3);
718 __ pop(ra);
726 __ pop(ra);
881 __ pop(ra);
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 69 Address value = s.Pop()->address();
  /external/vixl/test/examples/
test-examples.cc 112 __ Pop(lr, xzr);
  /external/v8/src/arm/
code-stubs-arm.cc 183 __ Pop(scratch_high, scratch_low, scratch);
694 __ ldm(ia_w, sp, kCallerSaved | pc.bit()); // Also pop pc to get Ret(0).
813 __ pop(lr);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 280 // Push and pop the registers that can hold pointers.
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h 583 // Push or pop up to 4 registers of the same width to or from the stack,
595 // It is not valid to pop into the same register more than once in one
607 // Other than the registers passed into Pop, the stack pointer and (possibly)
615 void Pop(const CPURegister& dst0, const CPURegister& dst1 = NoReg,
617 void Pop(const CPURegister& dst0, const CPURegister& dst1,
623 // Alternative forms of Push and Pop, taking a RegList or CPURegList that
626 // and pop instructions).
628 // (Push|Pop)SizeRegList allow you to specify the register size as a
632 // Otherwise, (Push|Pop)(CPU|X|W|D|S)RegList is preferred.
677 // Aliases of Push and Pop, required for V8 compatibility
681 inline void pop(Register dst) { function in class:v8::internal::MacroAssembler
    [all...]

Completed in 893 milliseconds

1 2 3 4 5 67 8 91011