Searched refs:Int32DivWithCheck (Results 1 – 4 of 4) sorted by relevance
28 … V(Int32DivWithCheck, INT32_DIV_WITH_CHECK, GateFlags::CHECKABLE, 1, 1, 2) \
654 GateRef CircuitBuilder::Int32DivWithCheck(GateRef left, GateRef right) in Int32DivWithCheck() function in panda::ecmascript::kungfu::CircuitBuilder660 GateRef ret = GetCircuit()->NewGate(circuit_->Int32DivWithCheck(), in Int32DivWithCheck()
384 result = builder_.Int32DivWithCheck(left, right); in VisitNumberDiv()
485 GateRef Int32DivWithCheck(GateRef left, GateRef right);