Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.h51 …void PUBLIC_API ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo,
Djit_profiler.cpp32 void JITProfiler::ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInf… in ProfileBytecode() function in panda::ecmascript::JITProfiler
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map226 panda::ecmascript::JITProfiler::ProfileBytecode*;
374 panda::ecmascript::JITProfiler::ProfileBytecode*;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp109 jitProfiler_->ProfileBytecode(compilationEnv_->GetJSThread(), profileTypeInfo, nullptr, in Compile()
Dts_inline_lowering.cpp753 compilationEnv_->GetPGOProfiler()->GetJITProfile()->ProfileBytecode( in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h124 void ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue funcValue);
Dpgo_profiler.cpp611 ProfileBytecode(abcId, recordName, funcValue); in HandlePGOPreDump()
660 ProfileBytecode(abcId, recordName, value); in HandlePGODumpByDumpThread()
713 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcVa… in ProfileBytecode() function in panda::ecmascript::pgo::PGOProfiler