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

12 3 4 5 6 7 8 91011

  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 52 revStack.Pop();
67 m_NodeStack.Pop();
118 m_NodeStack.Pop();
134 m_NodeStack.Pop();
  /external/skia/include/svg/parser/
SkSVGPaintState.h 50 static void Pop(SkSVGPaint** head);
  /external/v8/src/compiler/
control-builders.cc 182 environment()->Pop();
189 exception_node_ = catch_environment_->Pop();
220 token_node_ = finally_environment_->Pop();
221 value_node_ = finally_environment_->Pop();
graph-reducer.cc 58 revisit_.pop();
114 if (node->IsDead()) return Pop(); // Node was killed while on stack.
135 // If there was no reduction, pop {node} and continue.
136 if (!reduction.Changed()) return Pop();
149 // After reducing the node, pop it off the stack.
150 Pop();
244 void GraphReducer::Pop() {
247 stack_.pop();
graph-reducer.h 163 void Pop();
  /external/vixl/examples/
factorial-rec.cc 47 __ Pop(lr, x1);
swap4.cc 40 __ Pop(x1, x0);
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.h 50 int32_t Pop(uint32_t timestamp);
  /external/v8/src/wasm/
ast-decoder.cc 635 Value val = Pop(0, sig->GetParam(0));
640 Value rval = Pop(1, sig->GetParam(1));
641 Value lval = Pop(0, sig->GetParam(0));
678 Value cond = Pop(0, kAstI32);
747 Value cond = Pop(2, kAstI32);
748 Value fval = Pop();
749 Value tval = Pop();
775 if (operand.arity) val = Pop();
785 Value cond = Pop(operand.arity, kAstI32);
787 if (operand.arity == 1) val = Pop();
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 79 def Pop():
80 PROBLEM_PREFIX.pop()
163 Pop()
178 Pop()
297 Pop()
402 Pop()
411 Pop()
check_target_files_signatures.py 79 def Pop():
80 PROBLEM_PREFIX.pop()
163 Pop()
178 Pop()
297 Pop()
402 Pop()
411 Pop()
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 58 /** <summary>Stack of indexes used for push/pop calls</summary> */
169 * Switch back with pop().
182 public virtual int Pop() {
183 int ret = _calls.Pop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 60 /** <summary>Stack of indexes used for push/pop calls</summary> */
195 * Switch back with pop().
210 public virtual int Pop()
212 int ret = _calls.Pop();
  /external/v8/src/debug/arm64/
debug-arm64.cc 143 __ Pop(x1); // Function
145 __ Pop(fp, lr); // Frame, Return address.
  /external/v8/src/debug/x64/
debug-x64.cc 99 __ Pop(kScratchRegister);
123 __ Pop(rdi); // Function.
  /external/v8/test/cctest/
test-code-stubs-arm.cc 129 __ Pop(lr);
130 __ Pop(r7, r6, r5, r4);
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
stringbuffertest.cpp 57 TEST(StringBuffer, Pop) {
64 buffer.Pop(3);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
ParseTreeBuilder.cs 97 callStack.Pop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnbufferedTokenStream.cs 122 _realTokens.Pop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
ParseTreeBuilder.cs 109 callStack.Pop();
  /external/v8/src/crankshaft/
typing.h 61 void ExitEffects() { store_ = store_.Pop(); }
hydrogen.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.h 249 masm->Pop(object_);
253 masm->Pop(address_);
255 masm->Pop(scratch1_);
259 masm->Pop(rcx);
261 if (!scratch0_.is(scratch0_orig_)) masm->Pop(scratch0_);
  /external/v8/src/arm64/
codegen-arm64.cc 156 __ Pop(lr);
175 __ Pop(lr);
260 __ Pop(value, key, receiver, target_map);
261 __ Pop(lr);
293 __ Pop(value, key, receiver, target_map);
299 __ Pop(lr);
  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.h 120 void Pop();

Completed in 572 milliseconds

12 3 4 5 6 7 8 91011