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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/ic/x64/
ic-compiler-x64.cc 24 __ Push(StoreDescriptor::ReceiverRegister());
25 __ Push(StoreDescriptor::NameRegister());
26 __ Push(StoreDescriptor::ValueRegister());
27 __ Push(Smi::FromInt(language_mode));
handler-compiler-x64.cc 20 __ Push(vector);
21 __ Push(slot);
106 __ Push(name);
107 __ Push(receiver);
108 __ Push(holder);
133 __ Push(receiver);
138 __ Push(store_parameter);
232 __ Push(value());
245 __ Push(receiver);
246 __ Push(value())
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 42 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
65 std::memset(memoryBuffer.stack_.Push<char>(n), c, n * sizeof(c));
stringbuffer.h 50 void Put(Ch c) { *stack_.template Push<Ch>() = c; }
55 // Push and pop a null terminator. This is safe.
56 *stack_.template Push<Ch>() = '\0';
60 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
64 // Push and pop a null terminator. This is safe.
65 *stack_.template Push<Ch>() = '\0';
88 std::memset(stream.stack_.Push<char>(n), c, n * sizeof(c));
  /external/v8/src/ic/arm/
ic-compiler-arm.cc 18 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
22 __ Push(r0);
  /external/v8/src/ic/arm64/
ic-compiler-arm64.cc 19 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
23 __ Push(x10);
  /external/v8/src/ic/mips/
ic-compiler-mips.cc 18 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
22 __ Push(a0);
  /external/v8/src/ic/mips64/
ic-compiler-mips64.cc 18 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
22 __ Push(a0);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 94 Instruction *Push = nullptr;
99 Push = Inst;
102 // If this pop matches a push and nothing in between can autorelease,
104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) {
106 DEBUG(dbgs() << "ObjCARCAPElim::OptimizeBB: Zapping push pop "
109 << " Push: " << *Push << "\n");
111 Push->eraseFromParent();
113 Push = nullptr
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 52 public void Push(object item)
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
options_for_unittests.py 17 def Push(options):
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 4 #define A(desc) _Pragma("clang diagnostic push") _Pragma("clang diagnostic ignored \"-Wparentheses\"") _Pragma("clang diagnostic pop")
23 #define IGNORE_POPPUSH(Pop, Push, W, D) Push W D Pop
24 IGNORE_POPPUSH(_Pragma("clang diagnostic pop"), _Pragma("clang diagnostic push"),
  /external/v8/src/ic/ppc/
ic-compiler-ppc.cc 19 __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 18 m_NodeStack.Push(pRootNode);
27 m_NodeStack.Push(pRootNode);
34 m_NodeStack.Push(m_pRoot);
44 revStack.Push(pNode);
49 revStack.Push(m_pRoot);
51 m_NodeStack.Push(*revStack.GetTopElement());
81 m_NodeStack.Push(pPrevItem);
85 m_NodeStack.Push(m_pRoot);
96 m_NodeStack.Push(pChildItem);
114 m_NodeStack.Push(pChild);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 82 void Push(FX_FLOAT value);
83 void Push(int value) { Push((FX_FLOAT)value); }
111 pEngine->Push(*(FX_FLOAT*)m_Operators[i + 1]);
140 void CPDF_PSEngine::Push(FX_FLOAT v) {
227 Push(d1 + d2);
232 Push(d1 - d2);
237 Push(d1 * d2);
242 Push(d1 / d2);
247 Push(i1 / i2)
    [all...]
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 34 # Push 'fn' and 'arg' onto the child stack.
  /external/v8/src/compiler/
control-builders.cc 175 catch_environment_->Push(the_hole());
180 environment()->Push(exception);
202 finally_environment_->Push(the_hole());
203 finally_environment_->Push(the_hole());
208 environment()->Push(value);
209 environment()->Push(token);
216 environment()->Push(value);
217 environment()->Push(fallthrough_token);
  /system/extras/simpleperf/
record_test.cpp 74 // Push r1.
75 cache.Push(buf1.data(), buf1.size());
77 // Push r2.
78 cache.Push(buf2.data(), buf2.size());
84 // Push r3.
85 cache.Push(buf3.data(), buf3.size());
87 // Push r4.
88 cache.Push(buf4.data(), buf4.size());
113 cache.Push(buf.data(), buf.size());
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 149 __ Push(rax);
158 __ Push(rax);
172 __ Push(rdi);
173 __ Push(info->scope()->GetScopeInfo(info->isolate()));
180 __ Push(rdx); // Preserve new target.
188 __ Push(rdi);
416 __ Push(rax);
431 __ Push(rax);
451 __ Push(operand);
507 __ Push(lit)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 113 FIStackList.Push(Item);
115 FIStackList.Push(Item);
122 FIStackList.Push('Item 1');
123 FIStackList.Push('Item 2');
124 FIStackList.Push('Item 3');
  /external/regex-re2/re2/
bitstate.cc 44 void Push(int id, const char* p, int arg);
119 // Push the triple (id, p, arg) onto the stack, growing it if necessary.
120 void BitState::Push(int id, const char* p, int arg) {
146 Push(id0, p0, 0);
154 // Optimization: rather than push and pop,
155 // code that is going to Push and continue
158 // do the ShouldVisit check that Push
179 // Push(ip->out1(), p, 0);
180 // Push(ip->out(), p, 0);
183 // Pushing it here will inhibit that. Instead, re-push
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 83 self.adb.Push(host_file_path, device_file_path)
95 self.adb.Push(host_file_path, device_file_path)
113 self.adb.Push(host_file_path, device_file_path)
133 self.adb.Push(host_file_path1, device_file_path1)
134 self.adb.Push(host_file_path2, device_file_path2)
173 self.adb.Push(host_file_path1, device_file_path1)
174 self.adb.Push(host_file_path2, device_file_path2)
175 self.adb.Push(host_file_path3, device_file_path3)
176 self.adb.Push(host_file_path4, device_file_path4)
  /external/v8/src/x64/
builtins-x64.cc 46 __ Push(rdi);
50 __ Push(rdx);
71 // Push a copy of the target function and the new target.
72 __ Push(rdi);
73 __ Push(rdx);
75 __ Push(rdi);
134 __ Push(rbx);
136 __ Push(rcx);
200 __ Push(rsi); // Save allocation count value.
226 // Push the constructor, new_target and the object to the stack
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 93 public void Push(T item)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StackExtensions.cs 63 public static void push<T>( this Stack<T> stack, T obj ) method in class:Antlr.Runtime.JavaExtensions.StackExtensions
65 stack.Push( obj );

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011>>