Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp25 auto profileData = profileTypeInfo_->Get(slotId_); in AddElementHandler() local
49 auto profileData = profileTypeInfo_->Get(slotId_); in AddHandlerWithoutKey() local
99 auto profileData = profileTypeInfo_->Get(slotId_); in AddHandlerWithKey() local
245 auto profileData = profileTypeInfo_->Get(slotId_); in GetICState() 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.h1666 static std::string profileData; variable