Home
last modified time | relevance | path

Searched defs:profileData (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp28 auto profileData = profileTypeInfo_->GetIcSlot(thread_, slotId_); in AddElementHandler() local
46 uint32_t index, JSTaggedValue profileData, in AddWithoutKeyPoly()
105 auto profileData = profileTypeInfo_->GetIcSlot(thread_, slotId_); in AddHandlerWithoutKey() local
136 auto profileData = profileTypeInfo_->GetIcSlot(thread_, slotId_); in AddHandlerWithKey() local
330 auto profileData = profileTypeInfo_->GetIcSlot(thread_, slotId_); in GetICState() local
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_saver.cpp21 … std::vector<Class *> &runtimeClasses, pgo::AotProfilingData *profileData) in UpdateInlineCaches()
46 … Span<CallSiteInlineCache> &runtimeICs, pgo::AotProfilingData *profileData) in CreateInlineCaches()
83 void ProfilingSaver::AddMethod(pgo::AotProfilingData *profileData, Method *method, int32_t pandaFil… in AddMethod()
109 void ProfilingSaver::AddProfiledMethods(pgo::AotProfilingData *profileData, PandaList<Method *> &pr… in AddProfiledMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp35 std::string CGOptions::profileData = ""; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp104 auto profileData = profileInfoHandle->Get(hostThread_, slotId); in InstallOsrCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h945 static std::string profileData; variable