Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer.h110 : HPrettyPrinter(graph), str_(""), current_block_(nullptr) { } in StringPrettyPrinter()
113 str_ += android::base::StringPrintf("%d", value); in PrintInt()
117 str_ += value; in PrintString()
121 str_ += '\n'; in PrintNewLine()
124 void Clear() { str_.clear(); } in Clear()
126 std::string str() const { return str_; } in str()
142 std::string str_;
Dssa_test.cc40 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()
43 str_ += android::base::StringPrintf("%d", value); in PrintInt()
47 str_ += value; in PrintString()
51 str_ += '\n'; in PrintNewLine()
54 void Clear() { str_.clear(); } in Clear()
56 std::string str() const { return str_; } in str()
60 str_ += constant->DebugName(); in VisitIntConstant()
61 str_ += " "; in VisitIntConstant()
67 std::string str_; member in art::SsaPrettyPrinter
/art/runtime/
Dtransaction.cc656 ObjPtr<mirror::String> s = str_.Read(); in Undo()
694 str_.VisitRoot(visitor, RootInfo(kRootInternedString)); in VisitRoots()
732 : str_(s), in InternStringLog()
Dtransaction.h300 mutable GcRoot<mirror::String> str_;