Home
last modified time | relevance | path

Searched refs:WriteTo (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.cc872 void WriteTo(std::vector<uint8_t>& bytes) const { in WriteTo() function in art::StringTable
1085 class_names.WriteTo(bytes); in GetRecentAllocations()
1086 method_names.WriteTo(bytes); in GetRecentAllocations()
1087 filenames.WriteTo(bytes); in GetRecentAllocations()
/art/tools/hiddenapi/
Dhiddenapi.cc737 void WriteTo(const std::string& path) { in WriteTo() function in art::hiddenapi::DexFileEditor
1023 dex_editor.WriteTo(output_path); in EncodeAccessFlags()