Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcode-inl.h495 ByteArray Code::unchecked_relocation_info() const { in unchecked_relocation_info() function
502 return unchecked_relocation_info().GetDataStartAddress(); in relocation_start()
506 return unchecked_relocation_info().GetDataEndAddress(); in relocation_end()
510 return unchecked_relocation_info().length(); in relocation_size()
Dcode.h407 inline ByteArray unchecked_relocation_info() const;
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc265 : RelocIterator(code, code.unchecked_relocation_info(), mode_mask) {} in RelocIterator()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc1242 ByteArray relocation_info = on_heap_code->unchecked_relocation_info(); in SerializeCode()