Home
last modified time | relevance | path

Searched refs:jvmti (Results 301 – 324 of 324) sorted by relevance

1...<<111213

/art/test/1950-unprepared-transform/
Dunprepared_transform.cc40 extern "C" JNIEXPORT void ClassLoadCallback(jvmtiEnv* jvmti ATTRIBUTE_UNUSED, in ClassLoadCallback()
/art/openjdkjvmti/include/
DCPPLINT.cfg18 exclude_files=^jvmti[.]h$
/art/test/1974-resize-array/
Dexpected.txt74 Test jvmti-tags
79 Test jvmti-tags with obsolete
Dresize_array.cc187 [](jvmtiEnv* jvmti, jlong tag) { in Java_art_Test1974_StartCollectFrees()
189 CHECK_EQ(jvmti->GetEnvironmentLocalStorage(reinterpret_cast<void**>(&dat)), in Java_art_Test1974_StartCollectFrees()
/art/test/testrunner/
Dtestrunner.py399 jni, image, debuggable, jvmti, cdex_level = config_tuple
414 test_name += jvmti + '-'
420 image, debuggable, jvmti, cdex_level, address_size}
499 if jvmti == 'jvmti-stress':
501 elif jvmti == 'field-stress':
503 elif jvmti == 'trace-stress':
505 elif jvmti == 'redefine-stress':
507 elif jvmti == 'step-stress':
/art/test/
DAndroid.bp390 "1934-jvmti-signal-thread/signal_threads.cc",
483 "//cts/hostsidetests/jvmti:__subpackages__",
658 "//cts/hostsidetests/jvmti:__subpackages__",
662 "jvmti-common/Redefinition.java",
663 "jvmti-common/Main.java",
664 "jvmti-common/Trace.java",
665 "jvmti-common/Breakpoint.java",
666 "jvmti-common/Suspension.java",
667 "jvmti-common/Locals.java",
668 "jvmti-common/StackTrace.java",
[all …]
Drun-test583 run_args+=(--no-app-image --jvmti-redefine-stress)
586 run_args+=(--no-app-image --jvmti-step-stress)
589 run_args+=(--no-app-image --jvmti-field-stress)
592 run_args+=(--no-app-image --jvmti-trace-stress)
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md18 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/dump-jvmti-state/
DAndroid.bp21 srcs: ["dump-jvmti.cc"],
DREADME.md19 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/test/980-redefine-object/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/tools/jvmti-agents/chain-agents/
DREADME.md24 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/jit-load/
DREADME.md16 * If using `libartd.so`, make sure to use the debug version of jvmti and agent.
/art/tools/jvmti-agents/enable-vlog/
DREADME.md87 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/test/912-classes/
Dclasses.cc384 jvmtiEnv* jvmti, in RunEventThread() argument
407 CheckJvmtiError(jvmti, jvmti->RunAgentThread(thread.get(), in RunEventThread()
435 static void AgentThreadTest(jvmtiEnv* jvmti ATTRIBUTE_UNUSED, in AgentThreadTest()
/art/tools/jvmti-agents/field-null-percent/
DREADME.md25 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md38 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/ti-fast/
DREADME.md103 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/openjdkjvmti/
Dti_method.cc558 CommonLocalVariableClosure(jvmtiEnv* jvmti, jint depth, jint slot) in CommonLocalVariableClosure() argument
559 : jvmti_(jvmti), result_(ERR(INTERNAL)), depth_(depth), slot_(slot) {} in CommonLocalVariableClosure()
797 GetLocalVariableClosure(jvmtiEnv* jvmti, in GetLocalVariableClosure() argument
802 : CommonLocalVariableClosure(jvmti, depth, slot), in GetLocalVariableClosure()
966 SetLocalVariableClosure(jvmtiEnv* jvmti, in SetLocalVariableClosure() argument
972 : CommonLocalVariableClosure(jvmti, depth, slot), caller_(caller), type_(type), val_(val) {} in SetLocalVariableClosure()
/art/tools/jvmti-agents/field-counts/
DREADME.md28 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/titrace/
DREADME.md15 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md70 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/libdexfile/
DAndroid.bp287 // Make dex_instruction_list.h available for tools/jvmti-agents/titrace
/art/test/utils/
Dregen-test-files95 art-run-test-1934-jvmti-signal-thread

1...<<111213