Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc686 std::string original_dex_location; in AddRedefinition() local
688 if ((ret = GetClassLocation(env, def.GetClass(), &original_dex_location))) { in AddRedefinition()
700 art::MemMap map = MoveDataToMemMap(original_dex_location, def.GetDexData(), error_msg_); in AddRedefinition()
704 << "in dex file " << original_dex_location << " because: " << *error_msg_; in AddRedefinition()