HomeSort by relevance Sort by last modified time
    Searched refs:instrumentation (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /art/runtime/interpreter/
interpreter_common.cc 51 // Report this field access to instrumentation if needed.
52 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
53 if (UNLIKELY(instrumentation->HasFieldReadListeners())) {
55 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
131 // Report this field access to instrumentation if needed. Since we only have the offset of
133 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation() local
231 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
337 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
    [all...]
interpreter_goto_table_impl.cc 72 * In order to limit the cost of instrumentation, we have two handler tables:
74 * handling of instrumentation.
76 * instrumentation before jumping to the corresponding "normal" instruction's handler.
78 * When instrumentation is active, the interpreter uses the "alternative" handler table. Otherwise
89 * to an index in this array of handler tables ((see Instrumentation::GetInterpreterHandlerTable).
118 // manage instrumentation before jumping to the execution handler.
119 static const void* const handlersTable[instrumentation::kNumHandlerTables][kNumPackedOpcodes] = {
154 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation() local
259 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
278 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
298 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
317 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
358 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
2401 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
    [all...]
  /art/runtime/
trace.cc 27 #include "instrumentation.h"
266 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered,
282 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited,
287 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered,
384 instrumentation::Instrumentation::kMethodEntered |
385 instrumentation::Instrumentation::kMethodExited
    [all...]
quick_exception_handler.cc 152 // instrumentation frames.
154 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
155 instrumentation->ExceptionCaughtEvent(self_, throw_location, handler_method_, handler_dex_pc_,
298 // Unwinds all instrumentation stack frame prior to catch handler or upcall.
341 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
343 instrumentation->PopMethodForUnwind(self_, is_deoptimization_)
    [all...]
instrumentation.cc 17 #include "instrumentation.h"
46 namespace instrumentation { namespace in namespace:art
57 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
58 return instrumentation->InstallStubsForClass(klass);
61 Instrumentation::Instrumentation()
75 bool Instrumentation::InstallStubsForClass(mirror::Class* klass) {
125 void Instrumentation::InstallStubsForMethod(mirror::ArtMethod* method)
311 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
413 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
    [all...]
trace.h 29 #include "instrumentation.h"
48 class Trace FINAL : public instrumentation::InstrumentationListener {
121 instrumentation::Instrumentation::InstrumentationEvent event,
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 5 """Class representing instrumentation test apk and jar."""
9 from pylib.instrumentation import test_jar
  /external/clang/tools/driver/
Makefile 35 instrumentation ipo irreader linker objcarcopts option \
  /external/droiddriver/src/com/google/android/droiddriver/
UiElement.java 25 import com.google.android.droiddriver.instrumentation.InstrumentationDriver;
53 * @see com.google.android.droiddriver.instrumentation.ViewElement#overrideClassName
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
StaticSentinelStrategy.java 23 import com.google.android.droiddriver.instrumentation.InstrumentationDriver;
  /development/apps/Development/src/com/android/development/
PackageSummary.java 167 LinearLayout instrumentation = (LinearLayout)findViewById(R.id.instrumentation); local
228 if (info.instrumentation != null) {
229 final int N = info.instrumentation.length;
231 InstrumentationInfo ii = info.instrumentation[i];
235 instrumentation.addView(view, lp);
238 instrumentation.setVisibility(View.GONE);
  /frameworks/multidex/instrumentation/
Android.mk 18 LOCAL_MODULE := android-support-multidex-instrumentation
  /packages/apps/BasicSmsReceiver/tests/
Android.mk 27 # running the tests using an instrumentation targeting Eamil, we
  /packages/apps/Browser/tests/
Android.mk 27 # running the tests using an instrumentation targeting Browser, we
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java 24 import android.app.Instrumentation;
49 private final Instrumentation mInstrumentation;
53 public IntegrationTestUtils(Instrumentation instrumentation) {
54 mInstrumentation = instrumentation;
90 * Waits for an idle sync on the main thread (see {@link Instrumentation#waitForIdle(Runnable)})
  /packages/apps/Mms/tests/
Android.mk 27 # running the tests using an instrumentation targeting Eamil, we
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
InstrumentationUiDevice.java 17 package com.google.android.droiddriver.instrumentation;
RootFinder.java 17 package com.google.android.droiddriver.instrumentation;
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov.s 1 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
asm_swap_intel.s 1 # RUN: llvm-mc %s -x86-asm-syntax=intel -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 40 + " [-j JAR_PATH] [-i INSTRUMENTATION] [-m MANIFEST_FILE] [-e EXPECTATION_FILE]"
54 String instrumentation = null; local
73 instrumentation = getArg(args, ++i, "Missing value for instrumentation");
114 runner = getElementAttribute(documentElement, "instrumentation",
116 targetNameSpace = getElementAttribute(documentElement, "instrumentation",
131 appNameSpace, appPackageName, name, runner, instrumentation, targetNameSpace,
  /frameworks/base/core/java/android/content/pm/
PackageInfo.java 140 * &lt;instrumentation&gt;} tags included under &lt;manifest&gt;,
144 public InstrumentationInfo[] instrumentation; field in class:PackageInfo
311 dest.writeTypedArray(instrumentation, parcelableFlags);
360 instrumentation = source.createTypedArray(InstrumentationInfo.CREATOR);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecSplitTests.java 19 import android.app.Instrumentation;
39 final Instrumentation instrumentation = getInstrumentation(); local
40 final Context targetContext = instrumentation.getTargetContext();
44 final Context testContext = instrumentation.getContext();
  /external/valgrind/main/callgrind/
callgrind_control.in 80 print " -i --instr=on|off Switch instrumentation state on/off\n";
347 if ($switchInstr) { $vgdbCommand = "instrumentation ".$switchInstrMode; }
417 elsif (/instrumentation: (\w+)$/) { $instrumentation = $1; }
423 if ($instrumentation eq "off") {
424 print " No information available as instrumentation is switched off.\n\n";

Completed in 2867 milliseconds

1 23 4 5 6 7