Home
last modified time | relevance | path

Searched defs:incCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp24 int32_t incCount) in ProfileCall()
Dpgo_profiler_info.cpp616 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, Method *jsMethod, SampleMode mode, int32_t incCount) in AddMethod()
985 …ailInfos::AddMethod(const CString &recordName, Method *jsMethod, SampleMode mode, int32_t incCount) in AddMethod()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp433 …ofileCall(uintptr_t argGlue, uintptr_t func, uintptr_t target, int32_t pcOffset, uint32_t incCount) in ProfileCall()