Home
last modified time | relevance | path

Searched refs:functionAddress (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.cpp170 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()
Dllvm_stackmap_type.h127 uintptr_t functionAddress; member
132 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print()
/arkcompiler/ets_runtime/ecmascript/
Dframes.h1478 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local
1479 return JSTaggedValue(*functionAddress); in GetFunction()
1577 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local
1578 return JSTaggedValue(*functionAddress); in GetFunction()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp991 uintptr_t functionAddress = 0; in GetArkJSHeapCrashInfo() local
992 if (!ReadUintptrFromAddr(pid, currentPtr, functionAddress, false)) { in GetArkJSHeapCrashInfo()
995 JSTaggedValue functionValue(static_cast<JSTaggedType>(functionAddress)); in GetArkJSHeapCrashInfo()