Home
last modified time | relevance | path

Searched defs:SavePC2CallSiteInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp75 void SavePC2CallSiteInfo(void *object, uint64_t pc, std::vector<uint64_t> callSiteInfo) in SavePC2CallSiteInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp231 void CodeInfo::SavePC2CallSiteInfo(uint64_t pc, std::vector<uint64_t> callSiteInfo) in SavePC2CallSiteInfo() function in panda::ecmascript::kungfu::CodeInfo