Home | History | Annotate | Download | only in src

Lines Matching refs:shared_code

2062             Code* shared_code = function->shared()->code();
2063 if (shared_code->kind() == Code::FUNCTION &&
2064 shared_code->has_debug_break_slots()) {
2065 function->ReplaceCode(shared_code);