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

  /external/v8/src/
runtime-profiler.h 35 bool CodeSizeOKForOSR(Code* shared_code);
runtime-profiler.cc 61 Code* shared_code = shared->code();
65 Object* raw_info = shared_code->type_feedback_info();
159 Code* shared_code = shared->code(); local
171 if (shared_code->kind() != Code::FUNCTION) continue;
183 int ticks = shared_code->profiler_ticks();
187 if (shared_code->CodeSize() > allowance &&
189 shared_code->set_profiler_ticks(ticks + 1);
210 int ticks = shared_code->profiler_ticks();
212 shared_code->set_profiler_ticks(0);
215 shared_code->set_profiler_ticks(ticks + 1)
    [all...]
code-stubs-hydrogen.cc 2015 HValue* shared_code = local
    [all...]
objects.cc 13861 Object* shared_code = local
    [all...]

Completed in 117 milliseconds