Searched refs:reloc_it (Results 1 – 1 of 1) sorted by relevance
329 RelocIterator reloc_it(code); in DecodeIt() local330 while (!reloc_it.done()) { in DecodeIt()331 if (reloc_it.rinfo()->IsInConstantPool() && in DecodeIt()332 (reloc_it.rinfo()->constant_pool_entry_address() == in DecodeIt()334 PrintRelocInfo(&out, isolate, ref_encoder, os, reloc_it.rinfo()); in DecodeIt()337 reloc_it.next(); in DecodeIt()