/art/test/1914-get-local-instance/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1939-proxy-frames/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1923-frame-pop/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1911-get-local-var-table/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1925-self-frame-pop/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | Locals.java | 30 public final String generic_signature; field in Locals.VariableDescription 39 this.generic_signature = gen_sig; in VariableDescription() 51 this.generic_signature, in toString() 63 Objects.equals(v.generic_signature, generic_signature) && in equals() 70 return Objects.hash(this.signature, this.name, this.generic_signature, this.slot, in hashCode()
|
/art/test/ti-agent/ |
D | locals_helper.cc | 33 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(vars[i].generic_signature)); in DeallocateContents() 182 ScopedLocalRef<jstring> generic_sig_string(env, env->NewStringUTF(vars[i].generic_signature)); in Java_art_Locals_GetLocalVariableTable()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 224 env->Deallocate(reinterpret_cast<unsigned char*>(e.generic_signature)); in GetLocalVariableTable() 254 .generic_signature = generic_sig_str.release(), in GetLocalVariableTable()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 626 char* generic_signature; member
|
/art/runtime/ |
D | debugger.cc | 1642 const char* generic_signature = ""; in OutputDeclaredMethods() local 1643 expandBufAddUtf8String(pReply, generic_signature); in OutputDeclaredMethods()
|