OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSystemProperties
(Results
1 - 12
of
12
) sorted by null
/art/openjdkjvmti/
ti_properties.h
42
static jvmtiError
GetSystemProperties
(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
ti_properties.cc
92
jvmtiError PropertiesUtil::
GetSystemProperties
(jvmtiEnv* env,
ti_search.cc
62
static art::ObjPtr<art::mirror::Object>
GetSystemProperties
(art::Thread* self,
98
art::ObjPtr<art::mirror::Object> props_obj =
GetSystemProperties
(self, class_linker);
OpenjdkJvmTi.cc
[
all
...]
/art/test/922-properties/
properties.cc
36
jvmtiError result = jvmti_env->
GetSystemProperties
(&count, &properties);
/art/tools/wrapagentproperties/
wrapagentproperties.cc
161
jvmtiError res = funcs->original_interface->
GetSystemProperties
(env, &init_cnt, &init_prop_ptr);
223
new_iface->
GetSystemProperties
= WrapGetSystemProperties;
/art/openjdkjvmti/include/
jvmti.h
[
all
...]
/external/oj-libjdwp/src/share/javavm/export/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h
[
all
...]
Completed in 85 milliseconds