Searched defs:kScopeInfoOffset (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h5659 return reinterpret_cast<ScopeInfo*>(READ_FIELD(this, kScopeInfoOffset));
5665 WRITE_FIELD(this, kScopeInfoOffset, reinterpret_cast<Object*>(value));
5668 kScopeInfoOffset, local
6087 ACCESSORS(JSModule, scope_info, ScopeInfo, kScopeInfoOffset)
H A Dobjects.h6892 static const int kScopeInfoOffset = kOptimizedCodeMapOffset + kPointerSize; member in class:v8::internal::SharedFunctionInfo
6893 static const int kConstructStubOffset = kScopeInfoOffset + kPointerSize;
7165 static const int kScopeInfoOffset = kContextOffset + kPointerSize; member in class:v8::internal::JSModule
7166 static const int kSize = kScopeInfoOffset + kPointerSize;

Completed in 276 milliseconds