HomeSort by relevance Sort by last modified time
    Searched refs:GetDeclaringClass (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /art/runtime/
art_field.cc 34 DCHECK(GetDeclaringClass()->IsLoaded() || GetDeclaringClass()->IsErroneous());
47 DCHECK(GetDeclaringClass()->IsProxyClass());
75 result += PrettyDescriptor(GetDeclaringClass()->GetDescriptor(&temp));
82 CHECK(GetDeclaringClass()->IsLoaded() || GetDeclaringClass()->IsErroneous());
86 CHECK(GetDeclaringClass()->IsResolved());
art_method-inl.h 54 inline mirror::Class* ArtMethod::GetDeclaringClass() {
86 DCHECK(IsRuntimeMethod() || GetDeclaringClass()->IsResolved());
96 CHECK(IsRuntimeMethod() || GetDeclaringClass()->IsIdxLoaded() ||
97 GetDeclaringClass()->IsErroneous());
117 auto* declaring_class = method->GetDeclaringClass();
132 DCHECK(new_method == nullptr || new_method->GetDeclaringClass() != nullptr);
180 mirror::Class* methods_class = GetDeclaringClass();
187 mirror::Class* methods_class = GetDeclaringClass();
318 return GetDeclaringClass()->GetSourceFile();
324 return GetDeclaringClass()->GetDexClassDefIndex()
    [all...]
art_field-inl.h 38 inline ObjPtr<mirror::Class> ArtField::GetDeclaringClass() {
51 DCHECK(GetDeclaringClass()->IsLoaded() || GetDeclaringClass()->IsErroneous());
57 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
98 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
108 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
119 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
    [all...]
art_method.cc 67 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()];
69 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize);
91 ObjPtr<mirror::ClassExt> ext(GetDeclaringClass()->GetExtData());
148 } else if (GetDeclaringClass()->IsInterface()) {
191 mirror::Class* declaring_class = GetDeclaringClass();
206 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this));
208 mirror::IfTable* iftable = GetDeclaringClass()->GetIfTable();
401 return GetDeclaringClass()->IsInterface();
482 dex_file->FindTypeId(method->GetDeclaringClass()->GetDescriptor(&descriptor_storage));
518 mirror::Class* declaring_class = method->GetDeclaringClass();
    [all...]
cha.cc 224 DCHECK(method_in_super->GetDeclaringClass()->IsResolved()) << "class isn't resolved";
229 virtual_method->GetDeclaringClass() == klass.Get());
406 if (single_impl->GetDeclaringClass() == implementation_method->GetDeclaringClass()) {
418 DCHECK(method->IsCopied() || method->GetDeclaringClass() == klass.Get());
431 if (method->GetDeclaringClass()->IsInstantiable()) {
proxy_test.cc 186 EXPECT_STREQ("L$Proxy1234;", field->GetDeclaringClass()->GetDescriptor(&temp));
194 EXPECT_STREQ("L$Proxy1234;", field->GetDeclaringClass()->GetDescriptor(&temp));
226 EXPECT_OBJ_PTR_EQ(static_fields0->At(0).GetDeclaringClass(), proxyClass0.Get());
227 EXPECT_OBJ_PTR_EQ(static_fields0->At(1).GetDeclaringClass(), proxyClass0.Get());
228 EXPECT_OBJ_PTR_EQ(static_fields1->At(0).GetDeclaringClass(), proxyClass1.Get());
229 EXPECT_OBJ_PTR_EQ(static_fields1->At(1).GetDeclaringClass(), proxyClass1.Get());
class_linker-inl.h 84 ObjPtr<mirror::Class> declaring_class = referrer->GetDeclaringClass();
105 // NB: We cannot simply use `GetResolvedMethod(method_idx, ...)->GetDeclaringClass()`. This is
130 ObjPtr<mirror::Class> declaring_class = referrer->GetDeclaringClass();
162 ObjPtr<mirror::Class> declaring_class = referrer->GetDeclaringClass();
common_dex_operations.h 73 field->GetDeclaringClass()->AssertInitializedOrInitializingInThread(self);
127 field->GetDeclaringClass()->AssertInitializedOrInitializingInThread(self);
182 field->GetDeclaringClass()->GetDescriptor(&temp3));
dex_file_annotations.cc 57 : ClassData(hs.NewHandle(field->GetDeclaringClass())) { }
83 return method_->GetDeclaringClass()->GetClassLoader();
91 return method_->GetDeclaringClass();
135 ObjPtr<mirror::Class> klass = field->GetDeclaringClass();
559 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass()));
    [all...]
