Home
last modified time | relevance | path

Searched refs:unchecked_relocation_info (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dcode-inl.h287 ByteArray Code::unchecked_relocation_info() const { in unchecked_relocation_info() function
294 return unchecked_relocation_info().GetDataStartAddress(); in relocation_start()
298 return unchecked_relocation_info().GetDataEndAddress(); in relocation_end()
302 return unchecked_relocation_info().length(); in relocation_size()
Dcode.h238 inline ByteArray unchecked_relocation_info() const;
Dcode.cc102 CopyRelocInfoToByteArray(unchecked_relocation_info(), desc); in CopyFromNoFlush()
/external/v8/src/codegen/
Dreloc-info.cc276 : RelocIterator(code, code.unchecked_relocation_info(), mode_mask) {} in RelocIterator()
/external/v8/src/snapshot/
Dserializer.cc1106 ByteArray relocation_info = on_heap_code->unchecked_relocation_info(); in SerializeCode()