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
145 JSHandle<JSTypedArray> typedarrayObj(typedarray); in DefineOwnProperty() local
388 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementGet() local
446 JSHandle<JSTypedArray> typedarrayObj(typedArray); in IsValidIntegerIndex() local
527 JSHandle<JSTypedArray> typedarrayObj(typedArray); in FastCopyElementToArray() local
569 JSHandle<JSTypedArray> typedarrayObj(typedarray); in FastElementGet() local
619 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementSet() local
684 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastGetPropertyByIndex() local
719 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h530 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in LoadTypedArrayElement() local
605 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in StoreTypedArrayElement() local