Home
last modified time | relevance | path

Searched refs:PrintUC16 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dostreams.cc56 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16() function
67 return PrintUC16(os, c.value, IsOK); in operator <<()
76 return PrintUC16(os, c.value, IsOK); in operator <<()
81 return PrintUC16(os, c.value, IsPrint); in operator <<()
Dobjects.cc1934 void String::PrintUC16(std::ostream& os, int start, int end) { // NOLINT in PrintUC16() function in v8::internal::String
13700 String::cast(name)->PrintUC16(os); in operator <<()
13706 script_source->PrintUC16(os, s->start_position(), s->end_position()); in operator <<()
13709 script_source->PrintUC16(os, s->start_position(), in operator <<()
Dobjects.h8816 void PrintUC16(std::ostream& os, int start = 0, int end = -1); // NOLINT
/external/v8/src/compiler/
Dbasic-block-instrumentor.cc60 String::cast(info->shared_info()->name())->PrintUC16(os); in Instrument()