Home
last modified time | relevance | path

Searched refs:functions (Results 76 – 93 of 93) sorted by relevance

1234

/art/test/1955-pop-frame-jit-called/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/1956-pop-frame-jit-calling/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/1953-pop-frame/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/993-breakpoints/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/939-hello-transformation-bcp/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/tools/jvmti-agents/list-extensions/
DREADME.md4 functions and events.
18 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:104] Found 13 extension functions
37 …ity support only. Agents should prefer to use relevant JVMTI events and functions above listening …
/art/runtime/jni/
Djni_env_ext.cc87 functions = GetFunctionTable(check_jni_); in JNIEnvExt()
92 functions = GetRuntimeShutdownNativeInterface(); in SetFunctionsToRuntimeShutdownFunctions()
121 functions = GetFunctionTable(enabled); in SetCheckJniEnabled()
297 env->functions = JNIEnvExt::GetFunctionTable(check_jni); in ThreadResetFunctionTable()
Djava_vm_ext.cc517 functions = unchecked_functions_; in JavaVMExt()
738 functions = enabled ? GetCheckJniInvokeInterface() : unchecked_functions_; in SetCheckJniEnabled()
Djni_internal_test.cc2514 memcpy(&env_override, env_->functions, sizeof(JNINativeInterface)); in TEST_F()
2516 gOriginalEnv = env_->functions; in TEST_F()
/art/test/980-redefine-object/
Dinfo.txt1 Tests basic functions in the jvmti plugin.
/art/tools/jvmti-agents/ti-fast/
DREADME.md96 events either require the use of other functions in order to be called
/art/build/
DAndroid.bp47 // We have lots of C-style variadic functions, and are OK with them. JNI ensures
216 // clang-tidy complains about functions like:
/art/test/ti-agent/
Dredefinition_helper.cc121 decltype(jvmti->functions->RedefineClasses) entrypoint = nullptr; in CallRedefineEntrypoint()
123 entrypoint = jvmti->functions->RedefineClasses; in CallRedefineEntrypoint()
/art/libnativeloader/
Dnative_loader_test.cpp304 env->functions = CreateJNINativeInterface(); in SetUp()
320 delete env->functions; in TearDown()
/art/tools/ahat/
DREADME.txt31 * Consistently document functions.
/art/dt_fd_forward/
Ddt_fd_forward.cc784 transport->functions = &gTransportInterface; in jdwpTransport_OnLoad()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1411 functions = &gJvmtiInterface; in ArtJvmTiEnv()
/art/test/
DAndroid.bp431 // This includes the remaining test functions. We should try to refactor things to

1234