Home | History | Annotate | Download | only in src

Lines Matching refs:unoptimized

8231   Code* unoptimized = function->shared()->code();
8233 unoptimized->kind() == Code::FUNCTION) {
8237 unoptimized->set_allow_osr_at_loop_nesting_level(
8278 // We have hit a back edge in an unoptimized frame for a function that was
8279 // selected for on-stack replacement. Find the unoptimized code object.
8280 Handle<Code> unoptimized(function->shared()->code(), isolate);
8282 bool succeeded = unoptimized->optimizable();
8287 // deoptimized so that we are currently in an unoptimized activation.
8300 // unoptimized code.
8304 ASSERT(frame->LookupCode() == *unoptimized);
8305 ASSERT(unoptimized->contains(frame->pc()));
8307 // Use linear search of the unoptimized code's stack check table to find
8309 Address start = unoptimized->instruction_start();
8311 Address table_cursor = start + unoptimized->stack_check_table_offset();
8353 // Revert to the original stack checks in the original unoptimized code.
8373 Deoptimizer::RevertStackCheckCode(*unoptimized,
8378 unoptimized->set_allow_osr_at_loop_nesting_level(0);
8381 // smi. This tells the builtin that we need to translate the unoptimized
10475 // Find source position in unoptimized code.