Home
last modified time | relevance | path

Searched refs:method (Results 876 – 900 of 961) sorted by relevance

1...<<313233343536373839

/art/test/1981-structural-redef-private-method-handles/
Dexpected_no_mh.txt15 Using mh to call new private method.
/art/runtime/
Dreflection.h101 jobject method,
Dmonitor.cc342 ArtMethod* method = nullptr; in AtraceMonitorLockImpl() local
357 method = m; in AtraceMonitorLockImpl()
374 TranslateLocation(method, dex_pc, &filename, &line_number); in AtraceMonitorLockImpl()
1570 void Monitor::TranslateLocation(ArtMethod* method, in TranslateLocation() argument
1575 if (method == nullptr) { in TranslateLocation()
1580 *source_file = method->GetDeclaringClassSourceFile(); in TranslateLocation()
1584 *line_number = method->GetLineNumFromDexPC(dex_pc); in TranslateLocation()
/art/test/1980-obsolete-object-cleared/
Dexpected.txt21 …rgetException: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang…
61 …ith [new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
78 …ith [new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
93 …ING, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
96 …foo, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
99 …RAY, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
130 …ING, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
133 …foo, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
136 …RAY, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
142 …ING, new java.lang.Object[0]] throws java.lang.IllegalArgumentException: method java.lang.Class.ge…
[all …]
/art/test/064-field-access/src/
DMain.java709 public Object invoke(Method method, Object obj, Class<?> expectedException) { in invoke() argument
712 result = method.invoke(obj); in invoke()
715 System.out.println("ERROR: call succeeded for method " + method + "', was expecting " + in invoke()
/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java179 if (frame.method.getName().startsWith(target_method_name_start)) { in doRecurTestWith()
/art/test/dexdump/
Dstaticfields.txt116 …000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>:()V // method@0001
Dbytecodes.txt133 …000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>:()V // method@0019
180 …000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>:()V // method@0019
232 …000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>:()V // method@0019
278 …000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>:()V // method@0019
303 Annotations on method #13 'doit'
497 … |0004: invoke-direct {v8}, Landroid/app/Activity;.<init>:()V // method@0002
545 …200 |0072: invoke-direct {v2}, Ljava/lang/Object;.<init>:()V // method@0019
549 … |007a: invoke-direct {v8, v1}, Lcom/google/android/test/Test;.doit:(I)V // method@000d
551 … {v8, v8}, Lcom/google/android/test/Test;.add:(Ljava/lang/Object;)Ljava/lang/Object; // method@000a
554 …tic {v8}, Lcom/google/android/test/Test;.adds:(Ljava/lang/Object;)Ljava/lang/Object; // method@000b
[all …]
Dall.txt113 …000 |0000: invoke-direct {v0}, Ljava/lang/Object;.<init>:()V // method@0014
612 … |0000: invoke-virtual {v0, v1, v2, v3, v4}, LA;.invokes:()V // method@000a
613 …32 |0003: invoke-super {v0, v1, v2, v3, v4}, LA;.invokes:()V // method@000a
614 …2 |0006: invoke-direct {v0, v1, v2, v3, v4}, LA;.invokes:()V // method@000a
615 …2 |0009: invoke-static {v0, v1, v2, v3, v4}, LA;.invokes:()V // method@000a
616 … |000c: invoke-interface {v0, v1, v2, v3, v4}, LA;.invokes:()V // method@000a
/art/test/1923-frame-pop/src/art/
DTest1923.java180 if (frame.method.getName().startsWith(target_method_name_start)) { in doRecurTestWith()
/art/runtime/interpreter/mterp/x86/
Dobject.S33 call SYMBOL(MterpCheckCast) # (index, &obj, method, self)
/art/compiler/optimizing/
Dinstruction_simplifier.cc2276 ArtMethod* method = nullptr; in SimplifySystemArrayCopy() local
2279 method = system->FindClassMethod("arraycopy", "([ZI[ZII)V", image_size); in SimplifySystemArrayCopy()
2282 method = system->FindClassMethod("arraycopy", "([BI[BII)V", image_size); in SimplifySystemArrayCopy()
2285 method = system->FindClassMethod("arraycopy", "([CI[CII)V", image_size); in SimplifySystemArrayCopy()
2288 method = system->FindClassMethod("arraycopy", "([SI[SII)V", image_size); in SimplifySystemArrayCopy()
2291 method = system->FindClassMethod("arraycopy", "([II[III)V", image_size); in SimplifySystemArrayCopy()
2294 method = system->FindClassMethod("arraycopy", "([FI[FII)V", image_size); in SimplifySystemArrayCopy()
2297 method = system->FindClassMethod("arraycopy", "([JI[JII)V", image_size); in SimplifySystemArrayCopy()
2300 method = system->FindClassMethod("arraycopy", "([DI[DII)V", image_size); in SimplifySystemArrayCopy()
2305 DCHECK(method != nullptr); in SimplifySystemArrayCopy()
[all …]
/art/tools/ahat/etc/
Dhprofdump.py165 method = readID(hprof) variable
170 …print "STACK FRAME %d '%s' '%s' '%s' line=%d classserial=%d" % (id, showstr(method), showstr(sig),…
/art/test/1953-pop-frame/
Dexpected.txt67 Test stopped during a native method fails
76 Test stopped in a method called by native fails
/art/dex2oat/linker/
Doat_writer_test.cc61 void CheckMethod(ArtMethod* method, in CheckMethod() argument
67 method->GetDexMethodIndex())); in CheckMethod()
70 EXPECT_TRUE(oat_method.GetQuickCode() == nullptr) << method->PrettyMethod() << " " in CheckMethod()
77 EXPECT_TRUE(quick_oat_code != nullptr) << method->PrettyMethod(); in CheckMethod()
84 << method->PrettyMethod() << " " << code_size; in CheckMethod()
Dimage_writer.h130 ArtMethod* GetImageMethodAddress(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
543 const uint8_t* GetQuickCode(ArtMethod* method, const ImageInfo& image_info)
550 void AssignMethodOffset(ArtMethod* method,
/art/runtime/gc/space/
Dimage_space.cc813 ImageHeader::ImageMethod method = static_cast<ImageHeader::ImageMethod>(i); in InitAppImage() local
814 CHECK_EQ(primary_header.GetImageMethod(method), image_header.GetImageMethod(method)) in InitAppImage()
815 << method; in InitAppImage()
1532 image_header->VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in RelocateInPlace() argument
1534 if (UNLIKELY(method.IsRuntimeMethod())) { in RelocateInPlace()
1535 ImtConflictTable* table = method.GetImtConflictTable(kPointerSize); in RelocateInPlace()
1539 method.SetImtConflictTable(new_table, kPointerSize); in RelocateInPlace()
1542 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace()
1545 method.SetEntryPointFromQuickCompiledCodePtrSize(new_code, kPointerSize); in RelocateInPlace()
1548 patch_object_visitor.PatchGcRoot(&method.DeclaringClassRoot()); in RelocateInPlace()
[all …]
/art/runtime/mirror/
Dclass.h869 void SetEmbeddedVTableEntry(uint32_t i, ArtMethod* method, PointerSize pointer_size)
873 ArtMethod* method,
882 ArtMethod* FindVirtualMethodForVirtual(ArtMethod* method, PointerSize pointer_size)
887 ArtMethod* FindVirtualMethodForSuper(ArtMethod* method, PointerSize pointer_size)
892 ArtMethod* FindVirtualMethodForInterfaceSuper(ArtMethod* method, PointerSize pointer_size)
898 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
901 ArtMethod* FindVirtualMethodForVirtualOrInterface(ArtMethod* method, PointerSize pointer_size)
1340 size_t GetMethodIdOffset(ArtMethod* method, PointerSize pointer_size)
Ddex_cache-inl.h286 ArtMethod* method, in SetResolvedMethod() argument
289 DCHECK(method != nullptr); in SetResolvedMethod()
290 MethodDexCachePair pair(method, method_idx); in SetResolvedMethod()
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java192 if (frame.method.getName().startsWith(target_method_name_start)) { in doRecurTestWith()
/art/test/1969-force-early-return-void/
Dexpected.txt146 Test stopped during a native method fails
161 Test stopped in a method called by native succeeds
167 Test stopped in a static method
173 Test stopped in a Object <init> method
/art/test/098-ddmc/src/
DMain.java97 public Object invoke(Object proxy, Method method, Object[] args) { in createProxy()
/art/test/952-invoke-custom/src/
DTestVariableArityLinkerMethod.java28 private static void printBsmArgs(String method, Object... args) { in printBsmArgs() argument
29 System.out.print(method); in printBsmArgs()
/art/runtime/hprof/
Dhprof.cc701 ArtMethod* method = frame->GetMethod(); in WriteStackTraces() local
702 CHECK(method != nullptr); in WriteStackTraces()
714 __ AddStringId(LookupStringId(method->GetName())); in WriteStackTraces()
715 __ AddStringId(LookupStringId(method->GetSignature().ToString())); in WriteStackTraces()
716 const char* source_file = method->GetDeclaringClassSourceFile(); in WriteStackTraces()
721 auto class_result = classes_.find(method->GetDeclaringClass().Ptr()); in WriteStackTraces()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S503 // r11 isn't properly spilled in the osr method, so we need use DWARF expression.
511 bl .Losr_entry @ Call the method
840 bl \entrypoint @ (uint32_t type_idx, Method* method, Thread*)
853 bl \entrypoint @ (uint32_t type_idx, Method* method, Thread*)
866 @ (uint32_t type_idx, Method* method, int32_t component_count, Thread*)
1432 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
1449 * r12 is a hidden argument that holds the target interface method's dex method index.
1566 ldr r0, [sp, #0] @ load resolved method in r0
1675 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)

1...<<313233343536373839