HomeSort by relevance Sort by last modified time
    Searched defs:newFunction (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 335 Function *newFunction = Function::Create(funcType,
341 newFunction->setDoesNotThrow();
343 newFunction->getBasicBlockList().push_back(newRootNode);
346 Function::arg_iterator AI = newFunction->arg_begin();
356 TerminatorInst *TI = newFunction->begin()->getTerminator();
372 AI = newFunction->arg_begin();
391 return newFunction;
411 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer,
417 LLVMContext &Context = newFunction->getContext();
448 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 93 void moveCodeToFunction(Function *newFunction);
95 void emitCallAndSwitchStatement(Function *newFunction,
297 Function *newFunction = Function::Create(funcType,
303 newFunction->setDoesNotThrow(true);
305 newFunction->getBasicBlockList().push_back(newRootNode);
308 Function::arg_iterator AI = newFunction->arg_begin();
318 TerminatorInst *TI = newFunction->begin()->getTerminator();
335 AI = newFunction->arg_begin();
354 return newFunction;
375 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 265 milliseconds