Home | History | Annotate | Download | only in src

Lines Matching refs:heap_obj

4580   HeapObject* heap_obj = HeapObject::cast(obj);
4583 if (heap_obj->map()->is_undetectable()) {
4587 InstanceType instance_type = heap_obj->map()->instance_type();
4594 if (heap_obj->IsTrue() || heap_obj->IsFalse()) {
4597 if (heap_obj->IsNull()) {
4600 ASSERT(heap_obj->IsUndefined());
10782 HeapObject* heap_obj = NULL;
10783 while (((heap_obj = iterator.next()) != NULL) &&
10786 if (heap_obj->IsJSObject()) {
10789 JSObject* obj = JSObject::cast(heap_obj);
10899 HeapObject* heap_obj = NULL;
10900 while (((heap_obj = iterator.next()) != NULL) &&
10903 if (heap_obj->IsJSObject()) {
10904 JSObject* obj = JSObject::cast(heap_obj);