HomeSort by relevance Sort by last modified time
    Searched refs:IsConvertible (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
method_type.h 66 bool IsConvertible(ObjPtr<MethodType> target) REQUIRES_SHARED(Locks::mutator_lock_);
method_type.cc 130 bool MethodType::IsConvertible(ObjPtr<MethodType> target) {
  /external/libbrillo/brillo/
any_internal_impl.h 25 struct IsConvertible
36 inline typename std::enable_if<IsConvertible<From, To>::value, bool>::type
42 inline typename std::enable_if<!IsConvertible<From, To>::value, bool>::type
  /art/runtime/
method_handles.cc 492 if (!callsite_type->IsConvertible(target_type.Get())) {
    [all...]

Completed in 86 milliseconds