Home | History | Annotate | Download | only in quick

Lines Matching full:dex_file

18 #include "dex_file-inl.h"
125 << PrettyMethod(cu_->method_idx, *cu_->dex_file);
247 << PrettyMethod(cu_->method_idx, *cu_->dex_file);
272 cu_->dex_file->GetMethodId(cu_->method_idx);
273 std::string signature(cu_->dex_file->GetMethodSignature(method_id));
274 std::string name(cu_->dex_file->GetMethodName(method_id));
275 std::string descriptor(cu_->dex_file->GetMethodDeclaringClassDescriptor(method_id));
364 cu_->compiler_driver->AddCodePatch(cu_->dex_file,
371 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target);
380 cu_->compiler_driver->AddMethodPatch(cu_->dex_file,
387 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target);
501 LOG(INFO) << "Bad dex2pcMapping table in " << PrettyMethod(cu_->method_idx, *cu_->dex_file);
639 MethodReference method_ref(cu_->dex_file, cu_->method_idx);