Home
last modified time | relevance | path

Searched refs:FunctionBody (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp348 void *FunctionBody; // Beginning of the function's allocation. member
351 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {} in EmittedCode()
797 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin; in startFunction()
1024 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody); in deallocateMemForFunction()
/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h106 typedef int FunctionBody; typedef
DASTBuilder.h102 typedef FunctionBodyNode* FunctionBody; typedef
DJSParser.cpp65 #define TreeFunctionBody typename TreeBuilder::FunctionBody
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1025998 3. Moved curly braces up from FunctionBody production into parent
DChangeLog-2009-06-1630645 For ProgramNode, always establish set new dynamicGlobalObject, for FunctionBody and Eval,