Searched refs:updated (Results 1 - 3 of 3) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOffsettable.java20 * Tracks the original and updated positions of a RawDexObject when it is
54 private boolean updated; field in class:Offsettable
96 if (!updated) {
106 if (!updated) {
108 updated = true;
115 return (originalPositionKnown && updated);
/art/runtime/
H A Dimage-inl.h57 ArtMethod* updated = visitor(orig); local
58 if (updated != orig) {
59 imt->Set(i, updated, pointer_size);
H A Dart_method.h131 std::pair<ArtMethod*, ArtMethod*> updated = visitor(input); variable
132 if (input.first != updated.first) {
133 SetInterfaceMethod(table_index, pointer_size, updated.first);
135 if (input.second != updated.second) {
136 SetImplementationMethod(table_index, pointer_size, updated.second);

Completed in 87 milliseconds