Searched defs:IsRuntimeMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dart_method-inl.h50 if (!IsRuntimeMethod()) {
66 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsIdxLoaded() ||
72 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved() ||
82 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsIdxLoaded() ||
156 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this);
270 inline bool ArtMethod::IsRuntimeMethod() { function in class:art::ArtMethod
275 if (!IsRuntimeMethod()) {
292 DCHECK(!result || IsRuntimeMethod());
299 DCHECK(!result || IsRuntimeMethod());
306 DCHECK(!result || IsRuntimeMethod());
[all...]

Completed in 403 milliseconds