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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 169 _resampler.Push(unresampledAudioFrame.data_,
  /external/v8/src/arm64/
macro-assembler-arm64.h 554 // Push or pop up to 4 registers of the same width to or from the stack,
560 // Arguments are ordered such that "Push(a, b);" is functionally equivalent
561 // to "Push(a); Push(b);".
563 // It is valid to push the same register more than once, and there is no
574 // Push (and derived methods) will still modify the system stack pointer in
580 void Push(const CPURegister& src0, const CPURegister& src1 = NoReg,
582 void Push(const CPURegister& src0, const CPURegister& src1,
592 void Push(const Register& src0, const FPRegister& src1);
594 // Alternative forms of Push and Pop, taking a RegList or CPURegList tha
649 inline void push(Register src) { function in class:v8::internal::MacroAssembler
    [all...]
code-stubs-arm64.h 210 masm->Push(scratch1_, scratch2_);
  /external/v8/src/mips64/
macro-assembler-mips64.h 325 Push(at);
696 // Push multiple registers on the stack.
705 void push(Register src) { function in class:v8::internal::MacroAssembler
709 void Push(Register src) { push(src); }
711 // Push a handle.
712 void Push(Handle<Object> handle);
713 void Push(Smi* smi) { Push(Handle<Smi>(smi, isolate())); }
715 // Push two registers. Pushes leftmost register first (to highest address)
    [all...]
code-stubs-mips64.cc 119 // Push arguments, adjust sp.
150 __ Push(scratch, scratch2, scratch3);
723 // Prepare for call to builtin. Push object pointers, a0 (lhs) first,
725 __ Push(lhs, rhs);
738 __ push(a0);
    [all...]
deoptimizer-mips64.cc 157 // Push saved_regs (needed to populate FrameDescription::registers_).
258 __ push(a0); // Preserve deoptimizer object across call.
288 __ push(a7);
304 // Push state, pc, and continuation from the last output frame.
306 __ push(a6);
309 __ push(a6);
311 __ push(a6);
363 __ Push(at);
394 __ Push(at);
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 220 __ push(edi);
221 __ push(backtrack_stackpointer());
287 __ push(esi);
288 __ push(edi);
289 __ push(backtrack_stackpointer());
290 __ push(ebx);
375 __ push(backtrack_stackpointer());
655 __ push(ebp);
659 __ push(esi);
660 __ push(edi)
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 220 __ push(edi);
221 __ push(backtrack_stackpointer());
287 __ push(esi);
288 __ push(edi);
289 __ push(backtrack_stackpointer());
290 __ push(ebx);
375 __ push(backtrack_stackpointer());
655 __ push(ebp);
659 __ push(esi);
660 __ push(edi)
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 120 // Push arguments, adjust sp.
151 __ Push(scratch, scratch2, scratch3);
726 // Prepare for call to builtin. Push object pointers, a0 (lhs) first,
728 __ Push(lhs, rhs);
741 __ push(a0);
    [all...]
deoptimizer-mips.cc 157 // Push saved_regs (needed to populate FrameDescription::registers_).
253 __ push(a0); // Preserve deoptimizer object across call.
283 __ push(t3);
299 // Push state, pc, and continuation from the last output frame.
301 __ push(t2);
304 __ push(t2);
306 __ push(t2);
358 __ Push(at);
389 __ Push(at);
  /external/v8/src/ppc/
code-stubs-ppc.cc 116 // Push arguments
118 __ push(descriptor.GetRegisterParameter(i));
143 __ push(scratch);
167 __ Push(scratch_high, scratch_low);
708 __ Push(lhs, rhs);
721 __ push(r3);
878 __ push(r0);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 63 procedure Push(const Item: T);
127 procedure Push(const Item: T);
328 procedure TStackList<T>.Push(const Item: T);
  /external/v8/src/x64/
macro-assembler-x64.h 348 // Push and pop the registers that can hold pointers.
741 void Push(Smi* smi);
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 121 // Push arguments
123 __ push(descriptor.GetRegisterParameter(i));
149 __ Push(scratch_high, scratch_low, scratch);
682 __ Push(lhs, rhs);
695 __ push(r0);
841 __ push(lr);
    [all...]
  /external/libpcap/msdos/
ndis_0.asm 72 push es
73 push ds define
82 push bx ;; Save the old one on to the new stack
83 push cx
108 push ax ;; Save the return code
109 push bx ;; Free the stack. Push the pointer to it
110 push cx
161 push ebx
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_tests.py 245 options_for_unittests.Push(args)
  /external/v8/src/
effects.h 255 void push() { node_ = new(node_->zone) Node(node_->zone, node_); } function in class:v8::internal::NestedEffectsBase
318 NestedEffects Push() {
320 result.push();
  /external/v8/src/ic/arm/
ic-arm.cc 297 __ Push(receiver, name, slot, vector);
321 __ Push(LoadIC_TempRegister(), LoadDescriptor::NameRegister());
348 __ Push(LoadDescriptor::ReceiverRegister(), LoadDescriptor::NameRegister());
461 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 304 __ Push(receiver, name, slot, vector);
328 __ Push(LoadIC_TempRegister(), LoadDescriptor::NameRegister());
355 __ Push(LoadDescriptor::ReceiverRegister(), LoadDescriptor::NameRegister());
738 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
    [all...]
  /external/v8/src/ic/mips64/
ic-mips64.cc 301 __ Push(receiver, name, slot, vector);
325 __ Push(LoadIC_TempRegister(), LoadDescriptor::NameRegister());
352 __ Push(LoadDescriptor::ReceiverRegister(), LoadDescriptor::NameRegister());
736 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
    [all...]
  /external/v8/src/ic/ppc/
ic-ppc.cc 307 __ Push(receiver, name, slot, vector);
331 __ Push(LoadIC_TempRegister(), LoadDescriptor::NameRegister());
358 __ Push(LoadDescriptor::ReceiverRegister(), LoadDescriptor::NameRegister());
471 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
    [all...]
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 627 // Push arguments
640 __ push(r0); // Make room for success counter and initialize it to 0.
641 __ push(r0); // Make room for "string start - 1" constant.
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 626 // Push arguments
639 __ push(a0); // Make room for success counter and initialize it to 0.
640 __ push(a0); // Make room for "string start - 1" constant.
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 656 // Push arguments
678 __ push(a0); // Make room for success counter and initialize it to 0.
679 __ push(a0); // Make room for "string start - 1" constant.
    [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 662 // Push arguments
671 __ push(r0);
677 __ push(r3); // Make room for success counter and initialize it to 0.
678 __ push(r3); // Make room for "string start - 1" constant.
    [all...]

Completed in 542 milliseconds

1 2 3 4 5 67 8 91011>>