Home
last modified time | relevance | path

Searched refs:AddObjectInfoWithMega (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.h133 void AddObjectInfoWithMega(int32_t bcOffset);
H A Djit_profiler.cpp443 AddObjectInfoWithMega(bcOffset); in ConvertICByName()
653 AddObjectInfoWithMega(bcOffset); in ConvertICByValue()
821 AddObjectInfoWithMega(bcOffset); in ConvertInstanceof()
876 void JITProfiler::AddObjectInfoWithMega(int32_t bcOffset) in AddObjectInfoWithMega() function in panda::ecmascript::JITProfiler
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp974 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByName()
997 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByValue()
1039 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpICByNameWithPoly()
1509 AddObjectInfoWithMega(abcId, recordName, methodId, bcOffset); in DumpInstanceof()
1681 void PGOProfiler::AddObjectInfoWithMega( in AddObjectInfoWithMega() function in panda::ecmascript::pgo::PGOProfiler
H A Dpgo_profiler.h213 void AddObjectInfoWithMega(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset);

Completed in 9 milliseconds