Lines Matching refs:ProducedPreParsedScopeData

94 void ProducedPreParsedScopeData::ByteData::WriteUint32(uint32_t data) {  in WriteUint32()
107 void ProducedPreParsedScopeData::ByteData::OverwriteFirstUint32(uint32_t data) { in OverwriteFirstUint32()
120 void ProducedPreParsedScopeData::ByteData::WriteUint8(uint8_t data) { in WriteUint8()
129 void ProducedPreParsedScopeData::ByteData::WriteQuarter(uint8_t data) { in WriteQuarter()
147 Handle<PodArray<uint8_t>> ProducedPreParsedScopeData::ByteData::Serialize( in Serialize()
162 ProducedPreParsedScopeData::ProducedPreParsedScopeData( in ProducedPreParsedScopeData() function in v8::internal::ProducedPreParsedScopeData
163 Zone* zone, ProducedPreParsedScopeData* parent) in ProducedPreParsedScopeData()
179 ProducedPreParsedScopeData::ProducedPreParsedScopeData( in ProducedPreParsedScopeData() function in v8::internal::ProducedPreParsedScopeData
187 ProducedPreParsedScopeData::DataGatheringScope::DataGatheringScope( in DataGatheringScope()
193 ProducedPreParsedScopeData* parent = in DataGatheringScope()
197 new (main_zone) ProducedPreParsedScopeData(main_zone, parent); in DataGatheringScope()
205 ProducedPreParsedScopeData::DataGatheringScope::~DataGatheringScope() { in ~DataGatheringScope()
212 void ProducedPreParsedScopeData::DataGatheringScope::MarkFunctionAsSkippable( in MarkFunctionAsSkippable()
223 void ProducedPreParsedScopeData::AddSkippableFunction( in AddSkippableFunction()
248 void ProducedPreParsedScopeData::SaveScopeAllocationData( in SaveScopeAllocationData()
282 bool ProducedPreParsedScopeData::ContainsInnerFunctions() const { in ContainsInnerFunctions()
286 MaybeHandle<PreParsedScopeData> ProducedPreParsedScopeData::Serialize( in Serialize()
325 bool ProducedPreParsedScopeData::ScopeNeedsData(Scope* scope) { in ScopeNeedsData()
347 bool ProducedPreParsedScopeData::ScopeIsSkippableFunctionScope(Scope* scope) { in ScopeIsSkippableFunctionScope()
361 void ProducedPreParsedScopeData::SaveDataForScope(Scope* scope) { in SaveDataForScope()
395 void ProducedPreParsedScopeData::SaveDataForVariable(Variable* var) { in SaveDataForVariable()
413 void ProducedPreParsedScopeData::SaveDataForInnerScopes(Scope* scope) { in SaveDataForInnerScopes()
510 ProducedPreParsedScopeData*
541 return new (zone) ProducedPreParsedScopeData(child_data_handle, zone); in GetDataForSkippableFunction()
578 if (!ProducedPreParsedScopeData::ScopeNeedsData(scope)) { in RestoreData()