Searched defs:isTypedArray (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.cpp | 667 …eRef lengthMetaData, GateRef lowerGate, int lower, GateRef upperGate, int upper, bool isTypedArray) in LoopInvariantMotionForIndexCheck() 733 bool isTypedArray = false; in ProcessIndexCheck() local
|
| D | object_operator_stub_builder.cpp | 318 Label isTypedArray(env); in LookupElementInlinedProps() local
|
| D | typed_native_inline_lowering.cpp | 445 GateRef isTypedArray = builder_.IsTypedArray(glue, self); in LowerTypedArrayIterator() local
|
| D | new_object_stub_builder.cpp | 2422 Label isTypedArray(env); in CreateJSTypedArrayIterator() local
|
| D | mcr_circuit_builder.cpp | 1328 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, GateRef length, bool isTypedArray) in InsertLoadArrayLength()
|
| D | stub_builder.cpp | 9154 Label isTypedArray(env); in HasProperty() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | convertors-napi.cpp | 42 bool isTypedArray(napi_env env, napi_value value) in isTypedArray() function
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 351 isTypedArray(tsType: ts.Type, allowTypeArrays: string[]): boolean { method in TsUtils
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1056 Label isTypedArray(env); in ArrayIteratorNext() local
|
| D | builtins_typedarray_stub_builder.cpp | 2368 Label isTypedArray(env); in BuildArrayIterator() local
|