Home
last modified time | relevance | path

Searched refs:RemoveDecorator (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dsource-position.cc42 void SourcePositionTable::RemoveDecorator() { in RemoveDecorator() function in v8::internal::compiler::SourcePositionTable
44 graph_->RemoveDecorator(decorator_); in RemoveDecorator()
Dsource-position.h76 if (decorator_ != NULL) RemoveDecorator(); in ~SourcePositionTable()
80 void RemoveDecorator();
Dgraph.h71 void RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator() function