Home
last modified time | relevance | path

Searched defs:callSiteInfo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/litecg/
Dlitecg_stackmap_type.h46 void AppendCallSiteInfo(const LiteCGStackMapType::Pc2CallSiteInfo &callSiteInfo) in AppendCallSiteInfo()
Dlitecg_stackmap_type.cpp49 for (const auto &callSiteInfo : pc2CallSiteInfoVec_) { in ConvertToLLVMStackMapInfo() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_parser.cpp82 LLVMStackMapType::CallSiteInfo& callSiteInfo = pc2CallSiteInfo.find(pc)->second; in CalcCallSite() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp92 void SavePC2CallSiteInfo(void *object, uint64_t pc, std::vector<uint8_t> callSiteInfo) in SavePC2CallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp127 …auto callSiteInfo = const_cast<JSThread *>(thread_)->GetCurrentEcmaContext()->CalCallSiteInfo(retA… in CalCallSiteInfo() local
408 AOTFileInfo::CallSiteInfo callSiteInfo; in Advance() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp599 void EAConnectionGraph::TouchCallSite(uint32 callSiteInfo) in TouchCallSite()
609 uint32 callSiteInfo) in CreateActualNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp286 void CodeInfo::SavePC2CallSiteInfo(uint64_t pc, std::vector<uint8_t> callSiteInfo) in SavePC2CallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h767 uint32 callSiteInfo; variable