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

1 2 3 4

  /art/compiler/
compiler.cc 54 << " in " << dex_file.PrettyMethod(method_idx);
59 << accessor.RegistersSize() << " in " << dex_file.PrettyMethod(method_idx);
  /art/runtime/interpreter/
shadow_frame.cc 30 CHECK(m->GetCodeItem() != nullptr) << ArtMethod::PrettyMethod(m);
  /art/libdexfile/dex/
test_dex_file_builder_test.cc 75 dex_file->PrettyMethod(0u).c_str());
77 dex_file->PrettyMethod(1u).c_str());
method_reference.h 31 std::string PrettyMethod(bool with_signature = true) const {
32 return dex_file->PrettyMethod(index, with_signature);
  /art/runtime/
monitor_android.cc 84 ctx << ArtMethod::PrettyMethod(m);
100 ctx << ArtMethod::PrettyMethod(owner_method);
oat_quick_method_header.cc 61 << ") in " << method->PrettyMethod();
90 << " in " << method->PrettyMethod();
art_method.cc 113 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();
    [all...]
check_reference_map_visitor.h 47 LOG(INFO) << "At " << m->PrettyMethod(false);
50 LOG(WARNING) << "no PC for " << m->PrettyMethod();
stack.cc 160 << 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();
    [all...]
common_throws.cc 104 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_idx, true) << "' on a null object reference"
    [all...]
instrumentation.cc 267 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);
    [all...]
  /art/compiler/driver/
dex_compilation_unit.cc 49 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_));
  /art/test/167-visit-locks/
visit_locks.cc 53 if (m->PrettyMethod() == "void TestSync.run()") {
  /art/compiler/optimizing/
inliner.cc 169 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(
    [all...]
builder.cc 91 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
100 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex())
  /art/test/595-profile-saving/
profile-saving.cc 43 LOG(ERROR) << "Failed to create profiling info for method " << art_method->PrettyMethod();
  /art/openjdkjvmti/
deopt_manager.cc 178 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/
quick_trampoline_entrypoints.cc 719 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " "
720 << ArtMethod::PrettyMethod(linked->GetMethod());
785 DCHECK(!method->IsNative()) << method->PrettyMethod();
    [all...]
  /art/runtime/mirror/
method.cc 56 DCHECK(!method->IsConstructor()) << method->PrettyMethod();
108 DCHECK(method->IsConstructor()) << method->PrettyMethod();
  /art/runtime/verifier/
register_line.cc 39 << 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/
profiling_info.cc 78 LOG(FATAL) << "No inline cache found for " << ArtMethod::PrettyMethod(method_) << "@" << dex_pc;
  /art/runtime/native/
java_lang_reflect_Parameter.cc 56 method->PrettyMethod().c_str(),
  /art/test/1945-proxy-method-arguments/
get_args.cc 63 CHECK(method->IsProxyMethod()) << method->PrettyMethod();
  /art/test/983-source-transform-verify/
source_transform_art.cc 70 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(it.GetMemberIndex())
  /art/compiler/dex/
dex_to_dex_compiler.cc 387 << 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 553 milliseconds

1 2 3 4