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

12 3

  /external/chromium_org/v8/src/
jsregexp.cc 4597 RegExpNode* successor = that->on_success(); local
4641 RegExpNode* successor = that->on_success(); local
5547 OutSet* successor = successors(zone)->at(i); local
    [all...]
lithium-allocator.cc 573 // successor edges.
576 // Process all successor blocks.
578 // Add values live on entry to the successor. Note the successor's
580 HBasicBlock* successor = it.Current(); local
581 BitVector* live_in = live_in_sets_[successor->block_id()];
584 // All phi input operands corresponding to this successor edge are live
586 int index = successor->PredecessorIndexOf(block);
587 const ZoneList<HPhi*>* phis = successor->phis();
    [all...]
jsregexp.h 604 // Only returns the successor for a text node of length 1 that matches any
    [all...]
hydrogen.cc 334 // succeeding block in this list, the predecessor is before the successor.
375 // non-loop-exiting successor edges at the dominator_candidate block doesn't
412 HBasicBlock* successor = it.Current(); local
415 if (successor->block_id() > dominator_candidate->block_id() &&
416 successor->block_id() <= last->block_id()) {
418 ASSERT(successor->block_id() > dominator_candidate->block_id() ||
419 successor->IsLoopHeader());
    [all...]
hydrogen.h 471 void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor);
    [all...]
  /art/compiler/sea_ir/ir/
sea.cc 379 // Fill in uses of phi functions in CFG successor regions.
383 Region* successor = (*successors_it); local
384 successor->SetPhiDefinitionsForUses(scoped_table, crt_region);
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc     [all...]
  /external/v8/src/
lithium-allocator.cc 563 // successor edges.
566 // Process all successor blocks.
568 // Add values live on entry to the successor. Note the successor's
570 HBasicBlock* successor = it.Current(); local
571 BitVector* live_in = live_in_sets_[successor->block_id()];
574 // All phi input operands corresponding to this successor edge are live
576 int index = successor->PredecessorIndexOf(block);
577 const ZoneList<HPhi*>* phis = successor->phis();
    [all...]
hydrogen.h 359 void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor);
924 // block and loop_entry is the successor block. loop_successor is the
928 // value is the new successor block which is the join of loop_successor
    [all...]
jsregexp.h     [all...]
hydrogen.cc 282 // succeeding block in this list, the predecessor is before the successor.
323 // non-loop-exiting successor edges at the dominator_candidate block doesn't
360 HBasicBlock* successor = it.Current(); local
363 if (successor->block_id() > dominator_candidate->block_id() &&
364 successor->block_id() <= last->block_id()) {
366 ASSERT(successor->block_id() > dominator_candidate->block_id() ||
367 successor->IsLoopHeader());
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/v8/src/arm/
lithium-arm.cc 1046 HBasicBlock* successor = HConstant::cast(value)->ToBoolean() local
1049 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 1046 HBasicBlock* successor = HConstant::cast(value)->ToBoolean() local
1049 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 1043 HBasicBlock* successor = HConstant::cast(value)->ToBoolean() local
1046 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 994 HBasicBlock* successor = HConstant::cast(value)->BooleanValue() local
997 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 1051 HBasicBlock* successor = HConstant::cast(value)->BooleanValue() local
1054 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 999 HBasicBlock* successor = HConstant::cast(value)->BooleanValue() local
1002 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 1000 HBasicBlock* successor = HConstant::cast(value)->BooleanValue() local
1003 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 1049 HBasicBlock* successor = HConstant::cast(value)->ToBoolean() local
1052 return new(zone()) LGoto(successor->block_id());
    [all...]
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/bison/tests/
testsuite     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 7310 milliseconds

12 3