Searched defs:IsRuntimeMethod (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/mirror/
H A Dart_method-inl.h147 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this);
183 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) {
231 if (IsPortableCompiled() || IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) {
299 inline bool ArtMethod::IsRuntimeMethod() { function in class:art::mirror::ArtMethod
304 if (!IsRuntimeMethod()) {
321 DCHECK(!result || IsRuntimeMethod());
328 DCHECK(!result || IsRuntimeMethod());
362 if (UNLIKELY(IsRuntimeMethod())) {

Completed in 68 milliseconds