Home
last modified time | relevance | path

Searched defs:new_source (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h401 String* new_source = visitor(ptr); in FixupStrings() local
413 Class* new_source = visitor(ptr); in FixupResolvedTypes() local
426 MethodType* new_source = visitor(ptr); in FixupResolvedMethodTypes() local
438 mirror::CallSite* new_source = visitor(source); in FixupResolvedCallSites() local
/art/compiler/optimizing/
Dparallel_move_resolver.cc107 static void UpdateSourceOf(MoveOperands* move, Location updated_location, Location new_source) { in UpdateSourceOf()