Searched defs:CalCallSiteInfo (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | aot_file_info.cpp | 29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeRegAndOffsetVec> &ret, in CalCallSiteInfo() function in panda::ecmascript::AOTFileInfo
|
| H A D | aot_file_manager.cpp | 329 AOTFileInfo::CallSiteInfo AOTFileManager::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) in CalCallSiteInfo() function in panda::ecmascript::AOTFileManager
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | machine_code.cpp | 227 std::tuple<uint64_t, uint8_t*, int, kungfu::CalleeRegAndOffsetVec> MachineCode::CalCallSiteInfo() const in CalCallSiteInfo() function in panda::ecmascript::MachineCode
|
| H A D | heap.cpp | 2600 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 D | frames.cpp | 125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool isDeopt) const in CalCallSiteInfo() function in panda::ecmascript::FrameIterator
|
| H A D | ecma_context.cpp | 1218 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> EcmaContext::CalCallSiteInfo( in CalCallSiteInfo() function in panda::ecmascript::EcmaContext
|
Completed in 10 milliseconds