Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp220 MethodLiteral *srcMethodLiteral, in ReplaceMethod() argument
227 destMethod->SetCallField(srcMethodLiteral->GetCallField()); in ReplaceMethod()
228 destMethod->SetLiteralInfo(srcMethodLiteral->GetLiteralInfo()); in ReplaceMethod()
229 destMethod->SetCodeEntryOrLiteral(reinterpret_cast<uintptr_t>(srcMethodLiteral)); in ReplaceMethod()
230 …destMethod->SetNativePointerOrBytecodeArray(const_cast<void *>(srcMethodLiteral->GetNativePointer(… in ReplaceMethod()
Dpatch_loader.h82 MethodLiteral *srcMethodLiteral,