Searched refs:functionAddress (Results 1 – 4 of 4) sorted by relevance
170 uintptr_t address = sizeRec.functionAddress; in CalcCallSite()260 uintptr_t hostAddr = llvmStackMap_.stkSizeRecords[i].functionAddress; in CalculateStackMap()262 llvmStackMap_.stkSizeRecords[i].functionAddress = offset; in CalculateStackMap()
127 uintptr_t functionAddress; member132 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print()
1478 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local1479 return JSTaggedValue(*functionAddress); in GetFunction()1577 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local1578 return JSTaggedValue(*functionAddress); in GetFunction()
991 uintptr_t functionAddress = 0; in GetArkJSHeapCrashInfo() local992 if (!ReadUintptrFromAddr(pid, currentPtr, functionAddress, false)) { in GetArkJSHeapCrashInfo()995 JSTaggedValue functionValue(static_cast<JSTaggedType>(functionAddress)); in GetArkJSHeapCrashInfo()