Home
last modified time | relevance | path

Searched refs:ReflectionTestMakeInterpreted (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dreflection_test.cc88 void ReflectionTestMakeInterpreted(ArtMethod** method, in ReflectionTestMakeInterpreted() function in art::ReflectionTest
140 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
149 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
175 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
200 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
225 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
254 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
293 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
337 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
386 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
[all …]