Searched refs:FunctionCodeBlock (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.h41 class FunctionCodeBlock;
316 FunctionCodeBlock& generatedBytecode()
339 FunctionCodeBlock& generatedBytecodeForCall()
360 FunctionCodeBlock& generatedBytecodeForConstruct()
390 OwnPtr<FunctionCodeBlock> m_codeBlockForCall;
391 OwnPtr<FunctionCodeBlock> m_codeBlockForConstruct;
H A DExecutable.cpp248 m_codeBlockForCall = adoptPtr(new FunctionCodeBlock(this, FunctionCode, globalObject, source().provider(), source().startOffset(), false));
296 m_codeBlockForConstruct = adoptPtr(new FunctionCodeBlock(this, FunctionCode, globalObject, source().provider(), source().startOffset(), true));
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h610 class FunctionCodeBlock : public CodeBlock { class in namespace:JSC
616 FunctionCodeBlock(FunctionExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, bool isConstructor) function in class:JSC::FunctionCodeBlock
620 ~FunctionCodeBlock()

Completed in 85 milliseconds