Searched refs:hash (Results 1 - 25 of 81) sorted by last modified time

1234

/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiff.java137 return Objects.hash(mClass, mHeapName, mStringValue, mClassName, mArrayLength);
/art/test/utils/python/testgen/
H A Dmixins.py113 return hash(self.get_name())
/art/test/920-objects/
H A Dobjects.cc48 jint hash; local
50 jvmtiError result = jvmti_env->GetObjectHashCode(object, &hash);
59 return hash;
/art/test/920-objects/src/art/
H A DTest920.java88 private int hash; field in class:Test920.MyHash
91 hash = h;
95 return hash;
/art/test/993-breakpoints/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/994-breakpoint-line/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/995-breakpoints-throw/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/996-breakpoint-obsolete/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/997-single-step/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/522-checker-regression-monitor-exit/src/
H A DMain.java71 int hash = obj.hashCode();
74 if (hash != result) {
75 throw new Error("Query #" + i + " wrong. Expected " + hash + ", got " + result);
/art/test/1939-proxy-frames/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
H A DLocals.java70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
/art/test/1941-dispose-stress/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/1947-breakpoint-redefine-deopt/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
/art/test/1911-get-local-var-table/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
H A DLocals.java70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
/art/test/1912-get-set-local-primitive/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
H A DLocals.java70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
/art/test/1913-get-set-local-objects/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
H A DLocals.java70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
/art/test/1914-get-local-instance/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
H A DLocals.java70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
/art/test/1915-get-set-local-current-thread/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);
H A DLocals.java70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot,
/art/test/1916-get-set-current-frame/src/art/
H A DBreakpoint.java53 return Objects.hash(method, location);

Completed in 455 milliseconds

1234