Searched refs:PrintCheckOperand (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/base/ |
D | logging.h | 112 PrintCheckOperand(std::ostream& os, T val) { in PrintCheckOperand() function 124 PrintCheckOperand(std::ostream& os, T val) { in PrintCheckOperand() function 132 PrintCheckOperand(std::ostream& os, T val) { in PrintCheckOperand() function 139 PrintCheckOperand(os, static_cast<int_t>(static_cast<underlying_t>(val))); in PrintCheckOperand() 146 PrintCheckOperand(std::ostream& os, T val) { in PrintCheckOperand() function 153 V8_BASE_EXPORT void PrintCheckOperand<type>(std::ostream & os, type ch); \ 155 V8_BASE_EXPORT void PrintCheckOperand<type*>(std::ostream & os, \ 158 V8_BASE_EXPORT void PrintCheckOperand<const type*>(std::ostream & os, \ 174 PrintCheckOperand<Lhs>(ss, lhs); in DEFINE_PRINT_CHECK_OPERAND_CHAR() 176 PrintCheckOperand<Rhs>(ss, rhs); in DEFINE_PRINT_CHECK_OPERAND_CHAR() [all …]
|
D | logging.cc | 73 void PrintCheckOperand<type>(std::ostream & os, type ch) { \ 77 void PrintCheckOperand<type*>(std::ostream & os, type * cstr) { \ 81 void PrintCheckOperand<const type*>(std::ostream & os, const type* cstr) { \ 94 template void PrintCheckOperand<type>(std::ostream&, type);
|