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.cc326 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
Dast-graph-builder.cc858 Node* AstGraphBuilder::Environment::Checkpoint( 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.h158 class Checkpoint; variable
285 friend class Checkpoint; variable
294 explicit Checkpoint(ParserBase* parser) { in Checkpoint() function