HomeSort by relevance Sort by last modified time
    Searched refs:instrumented (Results 1 - 25 of 29) sorted by null

1 2

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 38 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
quick_alloc_entrypoints.cc 129 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, Instrumented, true, allocator_type) \
164 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
165 if (instrumented) { \
211 void SetQuickAllocEntryPointsInstrumented(bool instrumented) {
212 entry_points_instrumented = instrumented;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
InstrumentingLoader.java 61 final byte[] instrumented;
63 instrumented = instrumenter.instrument(bytes, name);
67 final Class<?> c = defineClass(name, instrumented, 0,
68 instrumented.length);
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 3 rem building instrumented binaries, then running the testsuite, and
5 rem Note, after the first instrumented run, one can just keep on
30 rem build the instrumented version
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 3 rem building instrumented binaries, then running the testsuite, and
5 rem Note, after the first instrumented run, one can just keep on
30 rem build the instrumented version
  /build/make/core/
jacoco.mk 65 # make a task that zips only the classes that will be instrumented
77 my_instrumented_path := $(my_files)/work/instrumented/classes
78 my_instrumented_timestamp_path := $(my_files)/work/instrumented/updated.stamp
93 # make a task that zips both the instrumented classes and the uninstrumented
94 # classes (this jar is the instrumented application to execute)
105 # copy instrumented files back into the resultant jar
envsetup.mk 257 # For instrumented build, if Jacoco is not being included statically
258 # in instrumented packages then include Jacoco classes into the
    [all...]
java_common.mk 323 # For instrumented build, if Jacoco is not being included statically
324 # in instrumented packages then include Jacoco classes into the
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ClassFileVersionsTest.java 97 byte[] instrumented = instrumenter.instrument(original, "TestTarget");
99 assertFrames(instrumented, frames);
ResizeInstructionsTest.java 123 final byte[] instrumented = instrumenter.instrument(original,
125 new TargetLoader().add(className, instrumented);
CyclomaticComplexityTest.java 257 final byte[] instrumented = new Instrumenter(runtime).instrument(bytes,
260 target = (Target) loader.add(clazz, instrumented).newInstance();
StructuredLockingTest.java 45 * 2.11.10 of the JVM Spec</a> do also hold for instrumented classes.
68 byte[] instrumented = instrumenter.instrument(source, "TestTarget");
71 new ClassReader(instrumented).accept(cn, 0);
  /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
BootstrapMethodReferenceTest.java 86 final byte[] instrumented = instrumenter.instrument(original,
88 assertEquals(42, run(className, instrumented));
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 32 * will be instrumented and executed. Finally the coverage information will be
117 final byte[] instrumented = instr.instrument(original, targetName);
120 // Now we're ready to run our instrumented class and need to startup the
126 // instrumented class definition from a byte[] instances.
128 memoryClassLoader.addDefinition(targetName, instrumented);
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 206 instrumented = GetInstrumentedPCs(binary)
207 print >> sys.stderr, "%s: found %d instrumented PCs in %s" % (prog_name,
208 len(instrumented),
212 missing = instrumented - covered
214 if (len(missing) > len(instrumented) - len(covered)):
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_cfi.s 2 # assembly files are instrumented.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_cfi.s 2 # assembly files are instrumented.
  /cts/build/
device_info_package.mk 16 # Builds a package which can be instrumented to retrieve information about the device under test.
  /build/soong/java/
jacoco.go 51 // combines the classes in tmpJar with inputJar (preferring the instrumented classes in tmpJar)
  /art/runtime/
instrumentation.cc 311 // pushed when executing the instrumented interpreter bridge. So method
333 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
    [all...]
instrumentation.h 470 // Called when an instrumented method is entered. The intended link register (lr) is saved so
480 // Called when an instrumented method is exited. Removes the pushed instrumentation frame
520 // Does not hold lock, used to check if someone changed from not instrumented to instrumented
566 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
708 // Greater than 0 if quick alloc entry points instrumented
    [all...]
  /build/soong/cc/
pgo.go 239 // This module should be instrumented if ANDROID_PGO_INSTRUMENT is set
sanitize.go 343 // Keep libc instrumented so that recovery can run hwasan-instrumented code if necessary.
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/u-boot/
Kconfig 67 and link code instrumented for coverage analysis.

Completed in 3208 milliseconds

1 2