Searched refs:PrettyMethod (Results 1 - 25 of 97) sorted by relevance

1234

/art/compiler/
H A Dcompiler.cc54 << " in " << dex_file.PrettyMethod(method_idx);
59 << accessor.RegistersSize() << " in " << dex_file.PrettyMethod(method_idx);
/art/runtime/interpreter/
H A Dshadow_frame.cc30 CHECK(m->GetCodeItem() != nullptr) << ArtMethod::PrettyMethod(m);
/art/libdexfile/dex/
H A Dtest_dex_file_builder_test.cc75 dex_file->PrettyMethod(0u).c_str());
77 dex_file->PrettyMethod(1u).c_str());
H A Dmethod_reference.h31 std::string PrettyMethod(bool with_signature = true) const { function in class:art::MethodReference
32 return dex_file->PrettyMethod(index, with_signature);
/art/runtime/
H A Dmonitor_android.cc84 ctx << ArtMethod::PrettyMethod(m);
100 ctx << ArtMethod::PrettyMethod(owner_method);
H A Doat_quick_method_header.cc61 << ") in " << method->PrettyMethod();
90 << " in " << method->PrettyMethod();
H A Dart_method.cc113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
136 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
358 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(),
370 << "Don't call compiled code when -Xint " << PrettyMethod();
385 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(),
389 LOG(INFO) << "Not invoking '" << PrettyMethod() << "' code=null";
401 CHECK(IsNative()) << PrettyMethod();
402 CHECK(native_method != nullptr) << PrettyMethod();
412 CHECK(IsNative()) << PrettyMethod();
531 << method->PrettyMethod();
777 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { function in class:art::ArtMethod
784 std::string ArtMethod::PrettyMethod(bool with_signature) { function in class:art::ArtMethod
[all...]
H A Dcheck_reference_map_visitor.h47 LOG(INFO) << "At " << m->PrettyMethod(false);
50 LOG(WARNING) << "no PC for " << m->PrettyMethod();
H A Dstack.cc160 << ArtMethod::PrettyMethod(m);
167 CHECK(success) << "Failed to read the this object in " << ArtMethod::PrettyMethod(m);
227 DCHECK(m->GetCodeItem() != nullptr) << m->PrettyMethod();
576 result += m->PrettyMethod();
629 << method->PrettyMethod()
674 CHECK(in_image) << canonical->PrettyMethod() << " not in linear alloc or image";
690 CHECK_LE(frame_size, kMaxExpectedFrameSize) << method->PrettyMethod();
749 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod();
816 CHECK(code != nullptr) << method->PrettyMethod();
883 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(calle
[all...]
H A Dcommon_throws.cc104 ArtMethod::PrettyMethod(method).c_str()).c_str());
110 dex_file.PrettyMethod(method_idx,
208 << " method " << ArtMethod::PrettyMethod(called).c_str();
214 msg << "Method '" << ArtMethod::PrettyMethod(accessed) << "' is inaccessible to class '"
229 << "' cannot be written to by method '" << ArtMethod::PrettyMethod(referrer) << "'";
265 msg << "The method '" << ArtMethod::PrettyMethod(method) << "' was expected to be of type "
283 << ArtMethod::PrettyMethod(method) << "'";
300 << "' in call to '" << ArtMethod::PrettyMethod(interface_method) << "'";
329 ArtMethod::PrettyMethod(method).c_str()).c_str());
435 << dex_file.PrettyMethod(method_id
[all...]
H A Dinstrumentation.cc267 CHECK_EQ(m, frame.method_) << "Expected " << ArtMethod::PrettyMethod(m)
268 << ", Found " << ArtMethod::PrettyMethod(frame.method_);
287 << " method is " << GetMethod()->PrettyMethod()
393 << " Method=" << ArtMethod::PrettyMethod(m);
414 CHECK(m == instrumentation_frame.method_) << ArtMethod::PrettyMethod(m);
871 CHECK(has_not_been_deoptimized) << "Method " << ArtMethod::PrettyMethod(method)
895 CHECK(found_and_erased) << "Method " << ArtMethod::PrettyMethod(method)
1217 LOG(INFO) << "Entering " << ArtMethod::PrettyMethod(method) << " from PC "
1388 << visitor.caller->PrettyMethod()
1390 << method->PrettyMethod()
[all...]
/art/compiler/driver/
H A Ddex_compilation_unit.cc49 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_));
/art/test/167-visit-locks/
H A Dvisit_locks.cc53 if (m->PrettyMethod() == "void TestSync.run()") {
/art/compiler/optimizing/
H A Dinliner.cc169 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod(
457 LOG_TRY() << caller_dex_file.PrettyMethod(method_index);
481 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod();
583 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
591 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
613 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
622 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex())
754 << caller_compilation_unit_.GetDexFile()->PrettyMethod(
820 << "Call to " << ArtMethod::PrettyMethod(resolved_method)
832 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod();
[all...]
H A Dbuilder.cc91 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
100 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
/art/test/595-profile-saving/
H A Dprofile-saving.cc43 LOG(ERROR) << "Failed to create profiling info for method " << art_method->PrettyMethod();
/art/test/983-source-transform-verify/
H A Dsource_transform_art.cc70 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(it.GetMemberIndex())
/art/openjdkjvmti/
H A Ddeopt_manager.cc178 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod();
179 DCHECK(!method->IsNative()) << method->PrettyMethod();
217 DCHECK(method->IsInvokable()) << method->PrettyMethod();
218 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod();
219 DCHECK(!method->IsNative()) << method->PrettyMethod();
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc719 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " "
720 << ArtMethod::PrettyMethod(linked->GetMethod());
785 DCHECK(!method->IsNative()) << method->PrettyMethod();
788 DCHECK(non_proxy_method->GetCodeItem() != nullptr) << method->PrettyMethod();
821 << shadow_frame->GetMethod()->PrettyMethod();
842 << caller->PrettyMethod();
919 DCHECK(proxy_method->IsProxyMethod()) << proxy_method->PrettyMethod();
920 DCHECK(receiver->GetClass()->IsProxyClass()) << proxy_method->PrettyMethod();
925 DCHECK_EQ((*sp), proxy_method) << proxy_method->PrettyMethod();
936 CHECK(!non_proxy_method->IsStatic()) << proxy_method->PrettyMethod() << " "
[all...]
/art/runtime/mirror/
H A Dmethod.cc56 DCHECK(!method->IsConstructor()) << method->PrettyMethod();
108 DCHECK(method->IsConstructor()) << method->PrettyMethod();
/art/runtime/verifier/
H A Dregister_line.cc39 << verifier->GetMethodReference().PrettyMethod();
344 << verifier->GetMethodReference().PrettyMethod();
359 << verifier->GetMethodReference().PrettyMethod();
373 << verifier->GetMethodReference().PrettyMethod();
393 << verifier->GetMethodReference().PrettyMethod();
447 << verifier->GetMethodReference().PrettyMethod();
481 << verifier->GetMethodReference().PrettyMethod();
523 << verifier->GetMethodReference().PrettyMethod();
/art/runtime/jit/
H A Dprofiling_info.cc78 LOG(FATAL) << "No inline cache found for " << ArtMethod::PrettyMethod(method_) << "@" << dex_pc;
/art/runtime/native/
H A Djava_lang_reflect_Parameter.cc56 method->PrettyMethod().c_str(),
/art/test/1945-proxy-method-arguments/
H A Dget_args.cc63 CHECK(method->IsProxyMethod()) << method->PrettyMethod();
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc387 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
409 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
444 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
488 << "(" << GetDexFile().PrettyMethod(method_idx, true) << ")"
493 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true);
570 << dex_file.PrettyMethod(method_idx);
581 CHECK(inserted) << "Failed to insert " << dex_file.PrettyMethod(method_idx);

Completed in 477 milliseconds

1234