Searched refs:GetStackArgsAddress (Results 1 – 2 of 2) sorted by relevance
694 JSTaggedType *argv = reinterpret_cast<JSTaggedType *>(frame->GetStackArgsAddress()); in GCIterate()709 visitor(Root::ROOT_FRAME, ObjectSlot(frame->GetStackArgsAddress())); in GCIterate()712 JSTaggedType *argv = reinterpret_cast<JSTaggedType *>(frame->GetStackArgsAddress()); in GCIterate()
1471 uintptr_t GetStackArgsAddress() in GetStackArgsAddress() function1478 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction()1567 uintptr_t GetStackArgsAddress() in GetStackArgsAddress() function1577 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction()