HomeSort by relevance Sort by last modified time
    Searched refs:Push (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /external/v8/src/
hydrogen.h 458 void Push(HValue* value) {
826 void Push(HValue* value) { environment()->Push(value); }
955 // Visit an argument subexpression and emit a push to the outgoing
969 // to push them as outgoing parameters.
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 450 __ push(receiver_reg);
452 __ Push(a2, a0);
560 __ push(name);
565 __ Push(scratch, receiver, holder);
567 __ push(scratch);
601 __ push(zero_reg);
833 __ push(name_);
    [all...]
code-stubs-mips.cc 82 __ push(a0);
139 __ Push(cp, a3, t0);
358 __ push(a3);
539 __ push(ra);
626 __ push(ra);
    [all...]
codegen-mips.cc 119 __ push(ra);
169 if (!fpu_supported) __ Push(a1, a0);
  /development/testrunner/
runtest.py 305 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
306 self._adb.Push(abs_install_path, remote_path)
  /external/skia/src/svg/
SkSVGParser.cpp 233 SkSVGPaint::Push(&fHead, &element->fPaintState);
SkSVGPaintState.cpp 446 void SkSVGPaint::Push(SkSVGPaint** head, SkSVGPaint* newRecord) {
  /external/v8/src/x64/
ic-x64.cc 611 __ push(rdx); // receiver
612 __ push(rax); // key
613 __ push(rcx); // return address
    [all...]
lithium-codegen-x64.cc 153 __ push(rbp); // Caller's frame pointer.
155 __ push(rsi); // Callee's context.
156 __ push(rdi); // Callee's JS function.
166 __ push(kScratchRegister);
190 __ push(rdi);
    [all...]
macro-assembler-x64.h 313 // Push and pop the registers that can hold pointers.
726 void Push(Smi* smi);
785 void Push(Handle<Object> source);
    [all...]
code-stubs-x64.cc 56 __ push(rax);
57 __ push(rcx); // Push return address.
109 __ push(rsi);
110 __ push(rdx);
112 __ push(rcx); // Restore return address.
341 __ push(rcx);
545 __ Push(Smi::FromInt(tos_.code()));
546 __ Push(Smi::FromInt(types_.ToByte()));
547 __ push(rcx); // Push return address
    [all...]
builtins-x64.cc 63 __ push(rdi);
64 __ push(kScratchRegister); // Restore return address.
93 __ push(rax);
95 // Push the function to invoke on the stack.
96 __ push(rdi);
140 __ push(rax);
141 __ push(rdi);
143 __ push(rdi); // constructor
285 __ push(rdi);
299 // Push the allocated receiver to the stack. We need two copie
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 464 __ push(receiver_reg);
466 __ Push(r2, r0);
575 __ push(name);
580 __ push(scratch);
581 __ push(receiver);
582 __ push(holder);
584 __ push(scratch);
617 __ push(scratch);
    [all...]
code-stubs-arm.cc 80 __ push(r0);
137 __ Push(cp, r3, r4);
360 __ push(r3);
539 __ push(lr);
621 __ push(lr);
    [all...]
  /external/tinyxml2/
tinyxml2.h 177 void Push( T t )
265 blockPtrs.Push( block );
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c 693 i->Ain.Push.src = src;
    [all...]
host_x86_defs.c 638 i->Xin.Push.src = src;
980 ppX86RMI(i->Xin.Push.src);
    [all...]
host_amd64_defs.h 362 Ain_Push, /* push 64-bit value on stack */
466 } Push;
558 /* Push a 32- or 64-bit FP value from memory onto the stack,
host_x86_defs.h 350 Xin_Push, /* push (32-bit?) value on stack */
443 } Push;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 437 bool CvCalibFilter::Push( const CvPoint2D32f** pts )
  /external/v8/src/ia32/
macro-assembler-ia32.h 247 // Push and pop the registers that can hold pointers.
493 // Push a new try handler and link it into try handler chain.
760 // Push a handle value.
761 void Push(Handle<Object> handle) { push(Immediate(handle)); }
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 343 region->free_list.Push(b);
557 region->free_list.Push(b);
    [all...]
  /external/openfst/src/include/fst/
replace.h 810 void Push(StateId fst_id, StateId nextstate) {
883 // prefix id after a stack push
885 prefix.Push(fst_id, nextstate);
    [all...]
  /external/stressapptest/src/
sat.cc 264 return valid_->Push(pe);
298 return empty_->Push(pe);
    [all...]

Completed in 1465 milliseconds

1 2 34 5 6