Searched refs:copyValue (Results 1 - 25 of 29) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DFieldCopier.java11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException { method in class:FieldCopier
H A DLenientCopyTool.java41 fieldCopier.copyValue(from, mock, field);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DNoAliasAnalysis.cpp67 virtual void copyValue(Value *From, Value *To) {} function in struct:__anon18482::NoAA
H A DAliasDebugger.cpp125 virtual void copyValue(Value *From, Value *To) { function in class:__anon18455::AliasDebugger
127 AliasAnalysis::copyValue(From, To);
H A DAliasAnalysis.cpp63 void AliasAnalysis::copyValue(Value *From, Value *To) { function in class:AliasAnalysis
65 AA->copyValue(From, To);
H A DAliasSetTracker.cpp518 // copyValue - This method should be used whenever a preexisting value in the
523 void AliasSetTracker::copyValue(Value *From, Value *To) { function in class:AliasSetTracker
525 AA.copyValue(From, To);
605 AST->copyValue(getValPtr(), V);
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
H A DLenientCopyToolTest.java152 copyValue(anyObject(), anyObject(), any(Field.class));
158 verify(tool.fieldCopier, atLeast(3)).copyValue(any(), any(), any(Field.class));
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLICM.cpp338 CurAST->copyValue(&I, C);
554 CurAST->copyValue(&I, NewPHIs[i]);
656 AST.copyValue(LI, V);
813 AST->copyValue(From, To);
H A DGVN.cpp1241 AA->copyValue(LI, NewPHIs[i]);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp141 unsigned copyValue(unsigned Reg);
391 return copyValue(Reg);
397 return copyValue(Reg);
424 return copyValue(Reg);
454 return copyValue(Reg);
473 return copyValue(Reg);
515 unsigned WebAssemblyFastISel::copyValue(unsigned Reg) { function in class:WebAssemblyFastISel
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
H A DGlobalsModRef.cpp154 virtual void copyValue(Value *From, Value *To);
597 void GlobalsModRef::copyValue(Value *From, Value *To) { function in class:GlobalsModRef
598 AliasAnalysis::copyValue(From, To);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasAnalysis.h504 /// copyValue - This method should be used whenever a preexisting value in the
510 virtual void copyValue(Value *From, Value *To);
527 copyValue(Old, New);
H A DAliasSetTracker.h383 /// copyValue - This method should be used whenever a preexisting value in the
389 void copyValue(Value *From, Value *To);
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp585 // copyValue - This method should be used whenever a preexisting value in the
590 void AliasSetTracker::copyValue(Value *From, Value *To) { function in class:AliasSetTracker
671 AST->copyValue(getValPtr(), V);
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp379 CurAST->copyValue(&I, C);
831 AST.copyValue(LI, V);
1134 AST->copyValue(From, To);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DArgumentPromotion.cpp704 AA.copyValue(OrigLoad->getOperand(0), V);
714 AA.copyValue(OrigLoad, Args.back());
885 AA.copyValue(Constant::getNullValue(Type::getInt32Ty(F->getContext())),
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h399 void copyValue(Value *From, Value *To);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp427 if (AA) AA->copyValue(PN, NewPHI);
H A DLoopSimplify.cpp673 if (AA) AA->copyValue(PN, NewPN);
H A DPromoteMemoryToRegister.cpp222 /// each alloca that is of pointer type, we keep track of what to copyValue
1006 AST->copyValue(PointerAllocaValues[AllocaNo], PN);
/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp250 /// pointer type, we keep track of what to copyValue to the inserted PHI
868 AST->copyValue(PointerAllocaValues[AllocaNo], PN);
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 419 milliseconds

12