HomeSort by relevance Sort by last modified time
    Searched refs:ReadFromMemory (Results 1 - 8 of 8) sorted by null

  /system/tools/aidl/
line_reader.h 36 static std::unique_ptr<LineReader> ReadFromMemory(
line_reader.cpp 86 unique_ptr<LineReader> LineReader::ReadFromMemory(const string& contents) {
  /art/runtime/
class_table.h 147 size_t ReadFromMemory(uint8_t* ptr)
class_table.cc 181 size_t ClassTable::ReadFromMemory(uint8_t* ptr) {
  /system/tools/aidl/tests/
fake_io_delegate.cpp 63 ret = LineReader::ReadFromMemory(it->second);
  /art/patchoat/
patchoat.cc 546 // Note that we require that ReadFromMemory does not make an internal copy of the elements.
559 // Note that we require that ReadFromMemory does not make an internal copy of the elements.
564 temp_table.ReadFromMemory(image_->Begin() + section.Offset());
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 269 milliseconds