Home
last modified time | relevance | path

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

/external/v8/src/
Ddisassembler.cc149 out.AddFormatted(" %s", comments[i]); in DecodeIt()
154 out.AddFormatted("%p %4" V8PRIdPTRDIFF " ", static_cast<void*>(prev_pc), in DecodeIt()
158 out.AddFormatted("%s", decode_buffer.start()); in DecodeIt()
178 out.AddFormatted(" ;; debug: deopt position, script offset '%d'", in DecodeIt()
181 out.AddFormatted(" ;; debug: deopt position, inlining id '%d'", in DecodeIt()
186 out.AddFormatted(" ;; debug: deopt reason '%s'", in DecodeIt()
189 out.AddFormatted(" ;; debug: deopt index %d", in DecodeIt()
196 out.AddFormatted(" ;; object: %s", obj_name.get()); in DecodeIt()
200 out.AddFormatted(" ;; external reference (%s)", reference_name); in DecodeIt()
202 out.AddFormatted(" ;; code:"); in DecodeIt()
[all …]
Dutils.cc341 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.h1491 void PRINTF_FORMAT(2, 3) AddFormatted(const char* format, ...);