Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h78 static void SaveBaseMethodInfo(PatchInfo &patchInfo, const JSPandaFile *baseFile,
Dpatch_loader.cpp269 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs); in FindAndReplaceSameMethod()
295 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs); in FindAndReplaceSameMethod()
321 void PatchLoader::SaveBaseMethodInfo(PatchInfo &patchInfo, const JSPandaFile *baseFile, in SaveBaseMethodInfo() function in panda::ecmascript::PatchLoader