Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h199 JSHandle<ProfileTypeInfo> NewProfileTypeInfo(uint32_t length);
Dobject_factory.cpp2640 JSHandle<ProfileTypeInfo> ObjectFactory::NewProfileTypeInfo(uint32_t length) in NewProfileTypeInfo() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h968 JSHandle<ProfileTypeInfo> profileTypeInfo = factory->NewProfileTypeInfo(icSlotSize); in RuntimeNotifyInlineCache()