Searched refs:AstTypeBounds (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ast/
H A Dast-type-bounds.h18 class AstTypeBounds { class in namespace:v8::internal
20 explicit AstTypeBounds(Zone* zone) : bounds_map_(zone) {} function in class:v8::internal::AstTypeBounds
21 ~AstTypeBounds() {}
/external/v8/src/crankshaft/
H A Dtyping.h28 AstTypeBounds* bounds);
49 AstTypeBounds* bounds_;
H A Dtyping.cc20 FunctionLiteral* root, AstTypeBounds* bounds)
H A Dhydrogen.h2100 AstTypeBounds* bounds() { return &bounds_; }
2803 AstTypeBounds bounds_;

Completed in 151 milliseconds