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