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

/external/v8/src/
H A Dobjects-inl.h3769 return reinterpret_cast<ScopeInfo*>(READ_FIELD(this, kScopeInfoOffset));
3775 WRITE_FIELD(this, kScopeInfoOffset, reinterpret_cast<Object*>(value));
3778 kScopeInfoOffset, local
H A Dobjects.h5511 static const int kScopeInfoOffset = kCodeOffset + kPointerSize; member in class:v8::internal::SharedFunctionInfo
5512 static const int kConstructStubOffset = kScopeInfoOffset + kPointerSize;

Completed in 61 milliseconds