Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp89 JSHandle<JSTypedArray> typedarrayObj(typedarray); in HasProperty() local
143 JSHandle<JSTypedArray> typedarrayObj(typedarray); in DefineOwnProperty() local
378 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementGet() local
440 JSHandle<JSTypedArray> typedarrayObj(typedArray); in IsValidIntegerIndex() local
522 JSHandle<JSTypedArray> typedarrayObj(typedArray); in FastCopyElementToArray() local
559 JSHandle<JSTypedArray> typedarrayObj(typedarray); in FastElementGet() local
606 JSHandle<JSTypedArray> typedarrayObj(typedarray); in IntegerIndexedElementSet() local
673 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in FastGetPropertyByIndex() local
704 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
682 auto typedarrayObj = JSTypedArray::Cast(receiver.GetTaggedObject()); in StoreTypedArrayElement() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp949 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in SetValueByIndex() local
964 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in GetValueByIndex() local