Home
last modified time | relevance | path

Searched defs:isTypedArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp667 …eRef lengthMetaData, GateRef lowerGate, int lower, GateRef upperGate, int upper, bool isTypedArray) in LoopInvariantMotionForIndexCheck()
733 bool isTypedArray = false; in ProcessIndexCheck() local
Dobject_operator_stub_builder.cpp318 Label isTypedArray(env); in LookupElementInlinedProps() local
Dtyped_native_inline_lowering.cpp445 GateRef isTypedArray = builder_.IsTypedArray(glue, self); in LowerTypedArrayIterator() local
Dnew_object_stub_builder.cpp2422 Label isTypedArray(env); in CreateJSTypedArrayIterator() local
Dmcr_circuit_builder.cpp1328 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, GateRef length, bool isTypedArray) in InsertLoadArrayLength()
Dstub_builder.cpp9154 Label isTypedArray(env); in HasProperty() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp42 bool isTypedArray(napi_env env, napi_value value) in isTypedArray() function
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts351 isTypedArray(tsType: ts.Type, allowTypeArrays: string[]): boolean { method in TsUtils
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1056 Label isTypedArray(env); in ArrayIteratorNext() local
Dbuiltins_typedarray_stub_builder.cpp2368 Label isTypedArray(env); in BuildArrayIterator() local