HomeSort by relevance Sort by last modified time
    Searched defs:class_linker (Results 1 - 25 of 63) sorted by null

1 2 3

  /art/runtime/native/
java_lang_reflect_Proxy.cc 19 #include "class_linker.h"
32 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
33 return soa.AddLocalReference<jclass>(class_linker->CreateProxyClass(
java_lang_reflect_Array.cc 19 #include "class_linker-inl.h"
59 ClassLinker* class_linker = runtime->GetClassLinker(); local
60 ObjPtr<mirror::Class> array_class = class_linker->FindArrayClass(soa.Self(), &element_class);
java_lang_reflect_Field.cc 22 #include "class_linker.h"
23 #include "class_linker-inl.h"
132 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); local
133 if (UNLIKELY(!class_linker->EnsureInitialized(soa.Self(), h_klass, true, true))) {
  /art/runtime/gc/
heap_verification_test.cc 19 #include "class_linker.h"
38 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); local
41 class_linker->GetClassRoot(ClassLinker::ClassRoot::kObjectArrayClass),
  /art/runtime/
imtable_test.cc 25 #include "class_linker.h"
45 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
55 hs.NewHandle(class_linker->FindClass(self, class_name.c_str(), h_class_loader)));
65 hs.NewHandle(class_linker->FindClass(self, class_name.c_str(), h_class_loader)));
handle_scope_test.cc 20 #include "class_linker-inl.h"
47 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); local
53 ObjPtr<mirror::Class> c = class_linker->FindSystemClass(soa.Self(), "Ljava/lang/Object;");
94 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); local
96 hs.NewHandle(class_linker->FindSystemClass(soa.Self(), "Ljava/lang/Object;"));
instrumentation_test.cc 22 #include "class_linker-inl.h"
459 ClassLinker* class_linker = runtime->GetClassLinker(); local
462 mirror::Class* klass = class_linker->FindClass(soa.Self(), "LInstrumentation;", loader);
506 ClassLinker* class_linker = runtime->GetClassLinker(); local
509 mirror::Class* klass = class_linker->FindClass(soa.Self(), "LInstrumentation;", loader);
    [all...]
