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

  /external/v8/src/compiler/
liveness-analyzer.h 86 void Checkpoint(Node* node) { entries_.push_back(Entry(node)); }
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...]
  /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...]
  /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...]

Completed in 616 milliseconds