Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_info.cpp29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeRegAndOffsetVec> &ret, in CalCallSiteInfo() function in panda::ecmascript::AOTFileInfo
H A 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/
H A Dmachine_code.cpp227 std::tuple<uint64_t, uint8_t*, int, kungfu::CalleeRegAndOffsetVec> MachineCode::CalCallSiteInfo() const in CalCallSiteInfo() function in panda::ecmascript::MachineCode
H A Dheap.cpp2600 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> Heap::CalCallSiteInfo(uintptr_t retAddr) const in CalCallSiteInfo() function in panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) const in CalCallSiteInfo() function in panda::ecmascript::FrameIterator
H A Decma_context.cpp1218 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> EcmaContext::CalCallSiteInfo( in CalCallSiteInfo() function in panda::ecmascript::EcmaContext

Completed in 10 milliseconds