Home
last modified time | relevance | path

Searched defs:IsInPlaceConvertible (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dmethod_type_test.cc120 TEST_F(MethodTypeTest, IsInPlaceConvertible) { in TEST_F() argument
H A Dmethod_type.cc227 bool MethodType::IsInPlaceConvertible(ObjPtr<MethodType> target) { in IsInPlaceConvertible() function in art::mirror::MethodType