Searched refs:srcMethodLiteral (Results 1 – 2 of 2) sorted by relevance
220 MethodLiteral *srcMethodLiteral, 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()
82 MethodLiteral *srcMethodLiteral,