Searched refs:FunctionBody (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp343 void *FunctionBody; // Beginning of the function's allocation. member in struct:__anon7448::JITEmitter::EmittedCode
346 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {}
792 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin;
1019 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody);
/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h106 typedef int FunctionBody; typedef in class:JSC::SyntaxChecker
H A DASTBuilder.h102 typedef FunctionBodyNode* FunctionBody; typedef in class:JSC::ASTBuilder
H A DJSParser.cpp65 #define TreeFunctionBody typename TreeBuilder::FunctionBody

Completed in 184 milliseconds