Searched refs:CodeType (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | CodeBlock.h | 64 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()
|
D | CodeBlock.cpp | 1362 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, JSGlobalObject *globalOb… in CodeBlock()
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 397 CodeType codeType() const { return m_codeType; } in codeType() 538 CodeType m_codeType;
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITOpcodes.cpp | 69 COMPILE_ASSERT(sizeof(CodeType) == 4, CodeTypeEnumMustBe32Bit); in privateCompileCTIMachineTrampolines()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 7467 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.
|
D | ChangeLog-2009-06-16 | 31119 * VM/CodeBlock.h: Moved the CodeType enum here from ExecState.h. 31167 Moved CodeType into another header.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 81358 execute functions. Declarations for these relied on the CodeType
|