Home
last modified time | relevance | path

Searched refs:object_result_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Djvmti_weak_table-inl.h310 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();
Djvmti_weak_table.h111 /* out */ jobject** object_result_ptr,
DOpenjdkJvmTi.cc455 jobject** object_result_ptr, in GetObjectsWithTags() argument
470 object_result_ptr, in GetObjectsWithTags()
/art/openjdkjvmti/include/
Djvmti.h1594 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()