Lines Matching refs:entry
739 // The frame state at block entry is determined by the frame states leaving
4053 // Check if we have an entry for the {code} in the single character string
4055 Node* entry =
4058 Node* check2 = __ TaggedEqual(entry, __ UndefinedConstant());
4061 // Use the {entry} from the {cache}.
4062 __ Goto(&done, entry);
4177 // Check if we have an entry for the {code} in the single character string
4179 Node* entry =
4182 Node* check2 = __ TaggedEqual(entry, __ UndefinedConstant());
4185 // Use the {entry} from the {cache}.
4186 __ Goto(&done, entry);
6567 Node* entry = loop.PhiAt(0);
6569 __ IntPtrEqual(entry, __ IntPtrConstant(OrderedHashMap::kNotFound));
6570 __ GotoIf(check, &done, entry);
6571 entry = __ IntAdd(
6572 __ IntMul(entry, __ IntPtrConstant(OrderedHashMap::kEntrySize)),
6577 __ IntAdd(__ WordShl(entry, __ IntPtrConstant(kTaggedSizeLog2)),
6599 __ Goto(&done, entry);
6606 __ WordShl(entry, __ IntPtrConstant(kTaggedSizeLog2)),