Searched refs:object_result_ptr (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | jvmti_weak_table-inl.h | 310 jobject** object_result_ptr, 339 initial_object_size = (object_result_ptr != nullptr) ? tagged_objects_.size() : 0; 368 if (object_result_ptr != nullptr) { 378 if (object_result_ptr != nullptr) { 379 *object_result_ptr = selected_objects.Release();
|
D | jvmti_weak_table.h | 111 /* out */ jobject** object_result_ptr,
|
D | OpenjdkJvmTi.cc | 455 jobject** object_result_ptr, in GetObjectsWithTags() argument 470 object_result_ptr, in GetObjectsWithTags()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1594 jobject** object_result_ptr, 1999 jobject** object_result_ptr, in GetObjectsWithTags() 2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags()
|