Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.h544 ALWAYS_INLINE bool HasSingleImplementationFlag() const { in HasSingleImplementationFlag() function
/aosp12/art/runtime/jit/
H A Djit.cc1115 CHECK(method.IsIntrinsic() || !method.HasSingleImplementationFlag()); in MapBootImageMethods()