Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle_test.cc168 static ObjPtr<MethodType> MethodTypeOf(const std::string& method_descriptor) { in MethodTypeOf() function
245 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeExactMatch()
257 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeWithConversionsMatch()
269 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeNoMatch()
377 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;)I")); in TEST_F()
378 Handle<MethodType> set = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;I)V")); in TEST_F()
379 Handle<MethodType> compareAndSet = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;II)Z")); in TEST_F()
380 Handle<MethodType> compareAndExchange = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;II)I")); in TEST_F()
381 Handle<MethodType> getAndUpdate = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;I)I")); in TEST_F()
515 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("()I")); in TEST_F()
[all …]