Searched defs:AppendInt (Results 1 – 4 of 4) sorted by relevance
67 void AppendInt(int64_t value) { AppendPaddedInt<'0', 0>(value); } in AppendInt() function
217 bool AppendInt(int32_t value) { in AppendInt() function
150 V8_INLINE void AppendInt(int i) { in AppendInt() function
157 void AppendInt(int n) { in AppendInt() function in v8::internal::CodeEventLogger::NameBuffer