HomeSort by relevance Sort by last modified time
    Searched refs:FunctionBody (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 343 void *FunctionBody; // Beginning of the function's allocation.
346 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {}
792 EmittedFunctions[F.getFunction()].FunctionBody = BufferBegin;
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h 106 typedef int FunctionBody;
ASTBuilder.h 102 typedef FunctionBodyNode* FunctionBody;
    [all...]
JSParser.cpp 65 #define TreeFunctionBody typename TreeBuilder::FunctionBody
    [all...]

Completed in 513 milliseconds