Home
last modified time | relevance | path

Searched defs:isArrayBuffer (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1283 Label isArrayBuffer(&builder_); in LowerTypedArrayLoadElement() local
1343 … Label *isByteArray, Label *isArrayBuffer, Label *exit) in BuildTypedArrayLoadElement()
1487 Label isArrayBuffer(&builder_); in LowerTypedArrayStoreElement() local
1494 GateRef value, Label *isByteArray, Label *isArrayBuffer, Label *exit) in OptStoreElementByOnHeapMode()
1540 … Label *isByteArray, Label *isArrayBuffer, Label *exit) in BuildTypedArrayStoreElement()
1588 Label isArrayBuffer(&builder_); in LowerUInt8ClampedArrayStoreElement() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp1272 bool isArrayBuffer = false; in TransferArrayBufferToStatic() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3196 Label isArrayBuffer(env); in GenTypedArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1174 bool JSValueRef::IsDetachedArraybuffer(const EcmaVM *vm, bool &isArrayBuffer) in IsDetachedArraybuffer()
1188 void JSValueRef::DetachedArraybuffer(const EcmaVM *vm, bool &isArrayBuffer) in DetachedArraybuffer()