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

1 2 3

  /art/runtime/
dex_method_iterator_test.cc 42 LG << invoke_type << " " << PrettyMethod(method_idx, dex_file);
throw_location.cc 28 return StringPrintf("%s:%d", PrettyMethod(method_).c_str(),
native_bridge_art_interface.cc 77 LOG(WARNING) << "Output native method array too small. Skipping " << PrettyMethod(m);
90 LOG(WARNING) << "Output native method array too small. Skipping " << PrettyMethod(m);
common_throws.cc 94 PrettyMethod(method).c_str()).c_str());
163 << " method " << PrettyMethod(called).c_str();
169 msg << "Method '" << PrettyMethod(accessed) << "' is inaccessible to class '"
185 << PrettyMethod(referrer) << "'";
217 msg << "The method '" << PrettyMethod(method) << "' was expected to be of type "
234 << "' in call to '" << PrettyMethod(interface_method) << "'";
322 msg << "No method '" << PrettyMethod(method_idx, dex_file, true) << "'";
344 << PrettyMethod(method_idx, dex_file, true) << "' on a null object reference";
instrumentation.cc 116 DCHECK(!method->IsNative()) << PrettyMethod(method);
117 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method);
265 CHECK_EQ(m, frame.method_) << "Expected " << PrettyMethod(m)
266 << ", Found " << PrettyMethod(frame.method_);
358 << " Method=" << PrettyMethod(m);
379 CHECK(m == instrumentation_frame.method_) << PrettyMethod(m);
793 CHECK(has_not_been_deoptimized) << "Method " << PrettyMethod(method)
823 CHECK(found_and_erased) << "Method " << PrettyMethod(method)
    [all...]
stack.cc 44 CHECK(code_item != NULL) << PrettyMethod(m);
140 << PrettyMethod(m);
189 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
242 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
299 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
361 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
485 result += PrettyMethod(m);
565 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "
566 << PrettyMethod(GetMethod());
568 LOG(FATAL) << "Expected: " << PrettyMethod(instrumentation_frame.method_
    [all...]
  /art/compiler/sea_ir/
frontend.cc 47 LOG(INFO) << "Compiling " << PrettyMethod(method_idx, dex_file) << ".";
49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file));
60 LOG(INFO) << "Compiled SEA IR method " << PrettyMethod(method_idx, dex_file) << ".";
  /art/test/004-StackWalk/
stack_walk_jni.cc 53 LOG(INFO) << "At " << PrettyMethod(m, false);
56 LOG(WARNING) << "no PC for " << PrettyMethod(m);
  /art/runtime/mirror/
