Home
last modified time | relevance | path

Searched defs:count_ptr (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_properties.cc93 jint* count_ptr, in GetSystemProperties()
H A Dti_stack.cc192 jint* count_ptr) { in TranslateFrameVector()
257 jint* count_ptr) { in GetStackTrace()
722 jint* count_ptr) { in GetFrameCount()
H A DOpenjdkJvmTi.cc292 jint* count_ptr) { in GetStackTrace()
323 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) { in GetFrameCount()
454 jint* count_ptr, in GetObjectsWithTags()
1256 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties()
H A Dti_class.cc879 /*out*/jint* count_ptr, in CopyClassDescriptors()
921 /*out*/jint* count_ptr, in GetClassLoaderClassDescriptors()
/aosp12/bionic/tests/
H A Dstack_unwinding_test.cpp38 int* count_ptr = reinterpret_cast<int*>(arg); in FrameCounter() local