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

  /art/runtime/
art_method-inl.h 156 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this);
318 if (kIsDebugBuild && !IsProxyMethod()) {
333 DCHECK(!IsProxyMethod());
339 DCHECK(!IsProxyMethod());
347 DCHECK(!IsProxyMethod());
357 DCHECK(!IsProxyMethod());
382 DCHECK(!IsProxyMethod());
387 DCHECK(!IsProxyMethod());
395 DCHECK(!IsProxyMethod());
401 DCHECK(!IsProxyMethod());
    [all...]
art_method.cc 58 CHECK(!IsProxyMethod());
126 if (IsProxyMethod()) {
195 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this);
299 if (IsNative() || IsRuntimeMethod() || IsProxyMethod()) {
343 if (IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) {
475 // This goes before IsProxyMethod since runtime methods have a null declaring class.
487 if (UNLIKELY(IsProxyMethod())) {
instrumentation.cc 107 !method->IsNative() && !method->IsProxyMethod())) {
109 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method);
118 if (method->IsAbstract() || method->IsProxyMethod()) {
719 CHECK(!method->IsProxyMethod());
742 CHECK(!method->IsProxyMethod());
    [all...]
stack.cc 136 } else if (m->IsProxyMethod()) {
166 if (m->IsNative() || m->IsRuntimeMethod() || m->IsProxyMethod()) {
    [all...]
art_method.h 160 bool IsProxyMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
thread.cc     [all...]
class_linker.cc     [all...]