Searched refs:IsOptimizedWithBitField (Results 1 – 7 of 7) sorted by relevance
823 Branch(IsOptimizedWithBitField(bitfield), &slowCall, &slowPath); in GenerateCircuit()870 Branch(IsOptimizedWithBitField(bitfield), &slowCall1, &slowPath1); in GenerateCircuit()
2260 inline GateRef StubBuilder::IsOptimizedWithBitField(GateRef bitfield) in IsOptimizedWithBitField() function2262 return env_->GetBuilder()->IsOptimizedWithBitField(bitfield); in IsOptimizedWithBitField()
604 GateRef IsOptimizedWithBitField(GateRef bitfield);
565 inline GateRef IsOptimizedWithBitField(GateRef bitfield);
652 inline GateRef CircuitBuilder::IsOptimizedWithBitField(GateRef bitfield) in IsOptimizedWithBitField() function
3055 builder_.Branch(builder_.IsOptimizedWithBitField(bitfield), &slowCall, &slowPath); in LowerFastCall()
5483 Branch(IsOptimizedWithBitField(bitfield), &methodisAot, &methodNotAot); in JSCallDispatch()