Home
last modified time | relevance | path

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

/external/v8/src/
Ddisassembler.cc147 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()
[all …]
Dutils.cc342 void StringBuilder::AddFormatted(const char* format, ...) { in AddFormatted() function in v8::internal::StringBuilder
Dgdb-jit.cc1196 builder.AddFormatted("slot%d", slot); in WriteBodyInternal()
1220 builder.AddFormatted("context_slot%d", context_slot + internal_slots); in WriteBodyInternal()
Dutils.h1476 void PRINTF_FORMAT(2, 3) AddFormatted(const char* format, ...);