Searched refs:Instrumentation (Results 1 – 25 of 33) sorted by relevance
12
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.h | 39 class Instrumentation { 40 Instrumentation() = delete; 41 Instrumentation(const Instrumentation &) = delete; 42 Instrumentation &operator=(const Instrumentation &) = delete; 45 Instrumentation(GlobalContext *Ctx) : Ctx(Ctx) {} in Instrumentation() function 46 virtual ~Instrumentation() = default;
|
D | IceInstrumentation.cpp | 28 void Instrumentation::instrumentFunc(Cfg *Func) { in instrumentFunc() 59 void Instrumentation::instrumentInst(LoweringContext &Context) { in instrumentInst() 121 void Instrumentation::setHasSeenGlobals() { in setHasSeenGlobals() 129 LockedPtr<VariableDeclarationList> Instrumentation::getGlobals() { in getGlobals()
|
D | IceASanInstrumentation.h | 31 class ASanInstrumentation : public Instrumentation { 37 ASanInstrumentation(GlobalContext *Ctx) : Instrumentation(Ctx), RzNum(0) { in ASanInstrumentation()
|
D | IceGlobalContext.h | 47 class Instrumentation; variable 370 void setInstrumentation(std::unique_ptr<Instrumentation> Instr) { in setInstrumentation() 502 std::unique_ptr<Instrumentation> Instrumentor = nullptr;
|
D | IceCompileServer.cpp | 255 std::unique_ptr<Instrumentation> Instr(new ASanInstrumentation(Ctx.get())); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | LLVMBuild.txt | 1 ;===- ./lib/Transforms/Instrumentation/LLVMBuild.txt -----------*- Conf -*--===; 19 name = Instrumentation
|
D | CMakeLists.txt | 10 Instrumentation.cpp
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/platformutil/ |
D | DeqpPlatformCapabilityQueryInstrumentation.java | 26 import android.app.Instrumentation; 29 public class DeqpPlatformCapabilityQueryInstrumentation extends Instrumentation
|
/third_party/flutter/flutter/examples/platform_channel_swift/android/app/src/androidTest/java/com/example/platformchannel/ |
D | ExampleInstrumentedTest.java | 10 import android.app.Instrumentation; 28 final Instrumentation instr = InstrumentationRegistry.getInstrumentation(); in testBitmap()
|
/third_party/flutter/flutter/examples/platform_channel/android/app/src/androidTest/java/com/example/platformchannel/ |
D | ExampleInstrumentedTest.java | 10 import android.app.Instrumentation; 28 final Instrumentation instr = InstrumentationRegistry.getInstrumentation(); in testBitmap()
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | DeqpInstrumentation.java | 26 import android.app.Instrumentation; 32 public class DeqpInstrumentation extends Instrumentation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ |
D | CMakeLists.txt | 2 add_subdirectory(Instrumentation)
|
D | LLVMBuild.txt | 18 subdirectories = AggressiveInstCombine Coroutines IPO InstCombine Instrumentation Scalar Utils Vect…
|
/third_party/libabigail/ |
D | libabigail.pc.in | 7 Description: The ABI Generic Analysis and Instrumentation Library
|
D | README | 2 Instrumentation Library.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | LLVMBuild.txt | 21 …nalysis CodeGen Core IPO InstCombine Scalar Support Target TransformUtils Vectorize Instrumentation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LLVMBuild.txt | 22 …tCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation
|
/third_party/libabigail/doc/manuals/ |
D | libabigail-overview.rst | 6 Analysis and Instrumentation Library.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 686 "llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp", 687 "llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp", 688 "llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp", 689 "llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp", 690 "llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp", 691 "llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp", 692 "llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp",
|
D | BUILD.gn | 736 "llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp", 737 "llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp", 738 "llvm/lib/Transforms/Instrumentation/InstrOrderFile.cpp", 739 "llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp", 740 "llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp", 741 "llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp", 742 "llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp", 743 "llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp",
|
D | CMakeLists.txt | 689 ${LLVM_DIR}/lib/Transforms/Instrumentation/ControlHeightReduction.cpp 690 ${LLVM_DIR}/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp 691 ${LLVM_DIR}/lib/Transforms/Instrumentation/InstrOrderFile.cpp 692 ${LLVM_DIR}/lib/Transforms/Instrumentation/InstrProfiling.cpp 693 ${LLVM_DIR}/lib/Transforms/Instrumentation/PGOInstrumentation.cpp 694 ${LLVM_DIR}/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp 695 ${LLVM_DIR}/lib/Transforms/Instrumentation/ValueProfileCollector.cpp 696 ${LLVM_DIR}/lib/Transforms/Instrumentation/MemorySanitizer.cpp
|
/third_party/libabigail/doc/website/ |
D | mainpage.txt | 3 \mainpage The ABI Generic Analysis and Instrumentation Library
|
/third_party/node/deps/npm/node_modules/node-gyp/test/fixtures/ |
D | VS_2019_Community_workload.txt | 1 ….Icecap.Collection.Msi.Resources.Targeted","Microsoft.DiagnosticsHub.Instrumentation","Microsoft.D…
|
D | VS_2019_Preview.txt | 1 …argeted","Microsoft.IntelliTrace.FrontEnd","Microsoft.DiagnosticsHub.Instrumentation","Microsoft.D…
|
/third_party/mbedtls/docs/architecture/testing/ |
D | invasive-testing.md | 240 | Correctness | + Instrumentation generally does not affect the program's functional behavior |
|
12