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

  /external/v8/test/cctest/
test-cpu-profiler.cc 198 i::Code* frame1_code = CreateCode(&env); local
210 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame1_code, "bbb");
214 EnqueueTickSampleEvent(processor.get(), frame1_code->instruction_start());
218 frame1_code->instruction_start() + frame2_code->ExecutableSize() / 2);
223 frame1_code->instruction_end() - 1);
    [all...]

Completed in 152 milliseconds