Lines Matching refs:AddFormatted

147       out.AddFormatted("                  %s", comments[i]);  in DecodeIt()
152 out.AddFormatted("%p %4" V8PRIdPTRDIFF " ", static_cast<void*>(prev_pc), in DecodeIt()
156 out.AddFormatted("%s", decode_buffer.start()); in DecodeIt()
176 out.AddFormatted(" ;; debug: deopt position, script offset '%d'", in DecodeIt()
179 out.AddFormatted(" ;; debug: deopt position, inlining id '%d'", in DecodeIt()
184 out.AddFormatted(" ;; debug: deopt reason '%s'", in DecodeIt()
187 out.AddFormatted(" ;; debug: deopt index %d", in DecodeIt()
194 out.AddFormatted(" ;; object: %s", obj_name.get()); in DecodeIt()
198 out.AddFormatted(" ;; external reference (%s)", reference_name); in DecodeIt()
200 out.AddFormatted(" ;; code:"); in DecodeIt()
207 out.AddFormatted(" inside typeof,"); in DecodeIt()
209 out.AddFormatted(" %s", Code::Kind2String(kind)); in DecodeIt()
212 out.AddFormatted(" %s", Code::ICState2String(ic_state)); in DecodeIt()
220 out.AddFormatted(" %s, %s, ", Code::Kind2String(kind), in DecodeIt()
222 out.AddFormatted("minor: %d", minor_key); in DecodeIt()
224 out.AddFormatted(" %s", Code::Kind2String(kind)); in DecodeIt()
227 out.AddFormatted(" (id = %d)", static_cast<int>(relocinfo.data())); in DecodeIt()
245 out.AddFormatted(" ;; %s", RelocInfo::RelocModeName(rmode)); in DecodeIt()
247 out.AddFormatted(" ;; soft deoptimization bailout %d", id); in DecodeIt()
250 out.AddFormatted(" ;; lazy deoptimization bailout %d", id); in DecodeIt()
253 out.AddFormatted(" ;; deoptimization bailout %d", id); in DecodeIt()
256 out.AddFormatted(" ;; %s", RelocInfo::RelocModeName(rmode)); in DecodeIt()
266 out.AddFormatted(" %s", in DecodeIt()