Searched refs:hash_code_ptr (Results 1 – 4 of 4) sorted by relevance
62 jint* hash_code_ptr) { in GetObjectHashCode() argument66 if (hash_code_ptr == nullptr) { in GetObjectHashCode()73 *hash_code_ptr = object->IdentityHashCode(); in GetObjectHashCode()
44 static jvmtiError GetObjectHashCode(jvmtiEnv* env, jobject object, jint* hash_code_ptr);
799 static jvmtiError GetObjectHashCode(jvmtiEnv* env, jobject object, jint* hash_code_ptr) { in GetObjectHashCode() argument801 return ObjectUtil::GetObjectHashCode(env, object, hash_code_ptr); in GetObjectHashCode()
1310 jint* hash_code_ptr);2244 jint* hash_code_ptr) { in GetObjectHashCode()2245 return functions->GetObjectHashCode(this, object, hash_code_ptr); in GetObjectHashCode()