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

  /external/v8/src/objects/
shared-function-info.h 126 class UncompiledDataWithPreParsedScope : public UncompiledData {
130 DECL_CAST(UncompiledDataWithPreParsedScope)
131 DECL_PRINTER(UncompiledDataWithPreParsedScope)
132 DECL_VERIFIER(UncompiledDataWithPreParsedScope)
157 DISALLOW_IMPLICIT_CONSTRUCTORS(UncompiledDataWithPreParsedScope);
295 // - a UncompiledDataWithPreParsedScope for lazy compilation
328 inline UncompiledDataWithPreParsedScope*
331 UncompiledDataWithPreParsedScope* data);
337 // Clear out pre-parsed scope data from UncompiledDataWithPreParsedScope,
shared-function-info-inl.h 72 CAST_ACCESSOR(UncompiledDataWithPreParsedScope)
73 ACCESSORS(UncompiledDataWithPreParsedScope, pre_parsed_scope_data,
563 UncompiledDataWithPreParsedScope*
566 return UncompiledDataWithPreParsedScope::cast(function_data());
570 UncompiledDataWithPreParsedScope* uncompiled_data_with_pre_parsed_scope) {
583 UncompiledDataWithPreParsedScope* data =
592 heap->NotifyObjectLayoutChange(data, UncompiledDataWithPreParsedScope::kSize,
595 UncompiledDataWithPreParsedScope::kSize);
604 UncompiledDataWithPreParsedScope::kSize -
map.h 63 V(UncompiledDataWithPreParsedScope) \
    [all...]
  /external/v8/src/heap/
objects-visiting.h 27 class UncompiledDataWithPreParsedScope;
66 V(UncompiledDataWithPreParsedScope) \
factory.h 62 class UncompiledDataWithPreParsedScope;
741 Handle<UncompiledDataWithPreParsedScope> NewUncompiledDataWithPreParsedScope(
    [all...]
setup-heap-internal.cc 488 UncompiledDataWithPreParsedScope::kSize,
    [all...]
factory.cc     [all...]
  /external/v8/src/
objects-body-descriptors-inl.h 788 UncompiledDataWithPreParsedScope::BodyDescriptor>(p1, p2, p3, p4);
objects-debug.cc 331 UncompiledDataWithPreParsedScope::cast(this)
    [all...]
objects-printer.cc 284 UncompiledDataWithPreParsedScope::cast(this)
    [all...]
objects.h 180 // - UncompiledDataWithPreParsedScope
899 V(UncompiledDataWithPreParsedScope) \
    [all...]
objects.cc     [all...]

Completed in 491 milliseconds