Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp219 Method *destMethod, 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()
230destMethod->SetNativePointerOrBytecodeArray(const_cast<void *>(srcMethodLiteral->GetNativePointer(… in ReplaceMethod()
231 destMethod->SetConstantPool(thread, srcConstpool); in ReplaceMethod()
232 destMethod->SetProfileTypeInfo(thread, JSTaggedValue::Undefined()); in ReplaceMethod()
233 destMethod->SetAotCodeBit(false); in ReplaceMethod()
Dpatch_loader.h81 Method *destMethod,