Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc1342 PatchObjectAddress(&patched_code_, literal_offset, string); in VisitMethod()
1347 PatchObjectAddress(&patched_code_, literal_offset, type); in VisitMethod()
1480 void PatchObjectAddress(std::vector<uint8_t>* code, uint32_t offset, mirror::Object* object) in PatchObjectAddress() function in art::OatWriter::WriteCodeMethodVisitor