Home
last modified time | relevance | path

Searched refs:ProfileBytecode (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.h51 void PUBLIC_API ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo,
H A Djit_profiler.cpp32 void JITProfiler::ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo, in ProfileBytecode() function in panda::ecmascript::JITProfiler
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h124 void ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue funcValue);
H A Dpgo_profiler.cpp620 ProfileBytecode(abcId, recordName, funcValue); in HandlePGOPreDump()
669 ProfileBytecode(abcId, recordName, value); in HandlePGODumpByDumpThread()
722 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcValue) in ProfileBytecode() function in panda::ecmascript::pgo::PGOProfiler
724 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "PGOProfiler::ProfileBytecode"); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpass_manager.cpp109 jitProfiler_->ProfileBytecode(compilationEnv_->GetJSThread(), profileTypeInfo, nullptr, in Compile()
H A Dts_inline_lowering.cpp753 compilationEnv_->GetPGOProfiler()->GetJITProfile()->ProfileBytecode( in CalleePFIProcess()

Completed in 12 milliseconds