Lines Matching defs:class_linker
31 #include "class_linker.h"
173 VLOG(class_linker) << "Failed to find dex_file";
178 VLOG(class_linker) << "Failed to find class_name";
187 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
188 class_linker->RegisterDexFile(*dex_file);
192 mirror::Class* result = class_linker->DefineClass(soa.Self(), descriptor.c_str(), hash,
195 VLOG(class_linker) << "DexFile_defineClassNative returning " << result;
200 VLOG(class_linker) << "Failed to find dex_class_def";
396 ClassLinker* class_linker = runtime->GetClassLinker();
400 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath();