Lines Matching refs:cast
42 : handle(ObjectHashTable::cast(
62 : handle(Handle<ObjectHashTable>::cast(table)->Lookup(
69 DCHECK(Handle<Tuple2>::cast(entry)->value2().IsSmi());
70 FunctionStatusFlags status(Smi::ToInt(Handle<Tuple2>::cast(entry)->value2()));
83 : handle(Handle<ObjectHashTable>::cast(table)->Lookup(
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));
102 table = ObjectHashTable::Put(Handle<ObjectHashTable>::cast(table),
116 handle(ObjectHashTable::cast(
125 Smi::cast(Handle<Tuple2>::cast(value)->value2()).value() ==