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

  /external/v8/src/objects/
shared-function-info.h 69 class UncompiledData : public HeapObject {
76 DECL_CAST(UncompiledData)
101 DISALLOW_IMPLICIT_CONSTRUCTORS(UncompiledData);
107 class UncompiledDataWithoutPreParsedScope : public UncompiledData {
113 static const int kSize = UncompiledData::kSize;
115 // No extra fields compared to UncompiledData.
116 typedef UncompiledData::BodyDescriptor BodyDescriptor;
126 class UncompiledDataWithPreParsedScope : public UncompiledData {
141 DEFINE_FIELD_OFFSET_CONSTANTS(UncompiledData::kSize,
149 UncompiledData::BodyDescriptor
    [all...]
shared-function-info-inl.h 55 CAST_ACCESSOR(UncompiledData)
56 ACCESSORS(UncompiledData, inferred_name, String, kInferredNameOffset)
57 INT32_ACCESSORS(UncompiledData, start_position, kStartPositionOffset)
58 INT32_ACCESSORS(UncompiledData, end_position, kEndPositionOffset)
59 INT32_ACCESSORS(UncompiledData, function_literal_id, kFunctionLiteralIdOffset)
61 void UncompiledData::clear_padding() {
548 UncompiledData* SharedFunctionInfo::uncompiled_data() const {
550 return UncompiledData::cast(function_data());
553 void SharedFunctionInfo::set_uncompiled_data(UncompiledData* uncompiled_data) {
597 UncompiledData::kSize)
    [all...]
  /external/v8/src/
objects.h 178 // - UncompiledData
729 class UncompiledData;
898 V(UncompiledData) \
    [all...]
objects.cc     [all...]

Completed in 48 milliseconds