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

1 2 34 5 6 7 8 91011

  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.h 181 inline void Pop(Register target);
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.h 174 inline void Pop(Register target);
  /external/v8/src/x64/
codegen-x64.cc 298 __ Pop(rax);
299 __ Pop(rsi);
352 __ Pop(rax);
353 __ Pop(rsi);
macro-assembler-x64.cc 562 Pop(code_entry);
563 Pop(js_function);
2670 unsigned pop = base::bits::CountPopulation32(src); local
2688 unsigned pop = base::bits::CountPopulation64(src); local
    [all...]
  /external/vixl/examples/
custom-disassembler.cc 132 __ Pop(x16, x20);
  /external/webrtc/talk/app/webrtc/
datachannel.h 221 void Pop();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 122 T* Pop(size_t count) {
  /external/v8/src/compiler/
state-values-utils.cc 227 void StateValuesAccess::iterator::Pop() {
247 // Pop stack and move to the next sibling.
248 Pop();
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 30 __ Pop(slot);
31 __ Pop(vector);
272 __ Pop(rax);
624 __ Pop(this->name());
625 __ Pop(holder_reg);
627 __ Pop(receiver());
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
open_element_stack_test.js 31 _test['Pop element'] = function () {
37 stack.pop();
42 stack.pop();
79 _test['Pop elements until popped with given tagName'] = function () {
100 _test['Pop elements until given element popped'] = function () {
121 _test['Pop elements until numbered header popped'] = function () {
142 _test['Pop all up to <html> element'] = function () {
271 stack.pop();
463 stack.pop();
466 stack.pop();
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 152 bool Pop(int *i, int *j) {
165 // printf("pop i %3d j %3d T %12.4e in %4d\n",tmp->i,tmp->j,tmp->T,in);
169 bool Pop(int *i, int *j, float *T) {
183 // printf("pop i %3d j %3d T %12.4e in %4d\n",tmp->i,tmp->j,tmp->T,in);
241 while (Heap->Pop(&ii,&jj)) {
286 while (Heap->Pop(&ii,&jj)) {
399 while (Heap->Pop(&ii,&jj)) {
520 while (Heap->Pop(&ii,&jj)) {
611 while (Heap->Pop(&ii,&jj)) {
    [all...]
  /external/opencv3/modules/photo/src/
inpaint.cpp 154 bool Pop(int *i, int *j) {
167 // printf("pop i %3d j %3d T %12.4e in %4d\n",tmp->i,tmp->j,tmp->T,in);
171 bool Pop(int *i, int *j, float *T) {
185 // printf("pop i %3d j %3d T %12.4e in %4d\n",tmp->i,tmp->j,tmp->T,in);
243 while (Heap->Pop(&ii,&jj)) {
288 while (Heap->Pop(&ii,&jj)) {
400 while (Heap->Pop(&ii,&jj)) {
520 while (Heap->Pop(&ii,&jj)) {
608 while (Heap->Pop(&ii,&jj)) {
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 399 void Pop();
416 void Pop() { CFX_BaseStack::Pop(); }
444 void Pop() {
449 CFX_BaseStack::Pop();
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 57 __ pop(cp);
100 __ Pop(cp, r2);
113 __ Pop(vector, slot);
582 __ Pop(this->name());
583 __ Pop(holder_reg);
585 __ Pop(receiver());
  /external/v8/src/arm64/
builtins-arm64.cc 173 __ Pop(x4, x5, x0);
184 __ Pop(x1, cp, fp, lr);
290 __ Pop(x3, x1);
311 __ Pop(x2);
351 // 2b. No arguments, return the empty string (and pop the receiver).
418 __ Pop(x3, x1);
439 __ Pop(x2);
470 __ Pop(x3, x1, x0);
536 __ Pop(new_target, constructor);
825 __ Pop(x2, x1)
    [all...]
deoptimizer-arm64.cc 196 __ Pop(x4);
211 __ Pop(x4); // Restore deoptimizer object (class Deoptimizer).
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 111 currentGrammarFileName.Pop();
112 currentRuleName.Pop();
188 DecisionEvent d = decisionStack.Pop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 115 currentGrammarFileName.Pop();
116 currentRuleName.Pop();
202 DecisionEvent d = decisionStack.Pop();
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 465 unsigned &Pop = Popularity[I.BB];
466 if ((Pop += N) > MaxPop) {
467 MaxPop = Pop;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 150 /** <summary>Stack of indexes used for push/pop calls</summary> */
423 * Switch back with pop().
439 public virtual int Pop() {
440 int ret = calls.Pop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 159 /** <summary>Stack of indexes used for push/pop calls</summary> */
502 * Switch back with pop().
520 public virtual int Pop()
522 int ret = calls.Pop();
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp 255 m_ModeStack.Pop();
401 m_ModeStack.Pop();
  /art/compiler/debug/dwarf/
writer.h 154 void Pop() {
  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp 130 inline void CFX_SAXReader::Pop() {
349 Pop();
391 Pop();
527 Pop();
534 Pop();
541 Pop();
600 Pop();
611 Pop();
  /external/v8/src/
elements.h 146 virtual Handle<Object> Pop(Handle<JSArray> receiver) = 0;

Completed in 886 milliseconds

1 2 34 5 6 7 8 91011