Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dcode-inl.h180 CODE_ACCESSORS(relocation_info, ByteArray, kRelocationInfoOffset) in INT_ACCESSORS()
187 WRITE_FIELD(this, kRelocationInfoOffset, nullptr); in INT_ACCESSORS()
302 return reinterpret_cast<ByteArray*>(READ_FIELD(this, kRelocationInfoOffset)); in unchecked_relocation_info()
Dcode.h380 static const int kRelocationInfoOffset = HeapObject::kHeaderSize; variable
382 kRelocationInfoOffset + kPointerSize;
/external/v8/src/
Dobjects-body-descriptors-inl.h492 STATIC_ASSERT(kRelocationInfoOffset + kPointerSize ==
516 IteratePointers(obj, kRelocationInfoOffset, kDataStart, v); in IterateBody()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1299 Code::kRelocationInfoOffset); in ExtractCodeReferences()