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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp348 void *FunctionBody; // Beginning of the function's allocation. member in struct:__anon8763::JITEmitter::EmittedCode
351 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {}
797 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin;
1024 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 350 milliseconds