HomeSort by relevance Sort by last modified time
    Searched refs:shared_code (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
runtime-profiler.cc 60 static void GetICCounts(Code* shared_code, int* ic_with_type_info_count,
66 Object* raw_info = shared_code->type_feedback_info();
174 Code* shared_code = shared->code(); local
186 if (shared_code->kind() != Code::FUNCTION) continue;
198 int ticks = shared_code->profiler_ticks();
201 if (shared_code->CodeSize() > allowance) {
202 if (ticks < 255) shared_code->set_profiler_ticks(ticks + 1);
223 int ticks = shared_code->profiler_ticks();
225 shared_code->set_profiler_ticks(0);
228 shared_code->set_profiler_ticks(ticks + 1)
    [all...]
runtime-profiler.h 35 bool CodeSizeOKForOSR(Code* shared_code);
debug.cc 1993 Code* shared_code = function->shared()->code(); local
    [all...]

Completed in 92 milliseconds