Home
last modified time | relevance | path

Searched refs:FastGet (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delement_accessor.h30 static JSTaggedValue PUBLIC_API FastGet(JSHandle<TaggedArray> elements, uint32_t idx, ElementsKind kind);
H A Delement_accessor.cpp54 JSTaggedValue ElementAccessor::FastGet(JSHandle<TaggedArray> elements, uint32_t idx, ElementsKind kind) in FastGet() function in panda::ecmascript::ElementAccessor
H A Djs_stable_array.cpp1154 lowerValueHandle.Update(ElementAccessor::FastGet(elements, lower, kind));
1155 upperValueHandle.Update(ElementAccessor::FastGet(elements, upper, kind));
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_list.h79 static JSTaggedValue FastGet(JSThread *thread, const int index, const JSHandle<JSAPIList> &list);
H A Djs_api_list.cpp110 JSTaggedValue JSAPIList::FastGet(JSThread *thread, const int index, const JSHandle<JSAPIList> &list) in FastGet() function in panda::ecmascript::JSAPIList

Completed in 5 milliseconds