Home
last modified time | relevance | path

Searched refs:CodeType (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h64 enum CodeType { GlobalCode, EvalCode, FunctionCode }; enum
206 …CodeBlock(ScriptExecutable* ownerExecutable, CodeType, JSGlobalObject*, PassRefPtr<SourceProvider>…
330 CodeType codeType() const { return m_codeType; } in codeType()
509 CodeType m_codeType;
570 …GlobalCodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalObject… in GlobalCodeBlock()
581 …ProgramCodeBlock(ProgramExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalObje… in ProgramCodeBlock()
616 …FunctionCodeBlock(FunctionExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalOb… in FunctionCodeBlock()
DCodeBlock.cpp1362 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, JSGlobalObject *globalOb… in CodeBlock()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h397 CodeType codeType() const { return m_codeType; } in codeType()
538 CodeType m_codeType;
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes.cpp69 COMPILE_ASSERT(sizeof(CodeType) == 4, CodeTypeEnumMustBe32Bit); in privateCompileCTIMachineTrampolines()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-107467 the case where the caller's caller is native code. Add a CodeType field to
29821 * kjs/ExecState.h: Moved CodeType enum and Context class here in
29829 * kjs/function.h: Removed CodeType enum.
DChangeLog-2009-06-1631119 * VM/CodeBlock.h: Moved the CodeType enum here from ExecState.h.
31167 Moved CodeType into another header.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1681358 execute functions. Declarations for these relied on the CodeType