Lines Matching refs:nof
8774 TNode<Smi> nof = GetNumberOfElements<Dictionary>(dictionary);
8775 TNode<Smi> new_nof = SmiAdd(nof, SmiConstant(1));
9361 TNode<Uint32T> nof =
9363 Lookup<DescriptorArray>(unique_name, descriptors, nof, if_found,
15356 TVARIABLE(Uint32T, nof, Uint32Constant(0));
15358 nof = mta.Load(meta_table,
15363 return ChangeInt32ToIntPtr(nof.value());
15404 TNode<Uint32T> nof = mta.Load(
15409 TNode<Uint32T> used = Uint32Add(nof, nod);
15411 TNode<Uint32T> inc_nof = Uint32Add(nof, Uint32Constant(1));
15426 TNode<Uint32T> nof = mta.Load(
15432 TNode<Uint32T> new_nof = Uint32Sub(nof, Uint32Constant(1));