Home | History | Annotate | Download | only in x64

Lines Matching refs:info

72   info()->receiver()->Lookup(*name, &lookup);
74 ASSERT(lookup.holder() == *info()->receiver());
76 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map());
124 info()->receiver()->Lookup(*name, &lookup);
126 ASSERT(lookup.holder() == *info()->receiver());
128 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map());
165 info()->AddBailout(accumulator1(), scratch0()); // Left, right.
170 Label* bailout = info()->AddBailout(scratch0(), accumulator0());
176 Label* bailout = info()->AddBailout(accumulator1(), accumulator0());
201 Label* bailout_to_beginning = info()->AddBailout();
203 if (info()->has_this_properties()) {
208 ASSERT(info()->has_receiver() && info()->receiver()->IsHeapObject());
209 Handle<HeapObject> object = Handle<HeapObject>::cast(info()->receiver());
217 if (info()->has_globals()) {
222 ASSERT(info()->has_global_object());
223 Handle<Map> map(info()->global_object()->map());
228 VisitStatements(info()->function()->body());