common_throws.cc 222 referrer != nullptr ? referrer->GetDeclaringClass() : nullptr,
254 referrer != nullptr ? referrer->GetDeclaringClass() : nullptr,
271 referrer != nullptr ? referrer->GetDeclaringClass() : nullptr,
284 << mirror::Class::PrettyDescriptor(interface_method->GetDeclaringClass())
287 referrer != nullptr ? referrer->GetDeclaringClass() : nullptr,
297 ThrowException("Ljava/lang/IncompatibleClassChangeError;", referrer->GetDeclaringClass(),
419 Thread::Current()->GetCurrentMethod(nullptr)->GetDeclaringClass()->GetDexCache();
426 ObjPtr<mirror::DexCache> dex_cache = method->GetDeclaringClass()->GetDexCache();
552 const DexFile* dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
702 method->GetDeclaringClass()->GetDexCache()->GetDexFile()
    [all...]
  /art/runtime/mirror/
method_handle_impl-inl.h 39 GetTargetMethod()->GetDeclaringClass() : GetTargetField()->GetDeclaringClass();
executable.cc 27 SetFieldObject<kTransactionActive>(DeclaringClassOffset(), method->GetDeclaringClass());
29 DeclaringClassOfOverriddenMethodOffset(), interface_method->GetDeclaringClass());
52 mirror::Class* Executable::GetDeclaringClass() {
class-refvisitor-inl.h 60 CHECK_EQ(field.GetDeclaringClass<kReadBarrierOption>(), this) << GetStatus();
67 CHECK_EQ(field.GetDeclaringClass<kReadBarrierOption>(), this) << GetStatus();
field-inl.h 58 if (field->GetDeclaringClass()->IsProxyClass()) {
74 ret->SetDeclaringClass<kTransactionActive>(field->GetDeclaringClass());
field.cc 58 mirror::Class* declaring_class = GetDeclaringClass();
81 CHECK_EQ(declaring_class, art_field->GetDeclaringClass());
executable.h 45 mirror::Class* GetDeclaringClass() REQUIRES_SHARED(Locks::mutator_lock_);
stack_trace_element.h 34 String* GetDeclaringClass() REQUIRES_SHARED(Locks::mutator_lock_) {
  /art/runtime/native/
java_lang_reflect_Method.cc 37 if (!method->GetDeclaringClass()->IsAnnotation()) {
46 if (method->GetDeclaringClass()->IsProxyClass()) {
47 ObjPtr<mirror::Class> klass = method->GetDeclaringClass();
dalvik_system_VMStack.cc 89 return soa.AddLocalReference<jobject>(visitor.caller->GetDeclaringClass()->GetClassLoader());
100 ObjPtr<mirror::Class> c = GetMethod()->GetDeclaringClass();
129 return soa.AddLocalReference<jclass>(visitor.caller->GetDeclaringClass());
java_lang_reflect_Field.cc 49 field->GetDeclaringClass() == nullptr ? "null" :
50 field->GetDeclaringClass()->PrettyClass().c_str()).c_str());
56 field->GetDeclaringClass(),
65 field->GetDeclaringClass() == nullptr ? "null" :
66 field->GetDeclaringClass()->PrettyClass().c_str()).c_str());
126 ObjPtr<mirror::Class> declaring_class = (*f)->GetDeclaringClass();
255 DCHECK(f->GetDeclaringClass()->IsInitialized());
448 if (field->GetDeclaringClass()->IsProxyClass()) {
471 if (field->GetDeclaringClass()->IsProxyClass()) {
485 if (field->GetDeclaringClass()->IsProxyClass())
    [all...]
  /art/runtime/interpreter/
interpreter.cc 58 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
69 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
76 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
83 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
90 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
97 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
110 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
118 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
128 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
135 soa.AddLocalReference<jclass>(method->GetDeclaringClass()));
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 90 mirror::ClassLoader* class_loader = caller->GetDeclaringClass()->GetClassLoader();
264 mirror::Class* referrer = method->GetDeclaringClass();
370 ObjPtr<mirror::Class> fields_class = resolved_field->GetDeclaringClass();
376 mirror::Class* referring_class = referrer->GetDeclaringClass();
462 mirror::Class* methods_class = resolved_method->GetDeclaringClass();
464 referrer->GetDeclaringClass()->CheckResolvedMethodAccess<type>(methods_class,
480 if (UNLIKELY(resolved_method->GetDeclaringClass()->IsStringClass() &&
505 ThrowNoSuchMethodError(type, resolved_method->GetDeclaringClass(),
514 // NB This is actually quite tricky to do any other way. We cannot use GetDeclaringClass since
520 Handle<mirror::Class> h_referring_class(hs2.NewHandle(referrer->GetDeclaringClass()));
    [all...]
  /art/runtime/openjdkjvmti/
ti_field.cc 93 if (!art_field->GetDeclaringClass()->IsProxyClass()) {
138 art::ObjPtr<art::mirror::Class> field_klass = art_field->GetDeclaringClass();
  /art/compiler/dex/
inline_method_analyser.cc 154 CHECK(target_method->GetDeclaringClass() == method->GetDeclaringClass() ||
155 target_method->GetDeclaringClass() == method->GetDeclaringClass()->GetSuperClass());
295 if (!method->GetDeclaringClass()->IsVerified() ||
315 if (target_method->GetDeclaringClass() == method->GetDeclaringClass() &&
323 if (target_method->GetDeclaringClass()->IsObjectClass()) {
716 ObjPtr<mirror::Class> method_class = method->GetDeclaringClass();
717 ObjPtr<mirror::Class> field_class = field->GetDeclaringClass();
    [all...]
  /art/runtime/verifier/
verifier_deps.cc 142 method->GetDeclaringClass());
145 DCHECK_EQ(GetClassDescriptorStringId(dex_file, method->GetDeclaringClass()), string_id);
148 return GetClassDescriptorStringId(dex_file, method->GetDeclaringClass());
161 field->GetDeclaringClass());
164 DCHECK_EQ(GetClassDescriptorStringId(dex_file, field->GetDeclaringClass()), string_id);
167 return GetClassDescriptorStringId(dex_file, field->GetDeclaringClass());
305 if (field != nullptr && !IsInClassPath(field->GetDeclaringClass())) {
328 if (method != nullptr && !IsInClassPath(method->GetDeclaringClass())) {
    [all...]

Completed in 1404 milliseconds

1 2 3 4