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,
66 Object* raw_info = shared_code->type_feedback_info();
163 Code* shared_code = shared->code(); local
175 if (shared_code->kind() != Code::FUNCTION) continue;
179 shared_code->allow_osr_at_loop_nesting_level() == 0) {
183 shared_code->set_allow_osr_at_loop_nesting_level(i);
193 int ticks = shared_code->profiler_ticks();
196 if (shared_code->CodeSize() > allowance) {
197 if (ticks < 255) shared_code->set_profiler_ticks(ticks + 1);
199 int nesting = shared_code->allow_osr_at_loop_nesting_level()
    [all...]
runtime-profiler.h 31 bool CodeSizeOKForOSR(Code* shared_code);
debug.cc 2062 Code* shared_code = function->shared()->code(); local
    [all...]

Completed in 97 milliseconds