Searched refs:kRelocationInfoOffset (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | objects-body-descriptors-inl.h | 356 STATIC_ASSERT(kRelocationInfoOffset + kPointerSize == kHandlerTableOffset); 381 IteratePointers(obj, kRelocationInfoOffset, kNextCodeLinkOffset, v); in IterateBody() 409 IteratePointers<StaticVisitor>(heap, obj, kRelocationInfoOffset, in IterateBody()
|
D | objects-inl.h | 6808 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()
|
D | objects.h | 5776 static const int kRelocationInfoOffset = HeapObject::kHeaderSize; variable 5777 static const int kHandlerTableOffset = kRelocationInfoOffset + kPointerSize;
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1432 Code::kRelocationInfoOffset); in ExtractCodeReferences()
|