Home | History | Annotate | Download | only in parsing

Lines Matching refs:ProducedPreParsedScopeData

51   Internal data format for the backing store of ProducedPreparsedScopeData and
94 void ProducedPreParsedScopeData::ByteData::WriteUint32(uint32_t data) {
107 void ProducedPreParsedScopeData::ByteData::OverwriteFirstUint32(uint32_t data) {
120 void ProducedPreParsedScopeData::ByteData::WriteUint8(uint8_t data) {
129 void ProducedPreParsedScopeData::ByteData::WriteQuarter(uint8_t data) {
147 Handle<PodArray<uint8_t>> ProducedPreParsedScopeData::ByteData::Serialize(
162 ProducedPreParsedScopeData::ProducedPreParsedScopeData(
163 Zone* zone, ProducedPreParsedScopeData* parent)
177 // Create a ProducedPreParsedScopeData which is just a proxy for a previous
179 ProducedPreParsedScopeData::ProducedPreParsedScopeData(
187 ProducedPreParsedScopeData::DataGatheringScope::DataGatheringScope(
193 ProducedPreParsedScopeData* parent =
197 new (main_zone) ProducedPreParsedScopeData(main_zone, parent);
205 ProducedPreParsedScopeData::DataGatheringScope::~DataGatheringScope() {
212 void ProducedPreParsedScopeData::DataGatheringScope::MarkFunctionAsSkippable(
223 void ProducedPreParsedScopeData::AddSkippableFunction(
248 void ProducedPreParsedScopeData::SaveScopeAllocationData(
282 bool ProducedPreParsedScopeData::ContainsInnerFunctions() const {
286 MaybeHandle<PreParsedScopeData> ProducedPreParsedScopeData::Serialize(
325 bool ProducedPreParsedScopeData::ScopeNeedsData(Scope* scope) {
347 bool ProducedPreParsedScopeData::ScopeIsSkippableFunctionScope(Scope* scope) {
349 // those Scopes which have their own ProducedPreParsedScopeData object. This
361 void ProducedPreParsedScopeData::SaveDataForScope(Scope* scope) {
395 void ProducedPreParsedScopeData::SaveDataForVariable(Variable* var) {
413 void ProducedPreParsedScopeData::SaveDataForInnerScopes(Scope* scope) {
422 // ProducedPreParsedScopeData where their data is saved.
510 ProducedPreParsedScopeData*
541 return new (zone) ProducedPreParsedScopeData(child_data_handle, zone);
578 if (!ProducedPreParsedScopeData::ScopeNeedsData(scope)) {