Searched defs:ToString (Results 1 - 8 of 8) sorted by relevance

/art/runtime/verifier/
H A Dinstruction_flags.cc24 std::string InstructionFlags::ToString() const { function in class:art::verifier::InstructionFlags
/art/runtime/
H A Dgc_root-inl.h44 inline std::string RootInfo::ToString() const { function in class:art::RootInfo
/art/tools/veridex/
H A Dflow_analysis.h76 std::string ToString() const { function in class:art::RegisterValue
/art/libartbase/base/
H A Dstringpiece.h115 // We also define ToString() here, since many other string-like
117 // "ToString", and it's confusing to have the method that does that
120 std::string ToString() const { function in class:art::StringPiece
/art/compiler/optimizing/
H A Dnodes_vector.h49 std::string ToString() const { function in class:art::Alignment
H A Dnodes.h1763 std::string ToString() const { function in class:art::SideEffects
/art/libdexfile/dex/
H A Ddex_file.cc637 std::string Signature::ToString() const { function in class:art::Signature
694 return os << sig.ToString();
/art/tools/titrace/
H A Dinstruction_decoder.cc32 return Bytecode::ToString(op);
252 static const char* ToString(Bytecode::Opcode op) { function in class:titrace::ClassInstructionDecoder::Bytecode
474 return Bytecode::ToString(op);
495 static const char* ToString(Bytecode::Opcode op) { function in class:titrace::DexInstructionDecoder::Bytecode

Completed in 1039 milliseconds