Home
last modified time | relevance | path

Searched refs:ProducedPreParsedScopeData (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/parsing/
Dpreparsed-scope-data.cc94 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()
[all …]
Dpreparsed-scope-data.h67 class ProducedPreParsedScopeData : public ZoneObject {
94 ProducedPreParsedScopeData(Zone* zone, ProducedPreParsedScopeData* parent);
98 ProducedPreParsedScopeData(Handle<PreParsedScopeData> data, Zone* zone);
100 ProducedPreParsedScopeData* parent() const { return parent_; } in parent()
115 ProducedPreParsedScopeData* produced_preparsed_scope_data_;
169 ProducedPreParsedScopeData* parent_;
172 ZoneChunkList<ProducedPreParsedScopeData*> data_for_inner_functions_;
181 DISALLOW_COPY_AND_ASSIGN(ProducedPreParsedScopeData);
230 ProducedPreParsedScopeData* GetDataForSkippableFunction(
Dpreparser.cc122 int* use_counts, ProducedPreParsedScopeData** produced_preparsed_scope_data, in PreParseFunction()
135 std::unique_ptr<ProducedPreParsedScopeData::DataGatheringScope> in PreParseFunction()
140 new ProducedPreParsedScopeData::DataGatheringScope(function_scope, in PreParseFunction()
293 std::unique_ptr<ProducedPreParsedScopeData::DataGatheringScope> in ParseFunctionLiteral()
300 new ProducedPreParsedScopeData::DataGatheringScope(function_scope, in ParseFunctionLiteral()
Dpreparser.h26 class ProducedPreParsedScopeData; variable
732 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr) {
980 ProducedPreParsedScopeData** produced_preparser_scope_data,
983 ProducedPreParsedScopeData* produced_preparsed_scope_data() const {
988 ProducedPreParsedScopeData* produced_preparsed_scope_data) {
1016 ProducedPreParsedScopeData** produced_preparsed_scope_data,
1761 ProducedPreParsedScopeData* produced_preparsed_scope_data_;
Dparser.h449 ProducedPreParsedScopeData** produced_preparsed_scope_data,
Dparser.cc2585 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr; in ParseFunctionLiteral()
2721 ProducedPreParsedScopeData** produced_preparsed_scope_data, in SkipFunction()
Dparser-base.h4400 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr; in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dscopes.h24 class ProducedPreParsedScopeData; variable
923 ProducedPreParsedScopeData* produced_preparsed_scope_data) { in set_produced_preparsed_scope_data()
927 ProducedPreParsedScopeData* produced_preparsed_scope_data() const { in produced_preparsed_scope_data()
984 ProducedPreParsedScopeData* produced_preparsed_scope_data_;
Dast.h125 class ProducedPreParsedScopeData; variable
2353 ProducedPreParsedScopeData* produced_preparsed_scope_data() const { in produced_preparsed_scope_data()
2367 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr)
2415 ProducedPreParsedScopeData* produced_preparsed_scope_data_;
3221 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr) {
Dscopes.cc1535 if (ProducedPreParsedScopeData::ScopeIsSkippableFunctionScope(this)) { in SavePreParsedScopeData()
/external/v8/src/
Dobjects.cc14265 ProducedPreParsedScopeData* scope_data = in InitFromFunctionLiteral()