HomeSort by relevance Sort by last modified time
    Searched defs:instrumentation (Results 151 - 175 of 214) sorted by null

1 2 3 4 5 67 8 9

  /art/runtime/gc/
heap.cc 626 instrumentation::Instrumentation* const instrumentation = runtime->GetInstrumentation(); member in class:art::gc::instrumentation
631 instrumentation->InstrumentQuickAllocEntryPoints();
1566 instrumentation::Instrumentation* const instrumentation = member in class:art::gc::instrumentation
    [all...]
  /art/runtime/
thread.cc 3342 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
    [all...]
debugger.cc 77 // The key identifying the debugger to update instrumentation.
141 class DebugInstrumentationListener FINAL : public instrumentation::InstrumentationListener {
156 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is
163 // We also listen to kMethodExited instrumentation event and the current instruction is a
210 // We also listen to kMethodExited instrumentation event and the current instruction is a
288 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved);
292 return IsListeningTo(instrumentation::Instrumentation::kMethodExited);
295 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event
3234 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
3411 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
3586 instrumentation::Instrumentation* const instrumentation = member in class:art::instrumentation
3624 instrumentation::Instrumentation* const instrumentation = member in class:art::instrumentation
3661 instrumentation::Instrumentation* const instrumentation = member in class:art::instrumentation
    [all...]
  /prebuilts/sdk/28/optional/
android.test.runner.jar 
  /prebuilts/sdk/current/optional/
android.test.runner.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/misc/common/android-support-test/monitor/
monitor_release_no_deps.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner_release_no_deps.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 189 private static final String TAG_INSTRUMENTATION = "instrumentation";
529 * Cached state for parsing instrumentation to avoid GC pressure.
764 int N = p.instrumentation.size();
766 pi.instrumentation = new InstrumentationInfo[N];
768 pi.instrumentation[i] = generateInstrumentationInfo(
769 p.instrumentation.get(i), flags);
6246 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 4195 final PackageParser.Instrumentation instrumentation = local
    [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 268 milliseconds

1 2 3 4 5 67 8 9