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
162 explicit AstProperties(Zone* zone) : node_count_(0), spec_(zone) {} in AstProperties()169 const FeedbackVectorSpec* get_spec() const { return &spec_; } in get_spec()170 FeedbackVectorSpec* get_spec() { return &spec_; } in get_spec()175 FeedbackVectorSpec spec_; variable