Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dvar_handle_test.cc245 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()
574 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("()I")); in TEST_F()
575 Handle<MethodType> set = hs.NewHandle(MethodTypeOf("(I)V")); in TEST_F()
576 Handle<MethodType> compareAndSet = hs.NewHandle(MethodTypeOf("(II)Z")); in TEST_F()
578 Handle<MethodType> getAndUpdate = hs.NewHandle(MethodTypeOf("(I)I")); in TEST_F()
745 Handle<MethodType> compareAndExchange = hs.NewHandle(MethodTypeOf( in TEST_F()
896 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("([BI)C")); in TEST_F()
897 Handle<MethodType> set = hs.NewHandle(MethodTypeOf("([BIC)V")); in TEST_F()
[all …]