Home | History | Annotate | Download | only in src

Lines Matching full:inlined

762         // of it's code and non-optimized version of all inlined functions.
763 // This is required to support bailing out from inlined code.
773 JSFunction* inlined = reinterpret_cast<JSFunction*>(literals->get(i));
774 collector->MarkObject(inlined->unchecked_shared()->unchecked_code());