Home | History | Annotate | Download | only in cctest

Lines Matching refs:CHECK_EQ

120   CHECK_EQ(aaa_str, entry1->name());
123 CHECK_EQ("bbb", entry2->name());
126 CHECK_EQ("5", entry3->name());
127 CHECK_EQ(NULL, generator.code_map()->FindEntry(ToAddress(0x1400)));
130 CHECK_EQ("ddd", entry4->name());
131 CHECK_EQ(NULL, generator.code_map()->FindEntry(ToAddress(0x1600)));
173 CHECK_EQ(1, top_down_root_children->length());
174 CHECK_EQ("bbb", top_down_root_children->last()->entry()->name());
177 CHECK_EQ(1, top_down_bbb_children->length());
178 CHECK_EQ("5", top_down_bbb_children->last()->entry()->name());
181 CHECK_EQ(1, top_down_stub_children->length());
182 CHECK_EQ("ddd", top_down_stub_children->last()->entry()->name());
185 CHECK_EQ(0, top_down_ddd_children->length());
189 CHECK_EQ(3, bottom_up_root_children_unsorted->length());
193 CHECK_EQ("5", bottom_up_root_children[0]->entry()->name());
194 CHECK_EQ("bbb", bottom_up_root_children[1]->entry()->name());
195 CHECK_EQ("ddd", bottom_up_root_children[2]->entry()->name());
198 CHECK_EQ(1, bottom_up_stub_children->length());
199 CHECK_EQ("bbb", bottom_up_stub_children->last()->entry()->name());
202 CHECK_EQ(0, bottom_up_bbb_children->length());
205 CHECK_EQ(1, bottom_up_ddd_children->length());
206 CHECK_EQ("5", bottom_up_ddd_children->last()->entry()->name());
209 CHECK_EQ(1, bottom_up_ddd_stub_children->length());
210 CHECK_EQ("bbb", bottom_up_ddd_stub_children->last()->entry()->name());
264 CHECK_EQ(1 + i::TickSample::kMaxFramesCount, actual_depth); // +1 for PC.
272 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
274 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
278 CHECK_EQ(1, CpuProfiler::GetProfilesCount());
280 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
285 CHECK_EQ(2, CpuProfiler::GetProfilesCount());
287 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
292 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
294 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
304 CHECK_EQ(0, v8::CpuProfiler::GetProfilesCount());
309 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
311 CHECK_EQ(p1, v8::CpuProfiler::FindProfile(uid1));
313 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
314 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
320 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
323 CHECK_EQ(p2, v8::CpuProfiler::FindProfile(uid2));
324 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
329 CHECK_EQ(2, v8::CpuProfiler::GetProfilesCount());
332 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
333 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
335 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
336 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
337 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
339 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
340 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid3));
341 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
342 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
350 CHECK_EQ(0, v8::CpuProfiler::GetProfilesCount());
355 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
357 CHECK_EQ(p1, v8::CpuProfiler::FindProfile(uid1));
362 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
364 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
365 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1));
366 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid1, token1));
368 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
375 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
384 CHECK_EQ(2, v8::CpuProfiler::GetProfilesCount());
387 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
389 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
390 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
391 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
393 CHECK_EQ(1, v8::CpuProfiler::GetProfilesCount());
394 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid2));
395 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
397 CHECK_EQ(0, CpuProfiler::GetProfilesCount());
398 CHECK_EQ(NULL, v8::CpuProfiler::FindProfile(uid3));