Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h30 bool JSHClass::ProtoIsFastJSArray(const JSThread *thread, const JSHandle<JSTaggedValue> proto, in ProtoIsFastJSArray() function
Djs_hclass.h2072 … static inline bool ProtoIsFastJSArray(const JSThread *thread, const JSHandle<JSTaggedValue> proto,
Djs_hclass.cpp529 if (ProtoIsFastJSArray(thread, proto, hclass)) { in OptimizePrototypeForIC()