Searched refs:AddFormatted (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/src/ |
D | disassembler.cc | 167 out.AddFormatted(" %s", comments[i]); in DecodeIt() 172 out.AddFormatted("%p %4d ", prev_pc, prev_pc - begin); in DecodeIt() 175 out.AddFormatted("%s", decode_buffer.start()); in DecodeIt() 195 out.AddFormatted(" ;; debug: statement %d", relocinfo.data()); in DecodeIt() 197 out.AddFormatted(" ;; debug: position %d", relocinfo.data()); in DecodeIt() 204 out.AddFormatted(" ;; object: %s", obj_name.get()); in DecodeIt() 208 out.AddFormatted(" ;; external reference (%s)", reference_name); in DecodeIt() 210 out.AddFormatted(" ;; code:"); in DecodeIt() 212 out.AddFormatted(" constructor,"); in DecodeIt() 219 out.AddFormatted(" contextual,"); in DecodeIt() [all …]
|
D | utils.cc | 317 void StringBuilder::AddFormatted(const char* format, ...) { in AddFormatted() function in v8::internal::StringBuilder
|
D | gdb-jit.cc | 1128 builder.AddFormatted("slot%d", slot); in WriteBodyInternal() 1152 builder.AddFormatted("context_slot%d", context_slot + internal_slots); in WriteBodyInternal() 2100 builder.AddFormatted(": code object %p", static_cast<void*>(code)); in AddCode()
|
D | utils.h | 1572 void AddFormatted(const char* format, ...);
|