Lines Matching refs:info
73 info()->receiver()->Lookup(*name, &lookup);
75 ASSERT(lookup.holder() == *info()->receiver());
77 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map());
119 info()->receiver()->Lookup(*name, &lookup);
121 ASSERT(lookup.holder() == *info()->receiver());
123 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map());
157 info()->AddBailout(accumulator1(), scratch0()); // Left, right.
162 Label* bailout = info()->AddBailout(scratch0(), accumulator0());
167 Label* bailout = info()->AddBailout(accumulator1(), accumulator0());
190 Label* bailout_to_beginning = info()->AddBailout();
192 if (info()->has_this_properties()) {
197 ASSERT(info()->has_receiver() && info()->receiver()->IsHeapObject());
198 Handle<HeapObject> object = Handle<HeapObject>::cast(info()->receiver());
206 if (info()->has_globals()) {
211 ASSERT(info()->has_global_object());
212 Handle<Map> map(info()->global_object()->map());