HomeSort by relevance Sort by last modified time
    Searched refs:Checkpoint (Results 1 - 17 of 17) sorted by null

  /external/v8/test/unittests/compiler/
liveness-analyzer-unittest.cc 48 Node* Checkpoint() {
73 current_block_->Checkpoint(result);
191 Node* c1 = Checkpoint();
203 Node* c1 = Checkpoint();
205 Node* c2 = Checkpoint();
218 Node* c1_start = Checkpoint();
224 Node* c1_b1 = Checkpoint();
226 Node* c2_b1 = Checkpoint();
228 Node* c3_b1 = Checkpoint();
234 Node* c1_b2 = Checkpoint();
    [all...]
checkpoint-elimination-unittest.cc 5 #include "src/compiler/checkpoint-elimination.h"
42 // Checkpoint
47 Node* checkpoint1 = graph()->NewNode(common()->Checkpoint(), frame_state,
50 Node* checkpoint2 = graph()->NewNode(common()->Checkpoint(), frame_state,
js-typed-lowering-unittest.cc 730 // state we can get rid of this checkpoint again. The reducer won't care.
731 Node* checkpoint = graph()->NewNode(common()->Checkpoint(), local
736 EmptyFrameState(), checkpoint, control);
745 IsToNumber(value, context, checkpoint, control);
    [all...]
  /external/v8/src/compiler/
liveness-analyzer.h 86 void Checkpoint(Node* node) { entries_.push_back(Entry(node)); }
common-operator.h 205 const Operator* Checkpoint();
bytecode-graph-builder.cc 43 // Preserve a checkpoint of the environment for the IR graph. Any
45 Node* Checkpoint(BailoutId bytecode_offset, OutputFrameStateCombine combine);
108 frame_state_before_ = builder_->environment()->Checkpoint(
112 // Create an explicit checkpoint node for before the operation.
113 Node* node = builder_->NewNode(builder_->common()->Checkpoint());
138 builder_->environment()->Checkpoint(id_after_, combine);
389 Node* BytecodeGraphBuilder::Environment::Checkpoint(
    [all...]
ast-graph-builder.cc 420 : builder_->environment()->Checkpoint(id_before);
422 // Create an explicit checkpoint node for before the operation.
423 Node* node = builder_->NewNode(builder_->common()->Checkpoint());
446 : builder_->environment()->Checkpoint(id_after, combine,
894 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id,
916 // If the owning node has an exception, register the checkpoint to the
917 // predecessor so that the checkpoint is used for both the normal and the
921 liveness_block()->GetPredecessor()->Checkpoint(result);
923 liveness_block()->Checkpoint(result);
    [all...]
ast-graph-builder.h 242 // by dedicated {Checkpoint} nodes that are wired into the effect chain.
536 // Preserve a checkpoint of the environment for the IR graph. Any
538 Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine =
opcodes.h 50 V(Checkpoint) \
common-operator.cc 216 V(Checkpoint, Operator::kKontrol, 0, 1, 1, 0, 1, 0) \
    [all...]
js-native-context-specialization.cc 667 this_effect = graph()->NewNode(common()->Checkpoint(), frame_state,
    [all...]
  /external/v8/test/webkit/
dfg-int32-to-double-on-set-local-and-exit.js 30 function checkpoint(text) { function
31 debug("Checkpoint: " + text);
36 checkpoint("a");
38 checkpoint("b");
41 checkpoint("c");
46 checkpoint("1");
48 checkpoint("2");
50 checkpoint("3");
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 30 function checkpoint(text) { function
31 debug("Checkpoint: " + text);
36 checkpoint("a");
38 checkpoint("b");
43 checkpoint("c");
48 checkpoint("1");
50 checkpoint("2");
52 checkpoint("3");
  /external/v8/src/parsing/
parser-base.h 246 class Checkpoint;
495 friend class Checkpoint;
544 class Checkpoint BASE_EMBEDDED {
546 explicit Checkpoint(ParserBase* parser) {
    [all...]
parser.cc     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1578 milliseconds