Lines Matching defs:entry
59 Handle<Object> entry =
65 if (entry->IsTheHole()) {
68 DCHECK(entry->IsTuple2());
69 DCHECK(Handle<Tuple2>::cast(entry)->value2().IsSmi());
70 FunctionStatusFlags status(Smi::ToInt(Handle<Tuple2>::cast(entry)->value2()));
80 Handle<Object> entry =
86 if (entry->IsTheHole()) {
96 DCHECK(entry->IsTuple2());
97 DCHECK(Handle<Tuple2>::cast(entry)->value2().IsSmi());
98 FunctionStatusFlags status(Smi::ToInt(Handle<Tuple2>::cast(entry)->value2()));
101 Handle<Tuple2>::cast(entry)->set_value2(Smi::FromInt(status));
103 handle(function->shared(), isolate), entry);