Home
last modified time | relevance | path

Searched refs:CheckMethodHot (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h62 bool CheckMethodHot(const std::string &className) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp428 bool Profile::CheckMethodHot(const std::string &className) const in CheckMethodHot() function in maple::Profile
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2079 isHot = cg->GetMIRModule()->GetProfile().CheckMethodHot(klassJavaDescriptor); in GetHotAndColdMetaSymbolInfo()