Home | History | Annotate | Download | only in x64

Lines Matching refs:not_smi

1347     Condition not_smi = NegateCondition(masm->CheckSmi(rbx));
1348 __ Check(not_smi, "Unexpected initial map for InternalArray function");
1382 Condition not_smi = NegateCondition(masm->CheckSmi(rbx));
1383 __ Check(not_smi, "Unexpected initial map for Array function");
1416 Condition not_smi = NegateCondition(masm->CheckSmi(rbx));
1417 __ Check(not_smi, "Unexpected initial map for Array function");