Searched refs:AppendInt (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | deep-heap-profile.cc | 404 buffer.AppendInt(getpagesize(), 0, 0); in DumpOrderedProfile() 484 bool DeepHeapProfile::TextBuffer::AppendInt(int value, int width, in AppendInt() function in DeepHeapProfile::TextBuffer 570 buffer->AppendInt(bucket->allocs, 6, false); in UnparseForStats() 572 buffer->AppendInt(bucket->frees, 6, false); in UnparseForStats() 574 buffer->AppendInt(id, 0, false); in UnparseForStats() 579 buffer->AppendInt(id, 0, false); in UnparseForBucketFile() 967 mmap_dump_buffer->AppendInt(deep_bucket->id, 0, false); in SnapshotMaps() 969 mmap_dump_buffer->AppendInt(0, 0, false); in SnapshotMaps()
|
D | deep-heap-profile.h | 128 bool AppendInt(int value, int width, bool leading_zero);
|
/external/chromium_org/v8/src/ |
D | log.cc | 122 void AppendInt(int n) { in AppendInt() function in v8::internal::CodeEventLogger::NameBuffer 205 name_buffer_->AppendInt(line); in CodeCreateEvent() 214 name_buffer_->AppendInt(args_count); in CodeCreateEvent()
|