Searched refs:baseMethodLiteral (Results 1 – 1 of 1) sorted by relevance
181 MethodLiteral *baseMethodLiteral = item.second; in UnloadPatchInternal() local183 baseFile.get(), baseMethodLiteral->GetMethodId()); in UnloadPatchInternal()184 ReplaceMethod(thread, patchMethod, baseMethodLiteral, baseConstpoolValue); in UnloadPatchInternal()325 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset()); in SaveBaseMethodInfo() local326 ASSERT(baseMethodLiteral != nullptr); in SaveBaseMethodInfo()327 baseMethodInfo.emplace(indexs, baseMethodLiteral); in SaveBaseMethodInfo()