Searched refs:ProfileBytecode (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_profiler.h | 51 void PUBLIC_API ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo,
|
H A D | jit_profiler.cpp | 32 void JITProfiler::ProfileBytecode(JSThread *thread, const JSHandle<ProfileTypeInfo> &profileTypeInfo, in ProfileBytecode() function in panda::ecmascript::JITProfiler
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.h | 124 void ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue funcValue);
|
H A D | pgo_profiler.cpp | 620 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 D | pass_manager.cpp | 109 jitProfiler_->ProfileBytecode(compilationEnv_->GetJSThread(), profileTypeInfo, nullptr, in Compile()
|
H A D | ts_inline_lowering.cpp | 753 compilationEnv_->GetPGOProfiler()->GetJITProfile()->ProfileBytecode( in CalleePFIProcess()
|
Completed in 12 milliseconds