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

  /external/chromium_org/v8/test/webkit/
function-constructor-newline-after-brace.js 28 function addToFunction(oldFunction, name)
31 if (oldFunction != null) {
32 tempString = oldFunction.toString();
42 function addToFunctionWithArgument(oldFunction, name)
45 if (oldFunction != null) {
46 tempString = oldFunction.toString();
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 115 Function *oldFunction, Module *M);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 295 Function *oldFunction,
346 oldFunction->getName() + "_" +
349 if (oldFunction->doesNotThrow())
398 TI->getParent()->getParent() == oldFunction)
706 Function *oldFunction = header->getParent();
710 "codeRepl", oldFunction,
733 codeReplacer, oldFunction,
734 oldFunction->getParent());
774 // cerr << "OLD FUNCTION: " << *oldFunction;
775 // verifyFunction(*oldFunction);
    [all...]

Completed in 571 milliseconds