Home | History | Annotate | Download | only in src

Lines Matching refs:current_hash

8114     TNode<Uint32T> current_hash = LoadNameHashField(current_name);
8115 GotoIf(Word32NotEqual(current_hash, hash), if_not_found);