Home
last modified time | relevance | path

Searched defs:Checkpoint (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dliveness-analyzer.h86 void Checkpoint(Node* node) { entries_.push_back(Entry(node)); } in Checkpoint() function
Dbytecode-graph-builder.cc389 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
Dast-graph-builder.cc894 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id, in Checkpoint() function in v8::internal::compiler::AstGraphBuilder::Environment
/external/v8/test/unittests/compiler/
Dliveness-analyzer-unittest.cc48 Node* Checkpoint() { in Checkpoint() function in v8::internal::compiler::LivenessAnalysisTest
/external/v8/src/parsing/
Dparser-base.h246 class Checkpoint; variable
495 friend class Checkpoint; variable
546 explicit Checkpoint(ParserBase* parser) { in Checkpoint() function