Searched refs:resolve (Results 1 - 16 of 16) sorted by relevance

/art/test/068-classloader/src/
H A DFancyLoader.java184 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 DFancyLoader.java185 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 Dop_sget.S18 cmp r3, #0 @ Fail to resolve?
H A Dop_sget_wide.S16 cmp r3, #0 @ Fail to resolve?
/art/test/612-jit-dex-cache/src/
H A DMain.java30 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 DMain.java30 protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { argument
38 return super.loadClass(name, resolve);
/art/test/086-null-super/src/
H A DMain.java111 public Class<?> loadClass(String name, boolean resolve) argument
118 return super.loadClass(name, resolve);
/art/test/087-gc-after-link/src/
H A DMain.java121 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 DMain.java54 protected Class<?> loadClass(String className, boolean resolve) throws ClassNotFoundException { argument
/art/test/497-inlining-and-class-loader/src/
H A DMain.java45 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 DMain.java47 protected Class<?> loadClass(String className, boolean resolve) throws ClassNotFoundException { argument
/art/runtime/
H A Dart_method-inl.h207 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 Dart_field.h178 mirror::String* GetStringName(Thread* self, bool resolve)
H A Dart_field-inl.h319 inline mirror::String* ArtField::GetStringName(Thread* self, bool resolve) { argument
326 if (resolve && name == nullptr) {
H A Dart_method.h48 // 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 Dmterp_arm.S2613 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?

Completed in 433 milliseconds