reference_table_test.cc 22 #include "class_linker.h"
43 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
49 class_linker->FindClass(self,
53 CHECK(class_linker->EnsureInitialized(self, h_ref_class, true, true));
60 "<init>", "(Ljava/lang/Object;)V", class_linker->GetImagePointerSize());
art_field-inl.h 23 #include "class_linker.h"
317 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
319 type = class_linker->ResolveType(*dex_file, field_id.type_idx_, declaring_class);
322 type = class_linker->LookupResolvedType(
  /art/runtime/mirror/
array.cc 21 #include "class_linker-inl.h"
96 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
100 hs.NewHandle(class_linker->FindArrayClass(self, &element_class_ptr)));
107 array_class.Assign(class_linker->FindArrayClass(self, &array_class_ptr));
method_type_test.cc 23 #include "class_linker-inl.h"
44 ClassLinker* const class_linker = runtime->GetClassLinker(); local
52 Handle<mirror::Class> return_clazz = hs.NewHandle(class_linker->FindClass(
57 mirror::Class* class_array_type = class_linker->FindArrayClass(self, &class_type);
62 Handle<mirror::Class> param = hs.NewHandle(class_linker->FindClass(
emulated_stack_frame.cc 171 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
172 ObjPtr<mirror::Class> array_class(class_linker->GetClassRoot(ClassLinker::kObjectArrayClass));
  /art/runtime/openjdkjvmti/
ti_class_loader.cc 149 art::ClassLinker* class_linker = art::Runtime::Current()->GetClassLinker(); local
153 art::Handle<art::mirror::Class> base_dex_loader_class(hs.NewHandle(class_linker->FindClass(
162 class_linker->FindClass(self, dex_path_list_name, null_loader)
167 class_linker->FindClass(self, dex_path_list_element_name, null_loader)
ti_search.cc 40 #include "class_linker.h"
61 art::ClassLinker* class_linker)
64 class_linker->LookupClass(self, "Ljava/lang/System;", nullptr);
85 art::ClassLinker* class_linker = art::Runtime::Current()->GetClassLinker(); local
86 DCHECK(class_linker != nullptr);
91 class_linker->LookupClass(self, "Ljava/util/Properties;", nullptr);
96 art::ObjPtr<art::mirror::Object> props_obj = GetSystemProperties(self, class_linker);
  /art/compiler/optimizing/
intrinsics.cc 21 #include "class_linker.h"
232 ClassLinker* class_linker = runtime->GetClassLinker(); local
235 info.integer_cache = class_linker->FindSystemClass(self, "Ljava/lang/Integer$IntegerCache;");
244 info.integer = class_linker->FindSystemClass(self, "Ljava/lang/Integer;");
sharpening.cc 21 #include "class_linker.h"
236 ClassLinker* class_linker = runtime->GetClassLinker(); local
241 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file));
248 string = class_linker->ResolveString(dex_file, string_index, dex_cache);
262 string = class_linker->LookupString(dex_file, string_index, dex_cache.Get());
274 string = class_linker->LookupString(dex_file, string_index, dex_cache.Get());
  /art/compiler/dex/
dex_to_dex_compiler.cc 283 ClassLinker* class_linker = unit_.GetClassLinker(); local
284 ArtMethod* resolved_method = class_linker->ResolveMethod<ClassLinker::kForceICCECheck>(
332 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); local
335 class_linker,
342 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)));
inline_method_analyser.cc 22 #include "class_linker-inl.h"
217 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
218 ArtField* field = class_linker->LookupResolvedField(field_index, method, /* is_static */ false);
228 ArtField* f = class_linker->LookupResolvedField(iputs[old_pos].field_index,
711 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
712 ArtField* field = class_linker->LookupResolvedField(field_idx, method, /* is_static */ false);
  /art/runtime/base/
logging.h 38 bool class_linker; // Enabled with "-verbose:class". member in struct:art::LogVerbosity
  /art/compiler/driver/
compiler_driver_test.cc 24 #include "class_linker-inl.h"
82 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
90 mirror::Class* c = class_linker->FindClass(soa.Self(), descriptor, loader);
92 const auto pointer_size = class_linker->GetImagePointerSize();
210 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
215 mirror::Class* klass = class_linker->FindClass(self, "LStaticLeafMethods;", h_loader);
220 const auto pointer_size = class_linker->GetImagePointerSize();
227 EXPECT_FALSE(class_linker->IsQuickToInterpreterBridge(code));
229 EXPECT_TRUE(class_linker->IsQuickToInterpreterBridge(code));
271 ClassLinker* class_linker = Runtime::Current()->GetClassLinker() local
332 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
    [all...]
  /art/runtime/interpreter/
interpreter.cc 429 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
432 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) {
545 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
547 ObjPtr<mirror::Class> klass = class_linker->ResolveType(
interpreter_common.h 36 #include "class_linker-inl.h"
305 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
308 if (UNLIKELY(!class_linker->EnsureInitialized(self, h_class, true, true))) {
  /art/runtime/verifier/
reg_type.cc 24 #include "class_linker-inl.h"
757 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
758 mirror::Class* array_class = class_linker->FindArrayClass(Thread::Current(), &common_elem);
reg_type_cache.cc 24 #include "class_linker-inl.h"
149 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
155 klass = class_linker->FindClass(self, descriptor, class_loader);
157 klass = class_linker->LookupClass(self, descriptor, loader);
  /art/compiler/
image_test.cc 27 #include "class_linker-inl.h"
139 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); local
140 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath();
146 class_linker->AppendToBootClassPath(soa.Self(), *dex_file.get());
376 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); local
378 mirror::Class* klass = class_linker->FindSystemClass(Thread::Current(), image_class.c_str());

Completed in 760 milliseconds

1 2 3