Searched refs:ProducedPreParsedScopeData (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/parsing/ |
D | preparsed-scope-data.cc | 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() [all …]
|
D | preparsed-scope-data.h | 67 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(
|
D | preparser.cc | 122 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()
|
D | preparser.h | 26 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_;
|
D | parser.h | 449 ProducedPreParsedScopeData** produced_preparsed_scope_data,
|
D | parser.cc | 2585 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr; in ParseFunctionLiteral() 2721 ProducedPreParsedScopeData** produced_preparsed_scope_data, in SkipFunction()
|
D | parser-base.h | 4400 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr; in ParseArrowFunctionLiteral()
|
/external/v8/src/ast/ |
D | scopes.h | 24 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_;
|
D | ast.h | 125 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) {
|
D | scopes.cc | 1535 if (ProducedPreParsedScopeData::ScopeIsSkippableFunctionScope(this)) { in SavePreParsedScopeData()
|
/external/v8/src/ |
D | objects.cc | 14265 ProducedPreParsedScopeData* scope_data = in InitFromFunctionLiteral()
|