Searched defs:CalCallSiteInfo (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeReg… in CalCallSiteInfo() function in panda::ecmascript::AOTFileInfo
|
| 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/ |
| D | machine_code.cpp | 234 std::tuple<uint64_t, uint8_t*, int, kungfu::CalleeRegAndOffsetVec> MachineCode::CalCallSiteInfo(uin… in CalCallSiteInfo() function in panda::ecmascript::MachineCode
|
| D | heap.cpp | 2553 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> Heap::CalCallSiteInfo(uintptr_t… in CalCallSiteInfo() function in panda::ecmascript::Heap
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | frames.cpp | 125 std::pair<AOTFileInfo::CallSiteInfo, bool> FrameIterator::CalCallSiteInfo(uintptr_t retAddr, bool i… in CalCallSiteInfo() function in panda::ecmascript::FrameIterator
|
| D | ecma_context.cpp | 1219 std::tuple<uint64_t, uint8_t *, int, kungfu::CalleeRegAndOffsetVec> EcmaContext::CalCallSiteInfo( in CalCallSiteInfo() function in panda::ecmascript::EcmaContext
|