Searched refs:functionAddress (Results 1 – 4 of 4) sorted by relevance
101 uintptr_t address = llvmStackMap_.stkSizeRecords[i].functionAddress; in CalcCallSite()190 uintptr_t hostAddr = llvmStackMap_.stkSizeRecords[i].functionAddress; in CalculateStackMap()192 llvmStackMap_.stkSizeRecords[i].functionAddress = offset; in CalculateStackMap()
124 uintptr_t functionAddress; member129 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print()
475 uintptr_t functionAddress = 0; in GetArkJSHeapCrashInfo() local476 if (!ReadUintptrFromAddr(pid, currentPtr, functionAddress, false)) { in GetArkJSHeapCrashInfo()479 JSTaggedValue functionValue(static_cast<JSTaggedType>(functionAddress)); in GetArkJSHeapCrashInfo()
1451 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local1452 return JSTaggedValue(*functionAddress); in GetFunction()1545 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local1546 return JSTaggedValue(*functionAddress); in GetFunction()