Home | History | Annotate | Download | only in x64

Lines Matching refs:SMI

463   // Signal that we don't inline smi code before these stubs in the
570 data->SetInlinedFunctionCount(Smi::FromInt(inlined_function_count_));
579 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id()));
580 data->SetOsrPcOffset(Smi::FromInt(osr_pc_offset_));
585 data->SetAstId(i, Smi::FromInt(env->ast_id()));
586 data->SetTranslationIndex(i, Smi::FromInt(env->translation_index()));
588 Smi::FromInt(env->arguments_stack_height()));
589 data->SetPc(i, Smi::FromInt(env->pc_offset()));
1214 // If the object is a smi return the object.
1229 Smi* index = instr->index();
1404 __ SmiCompare(reg, Smi::FromInt(0));
1433 if (expected.Contains(ToBooleanStub::SMI)) {
1435 __ Cmp(reg, Smi::FromInt(0));
1439 // If we need a map later and have a Smi -> deopt.
1607 // If the expression is known to be untagged or a smi, then it's definitely
1633 // the map. The object has already been smi checked.
1949 // A Smi is not an instance of anything.
2504 Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR));
2666 __ Push(Smi::FromInt(instr->hydrogen()->flags()));
2837 // Smi check.
3535 // Push the index as a smi. This is safe because of the checks in
3537 STATIC_ASSERT(String::kMaxLength <= Smi::kMaxValue);
3540 __ Push(Smi::FromInt(const_index));
3663 __ Move(reg, Smi::FromInt(0));
3701 // Smi check.
3736 // Smi to XMM conversion
4007 // smi
4152 __ Push(Smi::FromInt(instr->hydrogen()->literal_index()));
4287 __ Push(Smi::FromInt(size));
4305 __ Push(Smi::FromInt(instr->hydrogen()->literal_index()));
4313 __ Push(Smi::FromInt(flags));
4354 __ Push(Smi::FromInt(instr->hydrogen()->literal_index()));
4368 __ Push(Smi::FromInt(size));
4420 __ Push(Handle<Smi>::cast(object));
4535 Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR));
4542 Smi::FromInt(StackFrame::CONSTRUCT));
4585 __ Push(Smi::FromInt(strict_mode_flag()));