Home
last modified time | relevance | path

Searched refs:ReplacedMethod (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.h72 struct ReplacedMethod { struct
76 std::size_t operator()(const ReplacedMethod &replacedMethod) const in operator ()()
82 bool operator==(const ReplacedMethod &replacedMethod) const in operator ==()
101 CUnorderedMap<ReplacedMethod, CString, ReplacedMethod::Hash> replacedPatchMethods;
H A Dpatch_loader.cpp155 ReplacedMethod replacedMethod {baseMethodId, baseFileName}; in UnloadPatchInternal()
259 ReplacedMethod replacedMethod {methodId, fileName}; in UpdateJSFunction()
275 ReplacedMethod replacedMethod {methodId, fileName}; in UpdateJSFunction()
355 ReplacedMethod replacedMethod {patchMethodId, patchFileName}; in FindAndReplaceSameMethod()
416 ReplacedMethod replacedMethod {patchMethodId, patchFileName}; in FindAndReplaceClassLiteral()

Completed in 2 milliseconds