Searched refs:kScopeInfoOffset (Results 1 – 4 of 4) sorted by relevance
411 VerifyObjectField(kScopeInfoOffset); in JSModuleVerify()536 VerifyObjectField(kScopeInfoOffset); in SharedFunctionInfoVerify()
5659 return reinterpret_cast<ScopeInfo*>(READ_FIELD(this, kScopeInfoOffset)); in scope_info()5665 WRITE_FIELD(this, kScopeInfoOffset, reinterpret_cast<Object*>(value)); in set_scope_info()5668 kScopeInfoOffset, in set_scope_info()6087 ACCESSORS(JSModule, scope_info, ScopeInfo, kScopeInfoOffset) in ACCESSORS()
6892 static const int kScopeInfoOffset = kOptimizedCodeMapOffset + kPointerSize; variable6893 static const int kConstructStubOffset = kScopeInfoOffset + kPointerSize;7165 static const int kScopeInfoOffset = kContextOffset + kPointerSize; variable7166 static const int kSize = kScopeInfoOffset + kPointerSize;
1373 SharedFunctionInfo::kScopeInfoOffset); in ExtractSharedFunctionInfoReferences()