Home
last modified time | relevance | path

Searched defs:CalCallSiteInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeReg… in CalCallSiteInfo() function in panda::ecmascript::AOTFileInfo
Daot_file_manager.cpp329 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in CalCallSiteInfo() function in panda::ecmascript::AOTFileManager
/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.cpp234 std::tuple<uint64_t, uint8_t*, int, kungfu::CalleeRegAndOffsetVec> MachineCode::CalCallSiteInfo(uin… in CalCallSiteInfo() function in panda::ecmascript::MachineCode
Dheap.cpp2553 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> Heap::CalCallSiteInfo(uintptr_t… in CalCallSiteInfo() function in panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool i… in CalCallSiteInfo() function in panda::ecmascript::FrameIterator
Decma_context.cpp1219 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> EcmaContext::CalCallSiteInfo( in CalCallSiteInfo() function in panda::ecmascript::EcmaContext