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

  /art/runtime/native/
java_lang_reflect_Method.cc 44 CHECK(proxy_method->GetDeclaringClass()->IsProxyClass());
  /art/runtime/
object_utils.h 104 } else if (UNLIKELY(klass_->IsProxyClass())) {
140 } else if (klass_->IsProxyClass()) {
171 } else if (klass_->IsProxyClass()) {
194 if (dex_cache != NULL && !klass_->IsProxyClass()) {
272 if (!field_->GetDeclaringClass()->IsProxyClass()) {
283 if (!field_->GetDeclaringClass()->IsProxyClass()) {
298 if (!field_->GetDeclaringClass()->IsProxyClass()) {
327 if (!field_->GetDeclaringClass()->IsProxyClass()) {
398 if (klass->IsProxyClass()) {
648 if (UNLIKELY(klass->IsProxyClass())) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
art_method.cc 102 return GetDeclaringClass()->IsProxyClass();
class.h 261 bool IsProxyClass() const {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 373 DCHECK(receiver->GetClass()->IsProxyClass()) << PrettyMethod(proxy_method);
  /art/runtime/interpreter/
interpreter.cc     [all...]

Completed in 124 milliseconds