Searched refs:MethodTypeOf (Results 1 – 1 of 1) sorted by relevance
172 static ObjPtr<MethodType> MethodTypeOf(const std::string& method_descriptor) { in MethodTypeOf() function249 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeExactMatch()261 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeWithConversionsMatch()273 ObjPtr<MethodType> method_type = MethodTypeOf(descriptor); in AccessModeNoMatch()381 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;)I")); in TEST_F()382 Handle<MethodType> set = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;I)V")); in TEST_F()383 Handle<MethodType> compareAndSet = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;II)Z")); in TEST_F()384 Handle<MethodType> compareAndExchange = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;II)I")); in TEST_F()385 Handle<MethodType> getAndUpdate = hs.NewHandle(MethodTypeOf("(Ljava/lang/Integer;I)I")); in TEST_F()578 Handle<MethodType> get = hs.NewHandle(MethodTypeOf("()I")); in TEST_F()[all …]