HomeSort by relevance Sort by last modified time
    Searched refs:count_ptr (Results 1 - 12 of 12) sorted by null

  /art/runtime/openjdkjvmti/
ti_properties.h 42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
ti_stack.h 50 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr);
63 jint* count_ptr);
ti_properties.cc 93 jint* count_ptr,
95 if (count_ptr == nullptr || property_ptr == nullptr) {
139 *count_ptr = kPropertiesSize + 2;
ti_stack.cc 133 jint* count_ptr) {
149 *count_ptr = static_cast<jint>(frames.size());
162 *count_ptr = static_cast<jint>(count);
196 jint* count_ptr) {
214 if (frame_buffer == nullptr || count_ptr == nullptr) {
219 *count_ptr = 0;
232 count_ptr);
623 jint* count_ptr) {
631 if (count_ptr == nullptr) {
638 *count_ptr = closure.count
    [all...]
jvmti_weak_table-inl.h 308 jint* count_ptr,
324 if (count_ptr == nullptr) {
383 *count_ptr = static_cast<jint>(count);
jvmti_weak_table.h 108 /* out */ jint* count_ptr,
OpenjdkJvmTi.cc 273 jint* count_ptr) {
280 count_ptr);
304 static jvmtiError GetFrameCount(jvmtiEnv* env, jthread thread, jint* count_ptr) {
306 return StackUtil::GetFrameCount(env, thread, count_ptr);
447 jint* count_ptr,
462 count_ptr,
    [all...]
  /bionic/tests/
stack_unwinding_test.cpp 38 int* count_ptr = reinterpret_cast<int*>(arg); local
55 fprintf(stderr, " #%02d %p %s%+d (%s)\n", *count_ptr, ip, symbol, offset, info.dli_fname ? info.dli_fname : "??");
59 ++*count_ptr;
  /external/syslinux/core/legacynet/
dnsresolv.c 62 char *count_ptr; local
66 count_ptr = q;
75 count_ptr = q;
80 *count_ptr += 1;
84 if (*count_ptr)
  /external/valgrind/drd/tests/
annotate_smart_pointer.cpp 233 void set(T* const pT, counter_t* const count_ptr)
252 m_count_ptr = count_ptr;
253 if (count_ptr)
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 215 extern int *count_ptr;
221 int *ns::count_ptr = &count; member in class:test2::ns
  /art/runtime/openjdkjvmti/include/
jvmti.h     [all...]

Completed in 486 milliseconds