Home
last modified time | relevance | path

Searched refs:kScopeInfoOffset (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
Dobjects-debug.cc468 VerifyObjectField(kScopeInfoOffset); in JSModuleVerify()
592 VerifyObjectField(kScopeInfoOffset); in SharedFunctionInfoVerify()
Dobjects-inl.h4960 return reinterpret_cast<ScopeInfo*>(READ_FIELD(this, kScopeInfoOffset)); in scope_info()
4966 WRITE_FIELD(this, kScopeInfoOffset, reinterpret_cast<Object*>(value)); in set_scope_info()
4969 kScopeInfoOffset, in set_scope_info()
5340 ACCESSORS(JSModule, scope_info, ScopeInfo, kScopeInfoOffset) in ACCESSORS()
Dobjects.h6954 static const int kScopeInfoOffset = kOptimizedCodeMapOffset + kPointerSize; variable
6955 static const int kConstructStubOffset = kScopeInfoOffset + kPointerSize;
7228 static const int kScopeInfoOffset = kContextOffset + kPointerSize; variable
7229 static const int kSize = kScopeInfoOffset + kPointerSize;
Dheap-snapshot-generator.cc1269 SharedFunctionInfo::kScopeInfoOffset); in ExtractSharedFunctionInfoReferences()
/external/v8/src/
Dobjects-debug.cc485 VerifyObjectField(kScopeInfoOffset); in SharedFunctionInfoVerify()
Dobjects-inl.h3769 return reinterpret_cast<ScopeInfo*>(READ_FIELD(this, kScopeInfoOffset)); in scope_info()
3775 WRITE_FIELD(this, kScopeInfoOffset, reinterpret_cast<Object*>(value)); in set_scope_info()
3778 kScopeInfoOffset, in set_scope_info()
Dobjects.h5511 static const int kScopeInfoOffset = kCodeOffset + kPointerSize; variable
5512 static const int kConstructStubOffset = kScopeInfoOffset + kPointerSize;
Dprofile-generator.cc2001 SharedFunctionInfo::kScopeInfoOffset); in ExtractReferences()
Dmark-compact.cc1554 SLOT_ADDR(object, SharedFunctionInfo::kScopeInfoOffset), in VisitSharedFunctionInfoFields()