Home
last modified time | relevance | path

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

/art/runtime/
Dreflection_test.cc89 void ReflectionTestMakeInterpreted(ArtMethod** method, in ReflectionTestMakeInterpreted() function in art::ReflectionTest
141 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
150 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
176 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(I)I"); in InvokeIdentityIntMethod()
201 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(D)D"); in InvokeIdentityDoubleMethod()
226 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(II)I"); in InvokeSumIntIntMethod()
255 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(III)I"); in InvokeSumIntIntIntMethod()
294 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIII)I"); in InvokeSumIntIntIntIntMethod()
338 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(IIIII)I"); in InvokeSumIntIntIntIntIntMethod()
387 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "sum", "(DD)D"); in InvokeSumDoubleDoubleMethod()
[all …]