Home | History | Annotate | Download | only in mips

Lines Matching refs:SMI

651   data->SetInlinedFunctionCount(Smi::FromInt(inlined_function_count_));
660 data->SetOsrAstId(Smi::FromInt(info_->osr_ast_id()));
661 data->SetOsrPcOffset(Smi::FromInt(osr_pc_offset_));
666 data->SetAstId(i, Smi::FromInt(env->ast_id()));
667 data->SetTranslationIndex(i, Smi::FromInt(env->translation_index()));
669 Smi::FromInt(env->arguments_stack_height()));
670 data->SetPc(i, Smi::FromInt(env->pc_offset()));
1246 // If the object is a smi return the object.
1263 Smi* index = instr->index();
1504 if (expected.Contains(ToBooleanStub::SMI)) {
1509 // If we need a map later and have a Smi -> deopt.
1682 // If the expression is known to be untagged or a smi, then it's definitely
1709 // the map. The object has already been smi checked.
2057 // A Smi is not instance of anything.
2156 // On MIPS there is no need for a "no inlined smi code" marker (nop).
2658 __ Xor(temp, result, Operand(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR)));
2818 __ li(scratch1(), Operand(Smi::FromInt(instr->hydrogen()->flags())));
2997 // Smi check.
2999 // If smi, handle it directly.
3724 // Push the index as a smi. This is safe because of the checks in
3728 __ Addu(scratch, zero_reg, Operand(Smi::FromInt(const_index)));
3956 // Smi check.
3988 // Smi to double register conversion
4099 // Smi to int32 conversion.
4271 // Both smi and heap number cases are handled.
4424 __ li(a2, Operand(Smi::FromInt(instr->hydrogen()->literal_index())));
4566 __ li(a0, Operand(Smi::FromInt(size)));
4586 __ li(a3, Operand(Smi::FromInt(instr->hydrogen()->literal_index())));
4591 __ li(a1, Operand(Smi::FromInt(flags)));
4634 __ li(t2, Operand(Smi::FromInt(instr->hydrogen()->literal_index())));
4649 __ li(a0, Operand(Smi::FromInt(size)));
4834 Operand(Smi::FromInt(StackFrame::CONSTRUCT)));
4847 Operand(Smi::FromInt(StackFrame::ARGUMENTS_ADAPTOR)));
4891 __ li(strict, Operand(Smi::FromInt(strict_mode_flag())));