Searched refs:PrintBaseName (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs.cc201 void CodeStub::PrintBaseName(OStream& os) const { // NOLINT function in class:v8::internal::CodeStub
207 PrintBaseName(os);
318 void StringAddStub::PrintBaseName(OStream& os) const { // NOLINT function in class:v8::internal::StringAddStub
465 PrintBaseName(os);
470 void CompareNilICStub::PrintBaseName(OStream& os) const { // NOLINT function in class:v8::internal::CompareNilICStub
471 CodeStub::PrintBaseName(os);
H A Dcode-stubs.h223 virtual void PrintBaseName(OStream& os) const; // NOLINT
1245 virtual void PrintBaseName(OStream& os) const OVERRIDE; // NOLINT
1358 virtual void PrintBaseName(OStream& os) const OVERRIDE; // NOLINT

Completed in 2145 milliseconds