Searched refs:AddFormatted (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | disassembler.cc | 166 out.AddFormatted(" %s", comments[i]); in DecodeIt() 171 out.AddFormatted("%p %4d ", prev_pc, prev_pc - begin); in DecodeIt() 174 out.AddFormatted("%s", decode_buffer.start()); in DecodeIt() 194 out.AddFormatted(" ;; debug: statement %d", relocinfo.data()); in DecodeIt() 196 out.AddFormatted(" ;; debug: position %d", relocinfo.data()); in DecodeIt() 203 out.AddFormatted(" ;; object: %s", obj_name.get()); in DecodeIt() 207 out.AddFormatted(" ;; external reference (%s)", reference_name); in DecodeIt() 209 out.AddFormatted(" ;; code:"); in DecodeIt() 211 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 | 1149 builder.AddFormatted("slot%d", slot); in WriteBodyInternal() 1173 builder.AddFormatted("context_slot%d", context_slot + internal_slots); in WriteBodyInternal()
|
D | utils.h | 1419 void AddFormatted(const char* format, ...);
|
/external/v8/test/cctest/compiler/ |
D | test-run-properties.cc | 21 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]); in TypedArrayLoadHelper() 84 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]); in TypedArrayStoreHelper()
|