Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:inlined

1665         Possible Gtk build fix - use ALWAYS_INLINE on functions that were inlined.
1716 * wtf/text/WTFString.cpp: Remove implementations of functions to be inlined.
5046 Inlined toThisString and toThisJSString to avoid virtual function call overhead
5065 (JSC::JSValue::toThisJSString): Added the inlined implementation.
10521 Add some ALWAYS_INLINE for key functions not inlined by some versions of GCC.
12631 Try to fix the windows build: don't export this inlined function.
12639 Inlined JSCell's operator new.
16347 (JSC::JIT::emit_op_next_pname): Inlined code generation for op_next_pname.
16973 (JSC::Yarr::executeRegex): Inlined a few things that Shark said
17374 Inlined a few math operations.
17839 Inlined some object creation code, including lexicalGlobalObject access
17873 * runtime/JSGlobalObject.h: Inlined array and object construction.
19657 (JSC::Heap::heap): Inlined this function because it's trivial.