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

1 2 3 4

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 36 void SetQuickAllocEntryPointsInstrumented(bool instrumented)
quick_alloc_entrypoints.cc 183 GENERATE_ENTRYPOINTS_FOR_ALLOCATOR_INST(suffix, Instrumented, true, allocator_type) \
218 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
219 if (instrumented) { \
265 void SetQuickAllocEntryPointsInstrumented(bool instrumented) {
266 entry_points_instrumented = instrumented;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ClassFileVersionsTest.java 91 byte[] instrumented = instrumenter.instrument(original, "TestTarget");
93 assertFrames(instrumented, frames);
StructuredLockingTest.java 44 * also hold for instrumented classes. Note that only some runtimes like Android
63 byte[] instrumented = instrumenter.instrument(source, "TestTarget");
66 new ClassReader(instrumented).accept(cn, 0);
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 32 * will be instrumented and executed. Finally the coverage information will be
116 final byte[] instrumented = instr.instrument(
119 // Now we're ready to run our instrumented class and need to startup the
125 // instrumented class definition from a byte[] instances.
127 memoryClassLoader.addDefinition(targetName, instrumented);
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 201 instrumented = GetInstrumentedPCs(binary)
202 print >> sys.stderr, "%s: found %d instrumented PCs in %s" % (prog_name,
203 len(instrumented),
207 missing = instrumented - covered
209 if (len(missing) > len(instrumented) - len(covered)):
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_cfi.s 2 # assembly files are instrumented.
  /cts/common/device-side/test-app/
Android.mk 16 # this then gets instrumented in order to test the aforementioned libraries.
  /cts/build/
device_info_package.mk 16 # Builds a package which can be instrumented to retrieve information about the device under test.
  /art/runtime/
instrumentation.cc 223 return true; // Ignore unresolved methods since they will be instrumented after resolution.
241 LOG(INFO) << "Ignoring already instrumented " << frame.Dump();
636 void Instrumentation::SetEntrypointsInstrumented(bool instrumented) {
644 SetQuickAllocEntryPointsInstrumented(instrumented);
646 alloc_entrypoints_instrumented_ = instrumented;
649 SetQuickAllocEntryPointsInstrumented(instrumented);
651 alloc_entrypoints_instrumented_ = instrumented;
    [all...]
instrumentation.h 391 // Called when an instrumented method is entered. The intended link register (lr) is saved so
398 // Called when an instrumented method is exited. Removes the pushed instrumentation frame
427 // Does not hold lock, used to check if someone changed from not instrumented to instrumented
460 void SetEntrypointsInstrumented(bool instrumented) NO_THREAD_SAFETY_ANALYSIS;
588 // Greater than 0 if quick alloc entry points instrumented.
  /art/runtime/gc/
heap.cc     [all...]
heap.h     [all...]
  /libcore/
JavaLibrary.mk 129 # For instrumented build, include Jacoco classes into core-libart.
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.0/
gradle-core-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.0-alpha1/
gradle-core-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.0-beta4/
gradle-core-1.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.0-rc1/
gradle-core-1.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.1/
gradle-core-1.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.2/
gradle-core-1.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.3/
gradle-core-1.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.4/
gradle-core-1.2.4.jar 

Completed in 396 milliseconds

1 2 3 4