Searched defs:Checkpoint (Results 1 – 6 of 6) sorted by relevance
8 struct Checkpoint { struct14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() function25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
105 void Checkpoint(Node* node) { entries_.push_back(Entry(node)); } in Checkpoint() function
422 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
682 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id, in Checkpoint() function in v8::internal::compiler::AstGraphBuilder::Environment
136 class Checkpoint(checkpointable.Checkpointable): class
290 class Checkpoint; variable491 friend class Checkpoint; variable542 explicit Checkpoint(ParserBase* parser) { in Checkpoint() function