HomeSort by relevance Sort by last modified time
    Searched refs:Push (Results 26 - 50 of 55) sorted by null

12 3

  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 333 __ push(rsi);
334 __ push(rdi);
336 __ push(backtrack_stackpointer());
640 __ push(rbp);
652 __ push(rsi);
653 __ push(rdi);
654 __ push(rbx);
657 // Push register parameters on stack for reference.
664 __ push(rdi);
665 __ push(rsi)
    [all...]
macro-assembler-x64.h 418 void Push(Smi* smi);
441 void Push(Handle<Object> source);
495 // Push a new try handler and link into try handler chain. The return
    [all...]
macro-assembler-x64.cc 54 push(Operand(r13, index << kPointerSizeLog2));
325 push(rax);
327 push(kScratchRegister);
331 push(kScratchRegister);
    [all...]
builtins-x64.cc 58 __ push(rdi);
59 __ push(kScratchRegister); // Restore return address.
72 __ push(rbp);
76 __ Push(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR));
78 // Push the function on the stack.
79 __ push(rdi);
85 __ push(rcx);
101 __ push(rcx);
133 __ push(Operand(rax, 0));
152 __ push(Operand(rdi, 0))
    [all...]
stub-cache-x64.cc 141 __ push(receiver);
142 __ push(holder);
143 __ push(name);
148 __ push(kScratchRegister);
149 __ push(FieldOperand(kScratchRegister, InterceptorInfo::kDataOffset));
235 __ push(receiver_reg);
236 __ Push(Handle<Map>(transition));
237 __ push(rax);
238 __ push(scratch);
462 __ push(receiver)
    [all...]
  /development/testrunner/
adb_interface.py 104 def Push(self, src, dest):
108 src: file path of host file to push
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 271 __ push(edi);
272 __ push(backtrack_stackpointer());
322 __ push(esi);
323 __ push(edi);
324 __ push(backtrack_stackpointer());
325 __ push(ebx);
388 __ push(backtrack_stackpointer());
620 __ push(ebp);
624 __ push(esi);
625 __ push(edi)
    [all...]
virtual-frame-ia32.cc 113 __ push(Immediate(Smi::FromInt(0)));
122 __ push(element.reg());
129 __ push(Immediate(element.handle()));
138 __ push(Operand(ebp, fp_relative(backing_index)));
140 __ push(backing.reg());
158 // Emit normal push instructions for elements above stack pointer
479 Push(edi);
521 __ push(Immediate(undefined));
528 __ push(temp.reg());
540 __ push(tmp.reg())
    [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp 833 Push(iCPMContainer, PVMFSubNodeContainerBaseMp3::ECPMUsageComplete);
834 Push(iCPMContainer, PVMFSubNodeContainerBaseMp3::ECPMCloseSession);
835 Push(iCPMContainer, PVMFSubNodeContainerBaseMp3::ECPMReset);
836 Push(iCPMContainer, PVMFSubNodeContainerBaseMp3::ECPMCleanup);
    [all...]
pvmf_mp3ffparser_node.h 611 void Push(PVMFSubNodeContainerBaseMp3&, PVMFSubNodeContainerBaseMp3::CmdType);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 34 #include "fst/lib/push.h"
226 aiter_queue_->push(new ArcIterator<Fst<RevA> >(Tr_, s + 1));
255 aiter_queue_->push(aiter);
525 Push(&gfst, REWEIGHT_TO_INITIAL);
545 Push(fst, REWEIGHT_TO_INITIAL);
replace.h 405 void Push(int fst_id, StateId nextstate) {
478 // prefix id after a stack push
480 prefix.Push(fst_id, nextstate);
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 601 // Push Link register.
602 // Push arguments
612 __ push(r0); // Make room for "position - 1" constant (value is irrelevant).
613 __ push(r0); // Make room for "at start" constant (value is irrelevant).
897 Push(r0);
903 Push(current_input_offset());
910 Push(r0);
    [all...]
  /external/v8/test/cctest/
test-mark-compact.cc 58 s.Push(HeapObject::FromAddress(address));
  /external/v8/src/
mark-compact.cc 209 // reachable from the objects on the marking stack, but no longer push them on
214 // the heap looking for objects marked as overflowed, push them on the stack,
361 // Mark the map pointer and body, and push them on the marking stack.
419 marking_stack.Push(map);
423 marking_stack.Push(object);
467 marking_stack.Push(object);
473 marking_stack.Push(descriptors);
518 marking_stack.Push(object);
616 // push them on the marking stack. Stop early if the marking stack fills
    [all...]
heap.h     [all...]
spaces.h 570 // Push/pop a free chunk id onto/from the stack.
571 static void Push(int free_chunk_id);
    [all...]
spaces.cc 288 void MemoryAllocator::Push(int free_chunk_id) {
589 Push(chunk_id);
    [all...]
  /external/opencore/nodes/streaming/medialayernode/include/
pvmf_medialayer_node.h 406 bool Push(PVMFMediaLayerPortContainer portParams);
  /external/skia/src/svg/
SkSVGParser.cpp 235 SkSVGPaint::Push(&fHead, &element->fPaintState);
SkSVGPaintState.cpp 454 void SkSVGPaint::Push(SkSVGPaint** head, SkSVGPaint* newRecord) {
  /external/opencore/nodes/streaming/medialayernode/src/
pvmf_medialayer_node.cpp 991 retVal = Push(portParams);
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.h     [all...]
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 346 milliseconds

12 3