Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dlitecg_stackmap_type.h46 void AppendCallSiteInfo(const LiteCGStackMapType::Pc2CallSiteInfo &callSiteInfo) in AppendCallSiteInfo()
Dlitecg_stackmap_type.cpp23 for (const auto &callSiteInfo : pc2CallSiteInfoVec_) { in ConvertToLLVMStackMapInfo() local
Dllvm_stackmap_parser.cpp88 LLVMStackMapType::CallSiteInfo& callSiteInfo = pc2CallSiteInfo.find(pc)->second; in CalcCallSite() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp75 void SavePC2CallSiteInfo(void *object, uint64_t pc, std::vector<uint64_t> callSiteInfo) in SavePC2CallSiteInfo()
/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/
Dllvm_codegen.cpp231 void CodeInfo::SavePC2CallSiteInfo(uint64_t pc, std::vector<uint64_t> callSiteInfo) in SavePC2CallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h767 uint32 callSiteInfo; variable
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp982 auto callSiteInfo = loader->CalCallSiteInfo(retAddr); in CalCallSiteInfo() local