Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Smi

66   size_t Insert(Smi* smi);
81 // associated with the first reservation. Each entry's Smi value can be
88 // Sets the jump table entry at |index| to |smi|. Note that |index| is the
90 void SetJumpTableSmi(size_t index, Smi* smi);
98 // SMI value.
99 size_t CommitReservedEntry(OperandSize operand_size, Smi* value);
114 explicit Entry(Smi* smi) : smi_(smi), tag_(Tag::kSmi) {}
146 void SetJumpTableSmi(Smi* smi) {
149 smi_ = smi;
159 Smi* smi_;
189 index_t AllocateReservedEntry(Smi* value);
230 ZoneMap<Smi*, index_t> smi_map_;
231 ZoneVector<std::pair<Smi*, index_t>> smi_pairs_;