Searched defs:isTypedArray (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | array_bounds_check_elimination.cpp | 733 bool isTypedArray = false; in ProcessIndexCheck() local 666 LoopInvariantMotionForIndexCheck(GateRef array, GateRef length, GateRef lengthMetaData, GateRef lowerGate, int lower, GateRef upperGate, int upper, bool isTypedArray) LoopInvariantMotionForIndexCheck() argument
|
| H A D | mcr_circuit_builder.cpp | 1168 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, GateRef length, bool isTypedArray) in InsertLoadArrayLength() argument
|
| H A D | new_object_stub_builder.cpp | 2105 BRANCH(IsTypedArray(thisValue), &isTypedArray, &throwTypeError);
in CreateJSTypedArrayIterator() local
|
| H A D | typed_native_inline_lowering.cpp | 471 GateRef isTypedArray = builder_.IsTypedArray(self); in LowerTypedArrayIterator() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 2391 BRANCH(IsTypedArray(thisValue), &isTypedArray, slowPath);
in BuildArrayIterator() local
|
Completed in 24 milliseconds