Home
last modified time | relevance | path

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

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