Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dassert_checkpoint.h8 struct Checkpoint { struct
14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument
15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() function
25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
/external/v8/src/compiler/
Dliveness-analyzer.h105 void Checkpoint(Node* node) { entries_.push_back(Entry(node)); } in Checkpoint() function
Dbytecode-graph-builder.cc422 Node* BytecodeGraphBuilder::Environment::Checkpoint( in Checkpoint() function in v8::internal::compiler::BytecodeGraphBuilder::Environment
Dast-graph-builder.cc682 Node* AstGraphBuilder::Environment::Checkpoint(BailoutId ast_id, in Checkpoint() function in v8::internal::compiler::AstGraphBuilder::Environment
/external/tensorflow/tensorflow/contrib/eager/python/
Dcheckpointable_utils_test.py136 class Checkpoint(checkpointable.Checkpointable): class
/external/v8/src/parsing/
Dparser-base.h290 class Checkpoint; variable
491 friend class Checkpoint; variable
542 explicit Checkpoint(ParserBase* parser) { in Checkpoint() function