/art/test/068-classloader/src/ |
H A D | FancyLoader.java | 184 protected Class<?> loadClass(String name, boolean resolve) argument 199 if (resolve) 209 if (resolve) 225 res = super.loadClass(name, resolve); // returns class or throws
|
/art/test/138-duplicate-classes-check2/src/ |
H A D | FancyLoader.java | 185 protected Class<?> loadClass(String name, boolean resolve) argument 200 if (resolve) 210 if (resolve) 226 res = super.loadClass(name, resolve); // returns class or throws
|
/art/runtime/interpreter/mterp/arm/ |
H A D | op_sget.S | 18 cmp r3, #0 @ Fail to resolve?
|
H A D | op_sget_wide.S | 16 cmp r3, #0 @ Fail to resolve?
|
/art/test/612-jit-dex-cache/src/ |
H A D | Main.java | 30 protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { argument 38 return super.loadClass(name, resolve);
|
/art/test/613-inlining-dex-cache/src/ |
H A D | Main.java | 30 protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { argument 38 return super.loadClass(name, resolve);
|
/art/test/086-null-super/src/ |
H A D | Main.java | 111 public Class<?> loadClass(String name, boolean resolve) argument 118 return super.loadClass(name, resolve);
|
/art/test/087-gc-after-link/src/ |
H A D | Main.java | 121 public Class<?> loadClass(String name, boolean resolve) argument 128 return super.loadClass(name, resolve);
|
/art/test/496-checker-inlining-and-class-loader/src/ |
H A D | Main.java | 54 protected Class<?> loadClass(String className, boolean resolve) throws ClassNotFoundException { argument
|
/art/test/497-inlining-and-class-loader/src/ |
H A D | Main.java | 45 protected Class<?> loadClass(String className, boolean resolve) throws ClassNotFoundException { argument 120 // This will walk the stack, trying to resolve methods in it.
|
/art/test/542-unresolved-access-check/src/ |
H A D | Main.java | 47 protected Class<?> loadClass(String className, boolean resolve) throws ClassNotFoundException { argument
|
/art/runtime/ |
H A D | art_method-inl.h | 207 bool resolve, 210 if (type == nullptr && resolve) { 427 inline mirror::Class* ArtMethod::GetReturnType(bool resolve, size_t ptr_size) { argument 434 if (type == nullptr && resolve) { 206 GetClassFromTypeIndex(uint16_t type_idx, bool resolve, size_t ptr_size) argument
|
H A D | art_field.h | 178 mirror::String* GetStringName(Thread* self, bool resolve)
|
H A D | art_field-inl.h | 319 inline mirror::String* ArtField::GetStringName(Thread* self, bool resolve) { argument 326 if (resolve && name == nullptr) {
|
H A D | art_method.h | 48 // Table to resolve IMT conflicts at runtime. The table is attached to 454 mirror::Class* GetClassFromTypeIndex(uint16_t type_idx, bool resolve, size_t ptr_size) 466 // name and signature in the other_dexfile, such as the method index used to resolve this method 626 mirror::Class* GetReturnType(bool resolve, size_t ptr_size) 738 // Pointer to JNI function registered to this method, or a function to resolve the JNI function,
|
/art/runtime/interpreter/mterp/out/ |
H A D | mterp_arm.S | 2613 cmp r3, #0 @ Fail to resolve? 2643 cmp r3, #0 @ Fail to resolve? 2672 cmp r3, #0 @ Fail to resolve? 2705 cmp r3, #0 @ Fail to resolve? 2738 cmp r3, #0 @ Fail to resolve? 2771 cmp r3, #0 @ Fail to resolve? 2804 cmp r3, #0 @ Fail to resolve?
|