Lines Matching full:moved
41 Having moved most of their functionality into the RepatchBuffer class,
45 badness, burried in the middle of AbstractMacroAssembler. Having moved
572 * GNUmakefile.am: Moved DateMath with all other wtf kin.
2669 (JSC::Debugger::recompileAllJSFunctions): Moved this function here from
2730 * parser/Nodes.cpp: Moved the comment explaining emitBytecode in here.
2814 (JSC::JSFunction::JSFunction): Moved the structure version of this in
2816 (JSC::JSFunction::isHostFunction): Moved this in here from the header.
2818 (JSC::JSFunction::setBody): Moved this in here. It's not hot enough that
3114 Moved functions that relate to the JIT but don't explicitly do codegen
3181 Moved JITStubCall* into its own header.
3677 (JSC::FunctionBodyNode::createNativeThunk): Moved the code that
3698 (JSC::JSGlobalData::createNativeThunk): Moved arena manipulation into the
4817 (JSC::isIdentStart): Moved here.
4819 (JSC::isIdentPart): Moved here.
4820 (JSC::singleEscape): Moved here, and removed some unneeded cases.
4821 (JSC::Lexer::record8): Moved here.
4822 (JSC::Lexer::record16): Moved here.
4925 Moved the #ifdef down and always offer the function.
5159 Moved node constructors into the header.
5230 tree, and then moved it into $$GENERATED_SOURCES_DIR, which did not
5248 Moved all the JIT stub related code into one place.
5636 (JSC::Lexer::makeIdentifier): Moved up higher in the file.
5637 (JSC::Lexer::matchPunctuator): Moved up higher in the file and changed to
5639 (JSC::Lexer::isLineTerminator): Moved up higher in the file and changed to
5643 (JSC::Lexer::isIdentStart): Moved up higher in the file. Changed to use
5646 (JSC::Lexer::singleEscape): Moved up higher in the file.
5647 (JSC::Lexer::convertOctal): Moved up higher in the file.
5648 (JSC::Lexer::convertHex): Moved up higher in the file. Changed to use
5651 (JSC::Lexer::record8): Moved up higher in the file.
5652 (JSC::Lexer::record16): Moved up higher in the file.
5677 matchPunctuator. Added copyCoodeWithoutBOMs and currentOffset. Moved the
5800 (JSC::Lexer::setCode): Moved below shift() so it can inline.
7181 Moved settings from these files to the new .vsprops files. Note that
7668 (isSSE2Present): Moved to the head of file.
9561 Moved large inline functions out of the class declaration, to make it
10340 (JSC::Structure::getEnumerablePropertyNames): Moved some code into helper
10395 Moved vptr storage from Interpreter to JSGlobalData, so it could be shared
10396 between Interpreter and JITStubs, and moved the *Trampoline JIT stubs
10527 Also, moved timeout checking into its own class, located in JSGlobalData,
10737 Created JITStubs.h/.cpp, and moved Interpreter::cti_* into JITStubs.cpp.
10739 Functions that the Interpreter and JITStubs share moved to Operations.h/.cpp.
11612 Bug 23713: COMPILE_ASSERTS should be moved out of TypeTraits.h and into .cpp file
11628 Moved the compile asserts into TypeTraits.cpp file.
12012 * wtf/TypeTraits.h: Moved RemovePointer, IsPod, IsInteger to this file.
13456 Moved GTK and WX up in #if sequence because they could come with WIN_OS too,
13636 Since date time functions have moved here, now the wx port JSC
13710 * runtime/DatePrototype.cpp: Moved LocaleDateTimeFormat enum outside #if
13810 Moved currentTime() to from WebCore to WTF.
14233 (JSC::ProgramNode::emitBytecode): Moved.
14234 (JSC::ProgramNode::generateBytecode): Moved.
14235 (JSC::EvalNode::create): Moved.
15424 * wtf/HashFunctions.h: Moved the definition of PHI here and renamed to stringHashingStartValue
16715 and I just moved it in randomNumber(), as special case for PLATFORM(DARWIN).
17859 (JSC::WREC::Parser::parseAlternative): Moved pattern character sequence
18668 (JSC::WREC::Generator::): Moved an enum to the top of the class definition,
19180 * JavaScriptCore.pri: Moved -O3 setting into the .pro files.
19965 Moved all assembly from WREC.cpp into WRECGenerator helper functions.
20374 Moved the JmpSrc and JmpDst class definitions to the top of the X86
20781 Moved VM/CTI.* => jit/JIT.*.
20803 Moved runtime/ExecState.* => interpreter/CallFrame.*.
20854 Moved VM/SamplingTool.* => bytecode/SamplingTool.*.
20881 Moved VM/ExceptionHelpers.cpp => runtime/ExceptionHelpers.cpp.
20896 Moved VM/RegisterFile.cpp => interpreter/RegisterFile.cpp.
20936 Moved:
20964 Moved VM/Machine.cpp => interpreter/Interpreter.cpp.
20980 Moved VM/Machine.h => interpreter/Interpreter.h
21015 Moved runtime/Interpreter.cpp => runtime/Completion.cpp.
21017 Moved functions from Interpreter.h to Completion.h, and removed
21215 Moved masm => assembler and split "AssemblerBuffer.h" out of "X86Assembler.h".
22412 Moved all WREC-related code into WREC.cpp and put it in a WREC namespace.
24040 (JSC::Machine::cti_vm_throw): Moved the throw logic into a function, since
24512 * wtf/AVLTree.h: Moved to WTF namespace, Removed "KJS_" from include guards.
24595 protected or public. Removed unused NodeStack typedef. Moved the
24599 Moved isReturnNode from Node to StatementNode. Removed the
25512 all in JavaScriptCore, so it should be moved to WebCore::Console, its
25713 Moved the CallIdentifier hash function out of the WTF namespace;
26653 * wtf/Platform.h: Moved sampling #defines here, since our custom is to
27158 (JSC::JSObject::getOwnPropertySlot): Moved so that functions are above the
27159 functions that call them. Moved the guts of this function into
27716 * kjs/JSValue.h: Moved static member function so they are no longer
27779 (JSC::Machine::cti_op_construct_NotJSConstruct): Moved the cast to
28032 (JSC::fastIsNumber): Moved isImmediate check here instead of
28911 (JSC::): Moved a bunch of declarations around to enable compilation of
30653 (JSC::ExecState::dynamicGlobalObject): Moved here from ExecState for benefit of inlining.
31119 * VM/CodeBlock.h: Moved the CodeType enum here from ExecState.h.
31167 Moved CodeType into another header.
31208 (JSC::JSGlobalObject::init): Moved creation of the global scope
31210 Moved the initialization of the call frame in here since it requires
31441 three inline functions that Geoff just moved here.
31454 (JSC::stripHostCallFrameBit): Moved some things to the header so
32589 * kjs/JSActivation.cpp: Moved copyRegisters to the header to make it inline.
32591 (JSC::JSActivation::copyRegisters): Moved here. Also removed the registerArraySize
32607 * kjs/JSVariableObject.cpp: Moved copyRegisterArray and setRegisters to the
32611 (JSC::JSVariableObject::copyRegisterArray): Moved here ot make it inline.
32612 (JSC::JSVariableObject::setRegisters): Moved here to make it inline. Also
33480 * kjs/Arguments.cpp: Moved ArgumentsData in here. Eliminated the
33496 Moved ArgumentsData into the .cpp file.
38184 * VM/JSPropertyNameIterator.cpp: Moved functions out of here.
38186 (KJS::JSPropertyNameIterator::JSPropertyNameIterator): Moved
38590 * VM/CodeGenerator.h: Moved IdentifierRepHash to the KJS namespace since
38625 (KJS::JSObject::mark): Moved mark tracing code elsewhere, to make this
38652 * kjs/SymbolTable.h: Moved IdentifierRepHash to KJS namespace, as above.
38713 * kjs/Shell.cpp: Moved SamplingTool dumping outside the loop. This allows
38717 * kjs/ustring.h: Moved IdentifierRepHash here to share it.
39964 * wtf/NotFound.h: Added. Moved the notFound constant here...