Home
last modified time | relevance | path

Searched refs:InsertLoadArrayLength (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp681 length = builder_.InsertLoadArrayLength(array, isTypedArray); in LoopInvariantMotionForIndexCheck()
Dcircuit_builder.h488 GateRef InsertLoadArrayLength(GateRef array, bool isTypedArray);
Dmcr_circuit_builder.cpp991 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, bool isTypedArray) in InsertLoadArrayLength() function in panda::ecmascript::kungfu::CircuitBuilder