Searched refs:destMethod (Results 1 – 2 of 2) sorted by relevance
219 Method *destMethod, in ReplaceMethod() argument227 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()231 destMethod->SetConstantPool(thread, srcConstpool); in ReplaceMethod()232 destMethod->SetProfileTypeInfo(thread, JSTaggedValue::Undefined()); in ReplaceMethod()233 destMethod->SetAotCodeBit(false); in ReplaceMethod()
81 Method *destMethod,