Home
last modified time | relevance | path

Searched refs:kRelocationInfoOffset (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dobjects-body-descriptors-inl.h356 STATIC_ASSERT(kRelocationInfoOffset + kPointerSize == kHandlerTableOffset);
381 IteratePointers(obj, kRelocationInfoOffset, kNextCodeLinkOffset, v); in IterateBody()
409 IteratePointers<StaticVisitor>(heap, obj, kRelocationInfoOffset, in IterateBody()
Dobjects-inl.h6808 ACCESSORS(Code, relocation_info, ByteArray, kRelocationInfoOffset) in ACCESSORS()
6816 WRITE_FIELD(this, kRelocationInfoOffset, NULL); in ACCESSORS()
6913 return reinterpret_cast<ByteArray*>(READ_FIELD(this, kRelocationInfoOffset)); in unchecked_relocation_info()
Dobjects.h5776 static const int kRelocationInfoOffset = HeapObject::kHeaderSize; variable
5777 static const int kHandlerTableOffset = kRelocationInfoOffset + kPointerSize;
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1432 Code::kRelocationInfoOffset); in ExtractCodeReferences()