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.cpp101 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()
Dllvm_stackmap_type.h124 uintptr_t functionAddress; member
129 LOG_COMPILER(DEBUG) << " functionAddress:0x" << std::hex << functionAddress; in Print()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp475 uintptr_t functionAddress = 0; in GetArkJSHeapCrashInfo() local
476 if (!ReadUintptrFromAddr(pid, currentPtr, functionAddress, false)) { in GetArkJSHeapCrashInfo()
479 JSTaggedValue functionValue(static_cast<JSTaggedType>(functionAddress)); in GetArkJSHeapCrashInfo()
/arkcompiler/ets_runtime/ecmascript/
Dframes.h1451 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local
1452 return JSTaggedValue(*functionAddress); in GetFunction()
1545 auto functionAddress = reinterpret_cast<JSTaggedType *>(GetStackArgsAddress()); in GetFunction() local
1546 return JSTaggedValue(*functionAddress); in GetFunction()