Searched defs:codeBlock (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpecialPointer.cpp40 void* actualPointerFor(CodeBlock* codeBlock, Special::Pointer pointer) argument
H A DCodeBlockJettisoningWatchpoint.h42 CodeBlockJettisoningWatchpoint(CodeBlock* codeBlock) argument
H A DDeferredCompilationCallback.cpp36 void DeferredCompilationCallback::compilationDidComplete(CodeBlock* codeBlock, CompilationResult result) argument
H A DBytecodeLivenessAnalysisInlines.h35 inline bool operandIsAlwaysLive(CodeBlock* codeBlock, int operand) argument
42 inline bool operandThatIsNotAlwaysLiveIsLive(CodeBlock* codeBlock, const FastBitVector& out, int operand) argument
53 inline bool operandIsLive(CodeBlock* codeBlock, const FastBitVector& out, int operand) argument
H A DCodeBlockWithJITType.h38 CodeBlockWithJITType(CodeBlock* codeBlock, JITCode::JITType jitType) argument
H A DMethodOfGettingAValueProfile.cpp36 fromLazyOperand( CodeBlock* codeBlock, const LazyOperandValueProfileKey& key) argument
H A DProfiledCodeBlockJettisoningWatchpoint.h47 ProfiledCodeBlockJettisoningWatchpoint( CodeOrigin codeOrigin, ExitKind exitKind, CodeBlock* codeBlock) argument
H A DArrayProfile.cpp78 void ArrayProfile::computeUpdatedPrediction(const ConcurrentJITLocker&, CodeBlock* codeBlock) argument
101 CString ArrayProfile::briefDescription(const ConcurrentJITLocker& locker, CodeBlock* codeBlock) argument
H A DMethodOfGettingAValueProfile.h85 CodeBlock* codeBlock; member in struct:JSC::MethodOfGettingAValueProfile::__anon2544::__anon2545
H A DStructureStubClearingWatchpoint.cpp64 ensureReferenceAndAddWatchpoint( RefPtr<WatchpointsOnStructureStubInfo>& holderRef, CodeBlock* codeBlock, StructureStubInfo* stubInfo) argument
H A DStructureStubClearingWatchpoint.h80 WatchpointsOnStructureStubInfo(CodeBlock* codeBlock, StructureStubInfo* stubInfo) argument
94 CodeBlock* codeBlock() const { return m_codeBlock; } function in class:JSC::WatchpointsOnStructureStubInfo
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitPreparation.cpp47 CodeBlock* codeBlock = executable->baselineCodeBlockFor( local
H A DDFGCommonData.cpp39 void CommonData::notifyCompilingStructureTransition(Plan& plan, CodeBlock* codeBlock, Node* node) argument
H A DDFGDesiredIdentifiers.cpp41 DesiredIdentifiers::DesiredIdentifiers(CodeBlock* codeBlock) argument
H A DDFGDesiredTransitions.cpp37 DesiredTransition::DesiredTransition(CodeBlock* codeBlock, ScriptExecutable* codeOriginOwner, Structure* oldStructure, Structure* newStructure) argument
69 void DesiredTransitions::addLazily(CodeBlock* codeBlock, ScriptExecutable* codeOriginOwner, Structure* oldStructure, Structure* newStructure) argument
H A DDFGDesiredWeakReferences.cpp42 DesiredWeakReferences::DesiredWeakReferences(CodeBlock* codeBlock) argument
H A DDFGOSRExitCompiler.cpp49 CodeBlock* codeBlock = exec->codeBlock(); local
[all...]
H A DDFGToFTLDeferredCompilationCallback.cpp52 compilationDidBecomeReadyAsynchronously( CodeBlock* codeBlock) argument
65 compilationDidComplete( CodeBlock* codeBlock, CompilationResult result) argument
H A DDFGToFTLForOSREntryDeferredCompilationCallback.cpp55 compilationDidBecomeReadyAsynchronously( CodeBlock* codeBlock) argument
68 compilationDidComplete( CodeBlock* codeBlock, CompilationResult result) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.cpp35 void ProtoCallFrame::init(CodeBlock* codeBlock, JSScope* scope, JSObject* callee, JSValue thisValue, int argCountIncludingThis, JSValue* otherArgs) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITToDFGDeferredCompilationCallback.cpp45 compilationDidBecomeReadyAsynchronously( CodeBlock* codeBlock) argument
56 compilationDidComplete( CodeBlock* codeBlock, CompilationResult result) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntEntrypoint.cpp40 static void setFunctionEntrypoint(VM& vm, CodeBlock* codeBlock) argument
69 static void setEvalEntrypoint(VM& vm, CodeBlock* codeBlock) argument
84 static void setProgramEntrypoint(VM& vm, CodeBlock* codeBlock) argument
99 setEntrypoint(VM& vm, CodeBlock* codeBlock) argument
116 frameRegisterCountFor(CodeBlock* codeBlock) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/profiler/
H A DProfilerOrigin.cpp37 Origin::Origin(Database& database, CodeBlock* codeBlock, unsigned bytecodeIndex) argument
H A DProfilerBytecodeSequence.cpp37 BytecodeSequence::BytecodeSequence(CodeBlock* codeBlock) argument
[all...]
H A DProfilerBytecodes.cpp37 Bytecodes::Bytecodes(size_t id, CodeBlock* codeBlock) argument

Completed in 103 milliseconds

1234