Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.h24 class GraphPoint {
26 GraphPoint() : traced_(false) {} in GraphPoint() function
27 virtual ~GraphPoint() {} in ~GraphPoint()
37 class BasePoint : public GraphPoint {
53 class FieldPoint : public GraphPoint {