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.cpp28 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in AddElementHandler() local
46 uint32_t index, JSTaggedValue profileData, in AddWithoutKeyPoly()
105 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in AddHandlerWithoutKey() local
136 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in AddHandlerWithKey() local
320 auto profileData = profileTypeInfo_->GetIcSlot(slotId_); in GetICState() local
/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.cpp101 auto profileData = profileInfoHandle->Get(slotId); in InstallOsrCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h945 static std::string profileData; variable