Home
last modified time | relevance | path

Searched defs:typedarrayObj (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp88 JSHandle<JSTypedArray> typedarrayObj(typedarray); in HasProperty() local
142 JSHandle<JSTypedArray> typedarrayObj(typedarray); in DefineOwnProperty() local
377 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementGet() local
439 JSHandle<JSTypedArray> typedarrayObj(typedArray); in IsValidIntegerIndex() local
517 JSHandle<JSTypedArray> typedarrayObj(typedArray); in FastCopyElementToArray() local
554 JSHandle<JSTypedArray> typedarrayObj(typedarray); in FastElementGet() local
601 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementSet() local
668 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastGetPropertyByIndex() local
699 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h581 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in LoadTypedArrayElement() local
660 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in StoreTypedArrayElement() local