Home | History | Annotate | Download | only in cctest

Lines Matching refs:FindObjectById

1170     v8::Handle<v8::Value> obj = heap_profiler->FindObjectById(ids[i]);
1178 v8::Handle<v8::Value> obj = heap_profiler->FindObjectById(ids[i]);
1696 CHECK(heap_profiler->FindObjectById(global->GetId())->IsObject());
1699 CHECK(js_global == heap_profiler->FindObjectById(global->GetId()));
1702 CHECK(heap_profiler->FindObjectById(obj->GetId())->IsObject());
1704 CHECK(js_obj == heap_profiler->FindObjectById(obj->GetId()));
1709 CHECK(js_s_prop == heap_profiler->FindObjectById(s_prop->GetId()));
1715 heap_profiler->FindObjectById(n_prop->GetId())->NumberValue());
1740 CHECK(heap_profiler->FindObjectById(prop->GetId())->IsObject());
1743 CHECK(heap_profiler->FindObjectById(prop->GetId()).IsEmpty());
2158 heap_profiler->FindObjectById(transition_info->GetId());