Searched defs:profileData (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 28 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/ |
| D | profiling_saver.cpp | 21 … 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/ |
| D | cg_option.cpp | 35 std::string CGOptions::profileData = ""; member in maplebe::CGOptions
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_task.cpp | 104 auto profileData = profileInfoHandle->Get(hostThread_, slotId); in InstallOsrCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_option.h | 945 static std::string profileData; variable
|