Home
last modified time | relevance | path

Searched refs:t (Results 176 – 200 of 396) sorted by relevance

12345678910>>...16

/art/runtime/
Dreflective_handle_scope.h108 ALWAYS_INLINE MutableReflectiveHandle<T> NewHandle(T* t) REQUIRES_SHARED(Locks::mutator_lock_) { in NewHandle() argument
110 return NewFieldHandle(t); in NewHandle()
113 return NewMethodHandle(t); in NewHandle()
117 ALWAYS_INLINE ReflectiveHandleWrapper<T> NewReflectiveHandleWrapper(T** t) in NewReflectiveHandleWrapper() argument
119 return ReflectiveHandleWrapper<T>(t, NewHandle(*t)); in NewReflectiveHandleWrapper()
Dreflective_value_visitor.h60 T* operator()(T* t, const ReflectionSourceInfo& info) REQUIRES_SHARED(Locks::mutator_lock_) { in operator()
62 return VisitField(t, info); in operator()
65 return VisitMethod(t, info); in operator()
140 HeapReflectiveSourceInfo(ReflectionSourceType t, mirror::Object* src) in HeapReflectiveSourceInfo() argument
141 : ReflectionSourceInfo(t), src_(src) {} in HeapReflectiveSourceInfo()
Druntime_test.cc71 std::thread t([]() { in TEST_F()
74 t.join(); in TEST_F()
Ddebugger.h77 static void DdmSendThreadNotification(Thread* t, uint32_t type)
130 static void PostThreadStart(Thread* t)
132 static void PostThreadDeath(Thread* t)
/art/runtime/verifier/
Dscoped_newline.h45 ScopedNewLine& operator<<(const T& t) {
47 stream << t;
/art/test/1981-structural-redef-private-method-handles/src/art/
DTest1981_Varhandles.java31 public Object findStaticVarHandle(MethodHandles.Lookup l, Class c, String n, Class t) in findStaticVarHandle() argument
33 return l.findStaticVarHandle(c, n, t); in findStaticVarHandle()
DTest1981.java29 public default Object findStaticVarHandle(MethodHandles.Lookup l, Class c, String n, Class t) in findStaticVarHandle() argument
337 } catch (Throwable t) { in doTest()
338 if (t instanceof Exception) { in doTest()
339 throw (Exception) t; in doTest()
340 } else if (t instanceof Error) { in doTest()
341 throw (Error) t; in doTest()
343 throw new RuntimeException("Unexpected throwable!", t); in doTest()
/art/test/911-get-stack-trace/src/art/
DRecurse.java48 } catch (Throwable t) { in printOrWait()
49 throw new RuntimeException(t); in printOrWait()
/art/test/1946-list-descriptors/
Ddescriptors.cc34 static void Dealloc(T* t) { in Dealloc() argument
35 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(t)); in Dealloc()
39 static void Dealloc(T* t, Rest... rs) { in Dealloc() argument
40 Dealloc(t); in Dealloc()
/art/test/048-reflect-v8/src/
DDefaultDeclared.java53 } catch (Throwable t) { in printGetMethod()
55 t.printStackTrace(System.out); in printGetMethod()
DAnnotationTest.java199 } catch (Throwable t) { in printMethodAnnotationsByType()
200 throw new AssertionError(t); in printMethodAnnotationsByType()
239 } catch (Throwable t) { in printMethodDeclaredAnnotation()
240 throw new AssertionError(t); in printMethodDeclaredAnnotation()
280 } catch (Throwable t) { in printMethodDeclaredAnnotationByType()
281 throw new AssertionError(t); in printMethodDeclaredAnnotationByType()
/art/test/980-redefine-object/src/
DMain.java98 Transform t = new Transform(); in doTest() local
121 al.add(t); in doTest()
133 ll.add(t); in doTest()
/art/test/1914-get-local-instance/src/art/
DTest1914.java71 public Object GetVar(Thread t, int depth); in GetVar() argument
76 public void invoke(Thread t, Method method, int depth) { in NamedGet()
78 Object res = get.GetVar(t, depth); in NamedGet()
203 for (TestCase t: MAIN_TEST_CASES) {
204 t.exec(NamedGet("This", Locals::GetLocalInstance));
/art/test/163-app-image-methods/src/
DMain.java60 } catch (Throwable t) { in main()
61 t.printStackTrace(System.out); in main()
/art/test/1987-structural-redefine-recursive-stack-scope/src/
DMain.java76 } catch (Throwable t) { in main()
77 throw new Error("Failed!", t); in main()
/art/test/064-field-access/
Dinfo.txt2 should be thrown, but doesn't say which exception previals when two or
5 IllegalAccessException, while passing in a data type that doesn't match
/art/test/618-checker-induction/src/
DMain.java749 float t = -1.0f; in periodicFloat10() local
751 float tmp = t; t = r; r = s; s = tmp; in periodicFloat10()
772 float t = -1.0f; in periodicFloat11() local
774 float tmp = t; t = r; r = s; s = tmp; in periodicFloat11()
795 float t = -1.0f; in periodicFloat12() local
797 float tmp = t; t = r; r = s; s = tmp; in periodicFloat12()
/art/test/1900-track-alloc/
Dalloc.cc34 static void Dealloc(T* t) { in Dealloc() argument
35 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(t)); in Dealloc()
39 static void Dealloc(T* t, Rest... rs) { in Dealloc() argument
40 Dealloc(t); in Dealloc()
/art/test/530-checker-loops3/src/
DMain.java180 int t = b[i-2] + b[i] + b[i+2] + (((i & 1) == 0) ? b[i+1] : b[i-1]); in multipleUnitStridesConditional() local
181 a[i] = t; in multipleUnitStridesConditional()
210 int t = x[i - 3] ^ x[i - 8] ^ x[i - 14] ^ x[i - 16]; in shifter() local
211 x[i] = t << 1 | t >>> 31; in shifter()
/art/test/954-invoke-polymorphic-verifier/
Dexpected.txt1 …MethodHandleNotInvoke.<init>(): void MethodHandleNotInvoke.<init>(): couldn't find method java.lan…
12 ….compareAndExchange(java.lang.invoke.VarHandle, java.lang.Object[]): couldn't find method java.lan…
13 …appyAccessors.compareAndExchangeAcquire(java.lang.invoke.VarHandle): couldn't find method java.lan…
14 …appyAccessors.compareAndExchangeRelease(java.lang.invoke.VarHandle): couldn't find method java.lan…
15 …VarHandleUnhappyAccessors.compareAndSet(java.lang.invoke.VarHandle): couldn't find method java.lan…
16 …dleUnknownAccessor.<init>(): void VarHandleUnknownAccessor.<init>(): couldn't find method java.lan…
/art/test/530-checker-loops5/src/
DMain.java157 int t = a1 + a2; // two polynomials combined into new polynomial in polyBCE3() local
158 r -= x[t]; in polyBCE3()
/art/test/139-register-natives/src/
DMain.java63 } catch (Throwable t) { in expectNotThrows()
65 t.printStackTrace(System.out); in expectNotThrows()
/art/test/948-change-annotations/src/
DTestCase.java18 public void runTest(Transform t); in runTest() argument
/art/test/1979-threaded-structural-transformation/src/art/
DTest1979.java141 Thread t = new Thread(() -> { in doTest() local
166 t.start(); in doTest()
170 t.join(); in doTest()
/art/test/602-deoptimizeable/src/
DMain.java48 Thread t = new Thread(runnable); in execute() local
49 t.start(); in execute()
50 t.join(); in execute()

12345678910>>...16