Searched refs:InsertLoadArrayLength (Results 1 – 3 of 3) sorted by relevance
689 length = builder_.InsertLoadArrayLength(array, lengthMetaData, isTypedArray); in LoopInvariantMotionForIndexCheck()
562 GateRef InsertLoadArrayLength(GateRef array, GateRef length, bool isTypedArray);
1161 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, GateRef length, bool isTypedArray) in InsertLoadArrayLength() function in panda::ecmascript::kungfu::CircuitBuilder