Searched refs:spec_ (Results 1 – 2 of 2) sorted by relevance
30 spec_(&reducer_, jsgraph(), MaybeHandle<Context>()) {} in ContextSpecializationTester()32 JSContextSpecialization* spec() { return &spec_; } in spec()48 JSContextSpecialization spec_; member in v8::internal::compiler::ContextSpecializationTester
163 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {} in AstProperties()170 const FeedbackVectorSpec* get_spec() const { return &spec_; } in get_spec()171 FeedbackVectorSpec* get_spec() { return &spec_; } in get_spec()176 FeedbackVectorSpec spec_; variable