Searched defs:value_ptr (Results 1 - 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_properties.cc161 static jvmtiError GetLibraryPath(jvmtiEnv* env, char** value_ptr) { argument
167 return Copy(env, prop_assignment.substr(assign_pos + 1).c_str(), value_ptr);
197 *value_ptr = nullptr;
202 return Copy(env, chars.c_str(), value_ptr);
207 char** value_ptr) {
208 if (property == nullptr || value_ptr == nullptr) {
213 return GetLibraryPath(env, value_ptr);
217 return Copy(env, DefaultToDot(art::Runtime::Current()->GetClassPathString()), value_ptr);
222 return Copy(env, kProperties[i][1], value_ptr);
205 GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) argument
H A DOpenjdkJvmTi.cc517 jobject* value_ptr ATTRIBUTE_UNUSED) {
526 jobject* value_ptr ATTRIBUTE_UNUSED) {
536 jint* value_ptr ATTRIBUTE_UNUSED) {
546 jlong* value_ptr ATTRIBUTE_UNUSED) {
556 jfloat* value_ptr ATTRIBUTE_UNUSED) {
566 jdouble* value_ptr ATTRIBUTE_UNUSED) {
1488 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { argument
1490 return PropertiesUtil::GetSystemProperty(env, property, value_ptr);
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1111 jobject* value_ptr);
1118 jint* value_ptr);
1125 jlong* value_ptr);
1132 jfloat* value_ptr);
1139 jdouble* value_ptr);
1673 char** value_ptr);
1782 jobject* value_ptr);
2037 jobject* value_ptr) {
2038 return functions->GetLocalObject(this, thread, depth, slot, value_ptr);
2043 jobject* value_ptr) {
2034 GetLocalObject(jthread thread, jint depth, jint slot, jobject* value_ptr) argument
2041 GetLocalInstance(jthread thread, jint depth, jobject* value_ptr) argument
2047 GetLocalInt(jthread thread, jint depth, jint slot, jint* value_ptr) argument
2054 GetLocalLong(jthread thread, jint depth, jint slot, jlong* value_ptr) argument
2061 GetLocalFloat(jthread thread, jint depth, jint slot, jfloat* value_ptr) argument
2068 GetLocalDouble(jthread thread, jint depth, jint slot, jdouble* value_ptr) argument
2481 GetSystemProperty(const char* property, char** value_ptr) argument
[all...]

Completed in 32 milliseconds