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

1 2

  /art/test/497-inlining-and-class-loader/
clear_dex_cache.cc 31 mirror::DexCache* dex_cache = soa.Decode<mirror::Class*>(cls)->GetDexCache();
56 mirror::DexCache* dex_cache = soa.Decode<mirror::Class*>(cls)->GetDexCache();
58 ArtMethod** methods = soa.Decode<mirror::Class*>(cls)->GetDexCache()->GetResolvedMethods();
  /art/runtime/mirror/
field-inl.h 60 auto* resolved_field = field->GetDexCache()->GetResolvedField(dex_field_index, pointer_size);
73 field->GetDexCache()->SetResolvedField(dex_field_index, field, pointer_size);
dex_cache_test.cc 62 EXPECT_TRUE(linear_alloc->Contains(klass->GetDexCache()->GetResolvedMethods()));
field.cc 70 mirror::DexCache* const dex_cache = declaring_class->GetDexCache();
class.cc 417 if (GetDexCache() == dex_cache) {
498 if (GetDexCache() == dex_cache) {
675 if (GetDexCache() == dex_cache) {
715 if (dex_cache == GetDexCache()) {
    [all...]
  /art/runtime/verifier/
method_verifier-inl.h 49 inline mirror::DexCache* MethodVerifier::GetDexCache() {
  /art/runtime/
class_linker-inl.h 66 DCHECK_LT(string_idx, declaring_class->GetDexCache()->NumStrings());
70 Handle<mirror::DexCache> dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
85 Handle<mirror::DexCache> dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
97 mirror::DexCache* dex_cache_ptr = declaring_class->GetDexCache();
149 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
170 return GetResolvedField(field_idx, field_declaring_class->GetDexCache());
179 Handle<mirror::DexCache> dex_cache(hs.NewHandle(declaring_class->GetDexCache()));
art_field-inl.h 296 auto* dex_cache = declaring_class->GetDexCache();
311 inline mirror::DexCache* ArtField::GetDexCache() SHARED_REQUIRES(Locks::mutator_lock_) {
312 return GetDeclaringClass()->GetDexCache();
316 return GetDexCache()->GetDexFile();
322 auto* dex_cache = GetDexCache();
art_method-inl.h 133 ->GetDexCache()->NumResolvedMethods());
152 ->GetDexCache()->NumResolvedMethods());
183 GetInterfaceMethodIfProxy(ptr_size)->GetDeclaringClass()->GetDexCache();
275 return GetDexCache()->GetDexFile();
393 inline mirror::DexCache* ArtMethod::GetDexCache() {
395 return GetDeclaringClass()->GetDexCache();
art_method.cc 60 Handle<mirror::DexCache> dex_cache(hs.NewHandle(GetDexCache()));
111 if (GetDexCache() == other->GetDexCache()) {
336 auto* dex_cache = GetDexCache();
common_throws.cc 361 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();
391 Thread::Current()->GetCurrentMethod(nullptr)->GetDeclaringClass()->GetDexCache();
398 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();
536 method->GetDeclaringClass()->GetDexCache()->GetDexFile();
art_field.h 192 mirror::DexCache* GetDexCache() SHARED_REQUIRES(Locks::mutator_lock_);
  /art/test/595-profile-saving/
profile-saving.cc 77 const DexFile* dex_file = soa.Decode<mirror::Class*>(cls)->GetDexCache()->GetDexFile();
  /art/compiler/driver/
dex_compilation_unit.h 111 Handle<mirror::DexCache> GetDexCache() const {
compiler_driver-inl.h 33 inline mirror::DexCache* CompilerDriver::GetDexCache(const DexCompilationUnit* mUnit) {
106 *declaring_dex_file = declaring_class->GetDexCache()->GetDexFile();
182 if (LIKELY(members_class->GetDexCache() == dex_cache)) {
279 *declaring_dex_file = declaring_class->GetDexCache()->GetDexFile();
365 CHECK_EQ(referrer_class->GetDexCache()->GetResolvedMethod(
  /art/compiler/optimizing/
builder.h 54 ssa_builder_(graph, dex_compilation_unit->GetDexCache(), handles),
inliner.cc 193 if (cls->GetDexCache() == nullptr) {
200 DCHECK_EQ(cls->GetDexCache(), dex_cache.Get());
270 ? caller_compilation_unit_.GetDexCache().Get()
277 resolved_method = caller_compilation_unit_.GetDexCache().Get()->GetResolvedMethod(
358 handles_->NewHandle(field->GetDexCache()),
373 ic.GetMonomorphicType(), caller_dex_file, caller_compilation_unit_.GetDexCache());
414 outer_compilation_unit_.GetDexCache(),
498 ic.GetTypeAt(i), caller_dex_file, caller_compilation_unit_.GetDexCache());
543 outer_compilation_unit_.GetDexCache(),
733 outer_compilation_unit_.GetDexCache(),
    [all...]
instruction_builder.cc 679 method_idx, dex_compilation_unit_->GetDexCache(), class_loader)));
690 dex_compilation_unit_->GetDexCache(),
709 dex_compilation_unit_->GetDexCache().Get(),
    [all...]
sharpening.cc 172 ? compilation_unit_.GetDexCache()
  /art/runtime/native/
java_lang_Class.cc 423 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
435 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
451 if (!klass->IsProxyClass() && klass->GetDexCache() != nullptr) {
477 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
487 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
504 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
528 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
542 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
553 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr) {
568 if (klass->IsProxyClass() || klass->GetDexCache() == nullptr)
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 68 Handle<mirror::DexCache> dex_cache(hs.NewHandle(outer_method->GetDexCache()));
349 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(method->GetDexCache()));
617 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedField(field_idx, sizeof(void*));
672 referring_class->GetDexCache()->GetResolvedMethod(method_idx, sizeof(void*));
698 referring_class->GetDexCache()->GetResolvedType(method_type_idx)
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 150 method->GetDexCache()->GetResolvedMethod(method_index, pointer_size);
218 mirror::DexCache* dex_cache = method->GetDexCache();
344 target_method->GetDexCache() != method->GetDexCache()) {
734 mirror::DexCache* dex_cache = method->GetDexCache();
  /art/compiler/dex/
verified_method.cc 173 ArtMethod* abstract_method = method_verifier->GetDexCache()->GetResolvedMethod(
  /art/compiler/
exception_test.cc 54 dex_ = my_klass_->GetDexCache()->GetDexFile();
common_compiler_test.cc 49 mirror::DexCache* dex_cache = method->GetDeclaringClass()->GetDexCache();

Completed in 1011 milliseconds

1 2