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
385 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementGet() local
436 JSHandle<JSTypedArray> typedarrayObj(typedArray); in IsValidIntegerIndex() local
504 JSHandle<JSTypedArray> typedarrayObj(typedArray); in FastCopyElementToArray() local
541 JSHandle<JSTypedArray> typedarrayObj(typedarray); in FastElementGet() local
588 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementSet() local
653 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastGetPropertyByIndex() local
685 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastSetPropertyByIndex() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h541 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in LoadTypedArrayElement() local
612 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in StoreTypedArrayElement() local