Searched refs:shared_code (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime-profiler.cc60 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
[all...]
H A Druntime-profiler.h35 bool CodeSizeOKForOSR(Code* shared_code);
H A Ddebug.cc1993 Code* shared_code = function->shared()->code(); local
1994 if (shared_code->kind() == Code::FUNCTION &&
1995 shared_code->has_debug_break_slots()) {
1996 function->ReplaceCode(shared_code);

Completed in 191 milliseconds