Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_object.cc62 jint* hash_code_ptr) { in GetObjectHashCode() argument
66 if (hash_code_ptr == nullptr) { in GetObjectHashCode()
73 *hash_code_ptr = object->IdentityHashCode(); in GetObjectHashCode()
Dti_object.h44 static jvmtiError GetObjectHashCode(jvmtiEnv* env, jobject object, jint* hash_code_ptr);
DOpenjdkJvmTi.cc799 static jvmtiError GetObjectHashCode(jvmtiEnv* env, jobject object, jint* hash_code_ptr) { in GetObjectHashCode() argument
801 return ObjectUtil::GetObjectHashCode(env, object, hash_code_ptr); in GetObjectHashCode()
/art/openjdkjvmti/include/
Djvmti.h1310 jint* hash_code_ptr);
2244 jint* hash_code_ptr) { in GetObjectHashCode()
2245 return functions->GetObjectHashCode(this, object, hash_code_ptr); in GetObjectHashCode()