Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc211 RelocInfo* relocinfo, bool first_reloc_info = true) { in PrintRelocInfo() argument
223 RelocInfo::Mode rmode = relocinfo->rmode(); in PrintRelocInfo()
226 << static_cast<int>(relocinfo->data()) << "'"; in PrintRelocInfo()
229 << static_cast<int>(relocinfo->data()) << "'"; in PrintRelocInfo()
231 DeoptimizeReason reason = static_cast<DeoptimizeReason>(relocinfo->data()); in PrintRelocInfo()
235 out << " ;; debug: deopt index " << static_cast<int>(relocinfo->data()); in PrintRelocInfo()
239 << static_cast<uint32_t>(relocinfo->data()); in PrintRelocInfo()
246 relocinfo->target_object(isolate).ShortPrint(&accumulator); in PrintRelocInfo()
252 Address address = relocinfo->target_external_reference(); in PrintRelocInfo()
261 relocinfo->target_address()); in PrintRelocInfo()
[all …]