HomeSort by relevance Sort by last modified time
    Searched refs:ProducedPreParsedScopeData (Results 1 - 11 of 11) sorted by null

  /external/v8/src/parsing/
preparsed-scope-data.h 60 ProducedPreParsedScopeData implements storing the above mentioned data and
67 class ProducedPreParsedScopeData : public ZoneObject {
92 // Create a ProducedPreParsedScopeData object which will collect data as we
94 ProducedPreParsedScopeData(Zone* zone, ProducedPreParsedScopeData* parent);
96 // Create a ProducedPreParsedScopeData which is just a proxy for a previous
98 ProducedPreParsedScopeData(Handle<PreParsedScopeData> data, Zone* zone);
100 ProducedPreParsedScopeData* parent() const { return parent_; }
104 // ProducedPreParsedScopeData, and so do all lazy functions inside it.
115 ProducedPreParsedScopeData* produced_preparsed_scope_data_
    [all...]
preparsed-scope-data.cc 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 previou
    [all...]
preparser.cc 122 int* use_counts, ProducedPreParsedScopeData** produced_preparsed_scope_data,
135 std::unique_ptr<ProducedPreParsedScopeData::DataGatheringScope>
140 new ProducedPreParsedScopeData::DataGatheringScope(function_scope,
293 std::unique_ptr<ProducedPreParsedScopeData::DataGatheringScope>
300 new ProducedPreParsedScopeData::DataGatheringScope(function_scope,
preparser.h 26 class ProducedPreParsedScopeData;
732 ProducedPreParsedScopeData* produced_preparsed_scope_data = nullptr) {
    [all...]
parser.h 449 ProducedPreParsedScopeData** produced_preparsed_scope_data,
    [all...]
parser.cc     [all...]
parser-base.h     [all...]
  /external/v8/src/ast/
scopes.h 24 class ProducedPreParsedScopeData;
    [all...]
ast.h 125 class ProducedPreParsedScopeData;
    [all...]
scopes.cc     [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 319 milliseconds