Searched refs:GetStackArgsAddress (Results 1 – 2 of 2) sorted by relevance
673 JSTaggedType *argv = reinterpret_cast<JSTaggedType *>(frame->GetStackArgsAddress()); in GCIterate()688 visitor(Root::ROOT_FRAME, ObjectSlot(frame->GetStackArgsAddress())); in GCIterate()691 JSTaggedType *argv = reinterpret_cast<JSTaggedType *>(frame->GetStackArgsAddress()); in GCIterate()
1444 uintptr_t GetStackArgsAddress() in GetStackArgsAddress() function1451 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction()1535 uintptr_t GetStackArgsAddress() in GetStackArgsAddress() function1545 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction()