Home
last modified time | relevance | path

Searched refs:count_ptr (Results 1 – 11 of 11) sorted by relevance

/art/openjdkjvmti/
Dti_stack.h52 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
65 jint* count_ptr);
Dti_properties.h42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
Dti_properties.cc93 jint* count_ptr, in GetSystemProperties() argument
95 if (count_ptr == nullptr || property_ptr == nullptr) { in GetSystemProperties()
139 *count_ptr = kPropertiesSize + 2; in GetSystemProperties()
Dti_stack.cc155 jint* count_ptr) { in TranslateFrameVector() argument
171 *count_ptr = static_cast<jint>(frames.size()); in TranslateFrameVector()
184 *count_ptr = static_cast<jint>(count); in TranslateFrameVector()
220 jint* count_ptr) { in GetStackTrace() argument
244 if (frame_buffer == nullptr || count_ptr == nullptr) { in GetStackTrace()
251 *count_ptr = 0; in GetStackTrace()
264 *count_ptr = static_cast<jint>(closure.index); in GetStackTrace()
281 count_ptr); in GetStackTrace()
689 jint* count_ptr) { in GetFrameCount() argument
709 if (count_ptr == nullptr) { in GetFrameCount()
[all …]
Dti_class.h80 jint* count_ptr,
Djvmti_weak_table-inl.h309 jint* count_ptr,
325 if (count_ptr == nullptr) {
384 *count_ptr = static_cast<jint>(count);
Dti_method.h50 jint* count_ptr,
Dti_class.cc869 /*out*/jint* count_ptr, in CopyClassDescriptors() argument
904 *count_ptr = static_cast<jint>(descriptors.size()); in CopyClassDescriptors()
911 /*out*/jint* count_ptr, in GetClassLoaderClassDescriptors() argument
918 } else if (count_ptr == nullptr || classes == nullptr) { in GetClassLoaderClassDescriptors()
927 count_ptr, in GetClassLoaderClassDescriptors()
954 return CopyClassDescriptors(env, dex_files, count_ptr, classes); in GetClassLoaderClassDescriptors()
DOpenjdkJvmTi.cc280 jint* count_ptr) { in GetStackTrace() argument
287 count_ptr); in GetStackTrace()
311 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount() argument
313 return StackUtil::GetFrameCount(env, thread, count_ptr); in GetFrameCount()
452 jint* count_ptr, in GetObjectsWithTags() argument
467 count_ptr, in GetObjectsWithTags()
1287 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() argument
1289 return PropertiesUtil::GetSystemProperties(env, count_ptr, property_ptr); in GetSystemProperties()
Djvmti_weak_table.h110 /* out */ jint* count_ptr,
/art/openjdkjvmti/include/
Djvmti.h1083 jint* count_ptr);
1542 jint* count_ptr);
1593 jint* count_ptr,
1667 jint* count_ptr,
1904 jint* count_ptr) { in GetStackTrace()
1905 …turn functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_ptr); in GetStackTrace()
1922 jint* count_ptr) { in GetFrameCount()
1923 return functions->GetFrameCount(this, thread, count_ptr); in GetFrameCount()
1998 jint* count_ptr, in GetObjectsWithTags()
2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags()
[all …]