Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h108 void ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue value);
Dpgo_profiler.cpp412 ProfileBytecode(abcId, recordName, methodValue); in HandlePGOPreDump()
457 ProfileBytecode(abcId, recordName, methodValue); in HandlePGODump()
514 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue value) in ProfileBytecode() function in panda::ecmascript::pgo::PGOProfiler