Home
last modified time | relevance | path

Searched refs:AddObjectInfoWithMega (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h151 …void AddObjectInfoWithMega(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t…
Dpgo_profiler.cpp735 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByName()
758 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByValue()
1200 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpInstanceof()
1374 void PGOProfiler::AddObjectInfoWithMega( in AddObjectInfoWithMega() function in panda::ecmascript::pgo::PGOProfiler