HomeSort by relevance Sort by last modified time
    Searched full:p1_t1 (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-cpu-profiler.cc 359 const v8::CpuProfile* p1_t1 = v8::CpuProfiler::FindProfile(uid1, token1); local
360 CHECK_NE(NULL, p1_t1);
361 CHECK_NE(p1, p1_t1);
367 const_cast<v8::CpuProfile*>(p1_t1)->Delete();

Completed in 38 milliseconds