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

  /external/v8/src/parsing/
preparsed-scope-data.h 24 class PreParsedScopeData;
97 // produced PreParsedScopeData.
98 ProducedPreParsedScopeData(Handle<PreParsedScopeData> data, Zone* zone);
154 MaybeHandle<PreParsedScopeData> Serialize(Isolate* isolate);
177 // ProducedPreParsedScopeData can also mask a Handle<PreParsedScopeData>
179 Handle<PreParsedScopeData> previously_produced_preparsed_scope_data_;
226 void SetData(Isolate* isolate, Handle<PreParsedScopeData> data);
245 Handle<PreParsedScopeData> data_;
preparsed-scope-data.cc 52 PreParsedScopeData::scope_data (on the heap):
87 PreParsedScopeData::child_data is an array of PreParsedScopeData objects, one
90 ConsumedPreParsedScopeData wraps a PreParsedScopeData and reads data from it.
178 // produced PreParsedScopeData.
180 Handle<PreParsedScopeData> data, Zone* zone)
286 MaybeHandle<PreParsedScopeData> ProducedPreParsedScopeData::Serialize(
294 return MaybeHandle<PreParsedScopeData>();
301 return MaybeHandle<PreParsedScopeData>();
305 Handle<PreParsedScopeData> data
    [all...]
parser.h 32 class PreParsedScopeData;
    [all...]
  /external/v8/src/objects/
shared-function-info.h 25 class PreParsedScopeData : public HeapObject {
39 DECL_CAST(PreParsedScopeData)
40 DECL_PRINTER(PreParsedScopeData)
41 DECL_VERIFIER(PreParsedScopeData)
64 DISALLOW_IMPLICIT_CONSTRUCTORS(PreParsedScopeData);
128 DECL_ACCESSORS(pre_parsed_scope_data, PreParsedScopeData)
shared-function-info-inl.h 22 CAST_ACCESSOR(PreParsedScopeData)
23 ACCESSORS(PreParsedScopeData, scope_data, PodArray<uint8_t>, kScopeDataOffset)
24 INT_ACCESSORS(PreParsedScopeData, length, kLengthOffset)
26 Object* PreParsedScopeData::child_data(int index) const {
33 void PreParsedScopeData::set_child_data(int index, Object* value,
42 Object** PreParsedScopeData::child_data_start() const {
46 void PreParsedScopeData::clear_padding() {
74 PreParsedScopeData, kPreParsedScopeDataOffset)
map.h 47 V(PreParsedScopeData) \
    [all...]
  /external/v8/src/heap/
objects-visiting.h 52 V(PreParsedScopeData) \
factory.h 55 class PreParsedScopeData;
733 Handle<PreParsedScopeData> NewPreParsedScopeData(int length);
    [all...]
factory.cc     [all...]
  /external/v8/src/
objects-body-descriptors-inl.h 391 class PreParsedScopeData::BodyDescriptor final : public BodyDescriptorBase {
405 return PreParsedScopeData::SizeFor(PreParsedScopeData::cast(obj)->length());
781 return Op::template apply<PreParsedScopeData::BodyDescriptor>(p1, p2, p3,
objects-debug.cc 324 PreParsedScopeData::cast(this)->PreParsedScopeDataVerify(isolate);
    [all...]
objects-printer.cc 277 PreParsedScopeData::cast(this)->PreParsedScopeDataPrint(os);
    [all...]
objects.h 177 // - PreParsedScopeData
719 class PreParsedScopeData;
866 V(PreParsedScopeData) \
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]
  /external/v8/src/ast/
scopes.h 23 class PreParsedScopeData;
    [all...]

Completed in 260 milliseconds