Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dinstance-type-generator.cc16 struct InstanceTypeTree { struct
17 explicit InstanceTypeTree(const ClassType* type) in InstanceTypeTree() argument
24 const ClassType* type;
25 std::vector<std::unique_ptr<InstanceTypeTree>> children;
26 int start; // Start of range for this and subclasses, or INT_MAX.
27 int end; // End of range for this and subclasses, or INT_MIN.
28 int value; // Assigned value for this class itself, or -1 when unassigned.
29 int num_values; // Number of values assigned for this and subclasses.
30 int num_own_values; // How many values this needs (not including subclasses).