art_method.cc 159 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this);
180 << ") in " << PrettyMethod(this);
208 << " in " << PrettyMethod(this);
299 LOG(INFO) << StringPrintf("Invoking '%s' %s code=%p", PrettyMethod(this).c_str(),
332 LOG(INFO) << StringPrintf("Returned '%s' %s code=%p", PrettyMethod(this).c_str(),
342 LOG(INFO) << "Not invoking '" << PrettyMethod(this) << "' code=null";
355 CHECK(IsNative()) << PrettyMethod(this);
356 CHECK(!IsFastNative()) << PrettyMethod(this);
357 CHECK(native_method != NULL) << PrettyMethod(this);
365 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this)
    [all...]
throwable.cc 95 result += StringPrintf(" at %s (%s:%d)\n", PrettyMethod(method, true).c_str(),
  /art/compiler/dex/quick/
mir_to_lir-inl.h 72 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
82 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
92 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
102 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
112 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
122 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
133 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
  /art/compiler/dex/
dex_to_dex_compiler.cc 171 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
191 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
221 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
253 << "(" << PrettyMethod(method_idx, GetDexFile(), true) << ")"
258 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
verification_results.cc 69 << PrettyMethod(ref.dex_method_index, *ref.dex_file);
113 use_sea = use_sea && (std::string::npos != PrettyMethod(
frontend.cc 530 LOG(INFO) << "TIMINGS " << PrettyMethod(method_idx, *dex_file);
608 << PrettyMethod(invoke_method_idx, dex_file)
625 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "...";
634 << " in " << PrettyMethod(method_idx, dex_file);
639 << code_item->registers_size_ << " in " << PrettyMethod(method_idx, dex_file);
671 (PrettyMethod(method_idx, dex_file).find(cu.compiler_method_match) != std::string::npos));
682 if (PrettyMethod(method_idx, dex_file).find(gVerboseMethods[i])
725 << PrettyMethod(method_idx, dex_file);
733 << PrettyMethod(method_idx, dex_file) << " Reason = " << skip_message;
744 && cu.mir_graph->SkipCompilationByName(PrettyMethod(method_idx, dex_file)))
    [all...]
verified_method.cc 86 << PrettyMethod(method_verifier->GetMethodReference().dex_method_index,
94 << PrettyMethod(method_verifier->GetMethodReference().dex_method_index,
109 << PrettyMethod(method_verifier->GetMethodReference().dex_method_index,
  /art/compiler/driver/
dex_compilation_unit.cc 61 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_));
  /art/compiler/
oat_test.cc 47 EXPECT_TRUE(oat_method.GetQuickCode() == NULL) << PrettyMethod(method) << " "
49 EXPECT_TRUE(oat_method.GetPortableCode() == NULL) << PrettyMethod(method) << " "
66 << PrettyMethod(method) << " " << code_size;
70 EXPECT_TRUE(portable_oat_code != nullptr) << PrettyMethod(method);
80 << PrettyMethod(method) << " " << code_size;
elf_patcher.cc 94 << PrettyMethod(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx())) << " "
95 << PrettyMethod(method);
210 DCHECK_NE(quick_code, 0U) << PrettyMethod(target);
compiler.cc 48 bool use_sea = (std::string::npos != PrettyMethod(method_idx, dex_file).find("fibonacci"));
oat_writer.cc 443 std::string name = PrettyMethod(it.GetMemberIndex(), *dex_file_, true);
474 << PrettyMethod(it.GetMemberIndex(), *dex_file_);
561 CHECK(method != NULL) << PrettyMethod(it.GetMemberIndex(), *dex_file_, true);
613 << PrettyMethod(it.GetMemberIndex(), *dex_file_);
645 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
676 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " for " << DataAccess::Name();
696 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation();
    [all...]
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 58 LOG(INFO) << "At " << PrettyMethod(m, false);
63 LOG(WARNING) << "no PC for " << PrettyMethod(m);
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 46 CHECK(result != NULL) << PrettyMethod(method);
quick_trampoline_entrypoints.cc 497 DCHECK(!method->IsNative()) << PrettyMethod(method);
501 DCHECK(code_item != nullptr) << PrettyMethod(method);
523 DCHECK(Thread::Current()->IsExceptionPending()) << PrettyMethod(method);
612 DCHECK(proxy_method->IsProxyMethod()) << PrettyMethod(proxy_method);
613 DCHECK(receiver->GetClass()->IsProxyClass()) << PrettyMethod(proxy_method);
618 DCHECK_EQ(sp->AsMirrorPtr(), proxy_method) << PrettyMethod(proxy_method);
622 << PrettyMethod(proxy_method);
633 CHECK(!non_proxy_method->IsStatic()) << PrettyMethod(proxy_method) << " "
634 << PrettyMethod(non_proxy_method);
641 DCHECK_GT(args.size(), 0U) << PrettyMethod(proxy_method)
    [all...]
  /art/runtime/entrypoints/portable/
portable_invoke_entrypoints.cc 48 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method)
  /art/runtime/verifier/
method_verifier.cc 200 *error += PrettyMethod(method_idx, *dex_file);
244 *error += PrettyMethod(method_idx, *dex_file);
280 << PrettyMethod(method_idx, *dex_file) << "\n");
289 << PrettyMethod(method_idx, *dex_file) << "\n");
299 LOG(WARNING) << "Verification of " << PrettyMethod(method_idx, *dex_file)
526 std::string location(StringPrintf("%s: [0x%X] ", PrettyMethod(dex_method_idx_, *dex_file_).c_str(),
534 return info_messages_ << "VFY: " << PrettyMethod(dex_method_idx_, *dex_file_)
    [all...]

Completed in 558 milliseconds

1 2 3