Home
last modified time | relevance | path

Searched defs:isTypedArray (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp733 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 Dmcr_circuit_builder.cpp1168 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, GateRef length, bool isTypedArray) in InsertLoadArrayLength() argument
H A Dnew_object_stub_builder.cpp2105 BRANCH(IsTypedArray(thisValue), &isTypedArray, &throwTypeError); in CreateJSTypedArrayIterator() local
H A Dtyped_native_inline_lowering.cpp471 GateRef isTypedArray = builder_.IsTypedArray(self); in LowerTypedArrayIterator() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2391 BRANCH(IsTypedArray(thisValue), &isTypedArray, slowPath); in BuildArrayIterator() local

Completed in 24 milliseconds