Home
last modified time | relevance | path

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

/external/v8/src/
Ddisassembler.cc204 RelocInfo relocinfo(pcs[i], rmodes[i], datas[i]); in DecodeIt() local
216 RelocInfo::Mode rmode = relocinfo.rmode(); in DecodeIt()
219 out.AddFormatted(" ;; debug: statement %d", relocinfo.data()); in DecodeIt()
221 out.AddFormatted(" ;; debug: position %d", relocinfo.data()); in DecodeIt()
226 relocinfo.target_object()->ShortPrint(&accumulator); in DecodeIt()
231 ref_encoder.NameOfAddress(*relocinfo.target_reference_address()); in DecodeIt()
238 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); in DecodeIt()
288 Address addr = relocinfo.target_address(); in DecodeIt()