Searched refs:methodIsFastCall (Results 1 – 2 of 2) sorted by relevance
701 Label methodIsFastCall(env); in GenerateCircuit() local721 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, ¬FastCall); in GenerateCircuit()722 Bind(&methodIsFastCall); in GenerateCircuit()
5314 Label methodIsFastCall(env); in JSCallDispatch() local5324 Branch(CanFastCallWithBitField(bitfield), &methodIsFastCall, &methodNotFastCall); in JSCallDispatch()5325 Bind(&methodIsFastCall); in JSCallDispatch()