Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 396) sorted by relevance

12345678910>>...16

/art/test/155-java-set-resolved-type/src/
DMain.java63 } catch (Throwable t) { in main()
64 t.printStackTrace(System.out); in main()
/art/test/469-condition-materialization/
Dinfo.txt1 Regression test for optimizing's code generator which wouldn't
/art/test/803-no-super/
Dinfo.txt1 Regression test that temp (erroneous) classes don't get conflict tables created.
/art/test/151-OpenFileLimit/
Dinfo.txt1 This test verifies that running out of file descriptors in the process doesn't
/art/test/648-many-direct-methods/util-src/
Dgenerate_java.py78 for t in all_tests:
79 test_groups += str(t)
/art/test/063-process-manager/
Dinfo.txt2 doesn't cause the system to busy-wait.
/art/test/609-checker-inline-interface/
Dinfo.txt1 Checker test that we inline interface calls and if we can't inline
/art/test/004-JniTest/src/
DMain.java394 } catch (Throwable t) { in testDoubleLoad()
396 throw new RuntimeException(t); in testDoubleLoad()
413 } catch (Throwable t) { in createClassLoader()
414 throw new RuntimeException(t); in createClassLoader()
416 } catch (Throwable t) { in createClassLoader()
417 throw new RuntimeException(t); in createClassLoader()
/art/test/594-load-string-regression/
Dinfo.txt1 Regression test for LoadString listing side effects when it doesn't have any
/art/test/589-super-imt/
Dinfo.txt2 subclass won't use the ImtConflictTable table of its super class.
/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc30 template <typename T> void Dealloc(jvmtiEnv* env, T* t) { in Dealloc() argument
31 env->Deallocate(reinterpret_cast<unsigned char*>(t)); in Dealloc()
34 template <typename T, typename... Rest> void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc() argument
35 Dealloc(env, t); in Dealloc()
/art/test/1995-final-virtual-structural-multithread/
Dinfo.txt4 doesn't cause any unexpected problems.
/art/libelffile/elf/
Delf_utils.h83 static inline void SetBindingAndType(Elf32_Sym* sym, unsigned char b, unsigned char t) { in SetBindingAndType() argument
84 sym->st_info = (b << 4) + (t & 0x0f); in SetBindingAndType()
/art/test/685-deoptimizeable/src/
DMain.java56 Thread t = new Thread(runnable); in execute() local
57 t.start(); in execute()
58 t.join(); in execute()
/art/test/036-finalizer/src/
DMain.java54 Thread t = new Thread() { in wimpString() local
63 t.start(); in wimpString()
66 t.join(); in wimpString()
/art/test/1989-transform-bad-monitor/
Dexpected.txt5 Make sure locks aren't held
/art/test/ti-agent/
Djni_binder.cc203 for (jint t = 0; t != thread_count; ++t) { in GetClass() local
207 CheckJvmtiError(jvmti_env, jvmti_env->GetThreadInfo(threads[t], &info)); in GetClass()
218 env->DeleteLocalRef(threads[t]); in GetClass()
/art/test/054-uncaught/src/
DThreadDeathHandler.java29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() argument
/art/test/050-sync-test/src/
DThreadDeathHandler.java29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() argument
/art/runtime/gc/collector/
Dmark_sweep.cc84 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in BindBitmaps() local
117 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in InitializePhase() local
188 TimingLogger::ScopedTiming t("(Paused)PausePhase", GetTimings()); in PausePhase() local
222 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in PreCleanCards() local
252 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in RevokeAllThreadLocalAllocationStacks() local
259 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in MarkingPhase() local
321 TimingLogger::ScopedTiming t(name, GetTimings()); in UpdateAndMarkModUnion() local
341 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in ReclaimPhase() local
366 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in FindDefaultSpaceBitmap() local
631 TimingLogger::ScopedTiming t(__FUNCTION__, GetTimings()); in MarkRoots() local
[all …]
/art/test/1943-suspend-raw-monitor-wait/
Dexpected.txt7 target_thread doesn't hold lock!
/art/test/477-checker-bound-type/
Dinfo.txt3 didn't take into account NullConstants.
/art/test/114-ParallelGC/src/
DMain.java81 } catch (Throwable t) { in run()
85 t.printStackTrace(System.out); in run()
/art/test/2002-virtual-structural-initializing/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/2006-virtual-structural-finalizing/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.

12345678910>>...16