Searched defs:jitType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockWithJITType.h38 CodeBlockWithJITType(CodeBlock* codeBlock, JITCode::JITType jitType) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDriver.h41 inline bool jitCompileIfAppropriate(ExecState* exec, OwnPtr<CodeBlockType>& codeBlock, JITCode& jitCode, JITCode::JITType jitType, unsigned bytecodeIndex, JITCompilationEffort effort) argument
78 inline bool jitCompileFunctionIfAppropriate(ExecState* exec, OwnPtr<FunctionCodeBlock>& codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck, JITCode::JITType jitType, unsigned bytecodeIndex, JITCompilationEffort effort) argument
H A DJITCode.h65 static JITType nextTierJIT(JITType jitType) argument
71 static bool isOptimizingJIT(JITType jitType) argument
76 static bool isBaselineCode(JITType jitType) argument
87 JITCode(const CodeRef ref, JITType jitType) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutionHarness.h39 inline bool prepareForExecution(ExecState* exec, OwnPtr<CodeBlockType>& codeBlock, JITCode& jitCode, JITCode::JITType jitType, unsigned bytecodeIndex) argument
54 inline bool prepareFunctionForExecution(ExecState* exec, OwnPtr<FunctionCodeBlock>& codeBlock, JITCode& jitCode, MacroAssemblerCodePtr& jitCodeWithArityCheck, JITCode::JITType jitType, unsigned bytecodeIndex, CodeSpecializationKind kind) argument
H A DExecutable.cpp178 inline const char* samplingDescription(JITCode::JITType jitType) argument
193 JSObject* EvalExecutable::compileInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
309 JSObject* ProgramExecutable::compileInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
521 compileForCallInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
557 compileForConstructInternal(ExecState* exec, JSScope* scope, JITCode::JITType jitType, unsigned bytecodeIndex) argument
[all...]

Completed in 116 milliseconds