Searched refs:FastGet (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | element_accessor.h | 30 static JSTaggedValue PUBLIC_API FastGet(JSHandle<TaggedArray> elements, uint32_t idx, ElementsKind kind);
|
H A D | element_accessor.cpp | 54 JSTaggedValue ElementAccessor::FastGet(JSHandle<TaggedArray> elements, uint32_t idx, ElementsKind kind) in FastGet() function in panda::ecmascript::ElementAccessor
|
H A D | js_stable_array.cpp | 1154 lowerValueHandle.Update(ElementAccessor::FastGet(elements, lower, kind)); 1155 upperValueHandle.Update(ElementAccessor::FastGet(elements, upper, kind));
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_list.h | 79 static JSTaggedValue FastGet(JSThread *thread, const int index, const JSHandle<JSAPIList> &list);
|
H A D | js_api_list.cpp | 110 JSTaggedValue JSAPIList::FastGet(JSThread *thread, const int index, const JSHandle<JSAPIList> &list) in FastGet() function in panda::ecmascript::JSAPIList
|
Completed in 5 milliseconds