Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp22 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in AddElementHandler() local
70 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in AddHandlerWithoutKey() local
101 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in AddHandlerWithKey() local
251 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in GetICState() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp106 auto profileData = profileInfoHandle->Get(slotId); in InstallOsrCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp41 std::string CGOptions::profileData = ""; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1717 static std::string profileData; variable