Home
last modified time | relevance | path

Searched refs:t (Results 201 – 225 of 396) sorted by relevance

12345678910>>...16

/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java37 } catch (Throwable t) { in main()
38 t.printStackTrace(System.out); in main()
/art/test/570-checker-osr-locals/src/
DMain.java76 } catch (Throwable t) { in runSmaliTest()
77 t.printStackTrace(); in runSmaliTest()
/art/test/029-assert/
Dexpected.txt1 didn't assert (is '-ea' implemented?)
/art/test/925-threadgroups/src/art/
DTest925.java103 Thread t = it.next(); in checkChildren() local
104 if (t.getName().startsWith("Jit thread pool worker")) { in checkChildren()
130 Thread t = it.next(); in waitGroupChildren() local
131 if (t.getName().startsWith("Jit thread pool worker")) { in waitGroupChildren()
/art/openjdkjvmti/
Dobject_tagging.cc64 for (jlong t : to_send) { in SendDelayedFreeEvents() local
65 SendSingleFreeEvent(t); in SendDelayedFreeEvents()
/art/test/909-attach-agent/
Dexpected.txt26 Can't attach agent, process is not debuggable.
27 Can't attach agent, process is not debuggable.
/art/test/658-fp-read-barrier/src/
DMain.java25 Thread t = new Thread() { in main() local
41 t.setDaemon(true); in main()
42 t.start(); in main()
/art/test/1963-add-to-dex-classloader-in-memory/src/art/
DTest1963.java157 public static void SafePrintCause(Throwable t) { in SafePrintCause() argument
158 StackTraceElement cause = t.getStackTrace()[0]; in SafePrintCause()
159 System.out.println(" --- " + t.getClass().getName() + " At " + cause.getClassName() + "." + in SafePrintCause()
/art/test/714-invoke-custom-lambda-metafactory/
Dinfo.txt1 Checks that ART doesn't crash when it encounters LambdaMetafactory.
/art/test/496-checker-inlining-class-loader/src/
DFirstSeenByMyClassLoader.java24 } catch (Throwable t) { /* Ignore */ } in $noinline$bar()
/art/test/530-checker-peel-unroll/src/
DMain.java469 int t = 2; in unrollingSimpleLiveOuts() local
473 t *= temp; in unrollingSimpleLiveOuts()
477 return 1 / (s + t); in unrollingSimpleLiveOuts()
553 int t = 2; in unrollingLiveOutsNested() local
558 t *= temp; in unrollingLiveOutsNested()
562 return s + t; in unrollingLiveOutsNested()
/art/runtime/gc/collector/
Dsemi_space.cc63 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in BindBitmaps() local
127 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in InitializePhase() local
153 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in MarkingPhase() local
180 t.NewTiming("ClearCardTable"); in MarkingPhase()
280 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in MarkReachableObjects() local
345 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in ReclaimPhase() local
496 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in MarkRoots() local
501 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in SweepSystemWeaks() local
510 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in Sweep() local
590 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in ProcessMarkStack() local
[all …]
/art/test/154-gc-loop/
Dinfo.txt1 Test that GC doesn't happen too often for a few small allocations.
/art/test/511-clinit-interface/
Dinfo.txt1 Test that compilers don't crash when having to compile
/art/runtime/
Dexperimental_flags.h33 constexpr ExperimentalFlags(decltype(kNone) t) // NOLINT [runtime/explicit] in ExperimentalFlags()
34 : value_(static_cast<uint32_t>(t)) {} in ExperimentalFlags()
/art/test/2011-stack-walk-concurrent-instrument/
Dinfo.txt1 Tests concurrently instrumenting a thread while walking a stack doesn't crash/break.
/art/test/1003-metadata-section-strings/
Dinfo.txt1 Test that releasing the metadata cache doesn't break reference equality of string literals.
/art/test/672-checker-throw-method/src/
DMain.java176 int t = 100; in doit5() local
183 t = 1000; in doit5()
189 return t; in doit5()
/art/test/1964-add-to-dex-classloader-file/src/
DMain.java122 public static void SafePrintCause(Throwable t) { in SafePrintCause() argument
123 StackTraceElement cause = t.getStackTrace()[0]; in SafePrintCause()
124 System.out.println(" --- " + t.getClass().getName() + " At " + cause.getClassName() + "." + in SafePrintCause()
/art/test/536-checker-needs-access-check/
Dinfo.txt1 Verifies that we don't remove type checks when we need to check for access rights.
/art/test/718-zipfile-finalizer/
Dinfo.txt1 Test that ZipFile.finalize doesn't throw exceptions
/art/test/1938-transform-abstract-single-impl/
Dinfo.txt1 Tests that single-implementation abstract methods don't crash the runtime when
/art/test/725-imt-conflict-object/
Dinfo.txt1 Test that invokeinterface through a j.l.Object method doesn't go
/art/test/619-checker-current-method/
Dinfo.txt1 Checks that we don't store the current method when the compiled
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc46 Thread* t = Thread::Current(); in CreateCalleeSaveMethod() local
48 ScopedObjectAccess soa(t); in CreateCalleeSaveMethod()

12345678910>>...16