Searched defs:FindFieldCallbacks (Results 1 – 2 of 2) sorted by relevance
346 struct FindFieldCallbacks { in Java_art_Test906_iterateThroughHeapPrimitiveFields() struct347 explicit FindFieldCallbacks(jlong t) : tag_to_find(t) {} in Java_art_Test906_iterateThroughHeapPrimitiveFields() function349 static jint JNICALL HeapIterationCallback([[maybe_unused]] jlong class_tag, in Java_art_Test906_iterateThroughHeapPrimitiveFields()357 static jint JNICALL PrimitiveFieldValueCallback(jvmtiHeapReferenceKind kind, in Java_art_Test906_iterateThroughHeapPrimitiveFields()391 std::string data; in Java_art_Test906_iterateThroughHeapPrimitiveFields()392 const jlong tag_to_find; in Java_art_Test906_iterateThroughHeapPrimitiveFields()
750 struct FindFieldCallbacks { in Java_art_Test913_followReferencesPrimitiveFields() struct751 static jint JNICALL FollowReferencesCallback( in Java_art_Test913_followReferencesPrimitiveFields()764 static jint JNICALL PrimitiveFieldValueCallback(jvmtiHeapReferenceKind kind, in Java_art_Test913_followReferencesPrimitiveFields()802 std::string data; in Java_art_Test913_followReferencesPrimitiveFields()