/art/compiler/ |
D | compiler.cc | 60 << " in " << dex_file.PrettyMethod(method_idx); in IsPathologicalCase() 65 << accessor.RegistersSize() << " in " << dex_file.PrettyMethod(method_idx); in IsPathologicalCase()
|
/art/runtime/ |
D | art_method.cc | 109 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache() 132 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex() 345 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(), in Invoke() 357 << "Don't call compiled code when -Xint " << PrettyMethod(); in Invoke() 372 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(), in Invoke() 376 LOG(INFO) << "Not invoking '" << PrettyMethod() << "' code=null"; in Invoke() 388 CHECK(IsNative()) << PrettyMethod(); in RegisterNative() 389 CHECK(native_method != nullptr) << PrettyMethod(); in RegisterNative() 399 CHECK(IsNative()) << PrettyMethod(); in UnregisterNative() 506 << method->PrettyMethod(); in FindOatMethodFor() [all …]
|
D | oat_quick_method_header.cc | 48 << ") in " << method->PrettyMethod(); in ToDexPc() 76 << " in " << method->PrettyMethod(); in ToNativeQuickPc()
|
D | monitor_android.cc | 84 ctx << ArtMethod::PrettyMethod(m); in LogContentionEvent() 100 ctx << ArtMethod::PrettyMethod(owner_method); in LogContentionEvent()
|
D | stack.cc | 137 << ArtMethod::PrettyMethod(m); in GetThisObject() 204 DCHECK(m->GetCodeItem() != nullptr) << m->PrettyMethod(); in GetVRegFromOptimizedCode() 557 result += m->PrettyMethod(); in DescribeLocation() 572 << GetMethod()->PrettyMethod() << " is inlined into " in SetMethod() 573 << GetOuterMethod()->PrettyMethod(); in SetMethod() 612 << method->PrettyMethod() in AssertPcIsWithinQuickCode() 657 CHECK(in_image) << canonical->PrettyMethod() << " not in linear alloc or image"; in SanityCheckFrame() 673 CHECK_LE(frame_size, kMaxExpectedFrameSize) << method->PrettyMethod(); in SanityCheckFrame() 732 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo() 799 CHECK(code != nullptr) << method->PrettyMethod(); in WalkStack() [all …]
|
D | quick_exception_handler.cc | 233 LOG(INFO) << "Handler: " << handler_method_->PrettyMethod() << " (line: " in FindCatch() 332 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler() 390 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk() 399 << " at method " << ArtMethod::PrettyMethod(method); in VisitFrame() 419 << method->PrettyMethod(); in VisitFrame() 597 << deopt_method->PrettyMethod() in DeoptimizeSingleFrame() 603 << deopt_method->PrettyMethod() in DeoptimizeSingleFrame() 686 LOG(INFO) << "R " << method->PrettyMethod(true); in DumpFramesWithType() 694 << method->PrettyMethod(true); in DumpFramesWithType()
|
D | check_reference_map_visitor.h | 47 LOG(INFO) << "At " << m->PrettyMethod(false); in VisitFrame() 50 LOG(WARNING) << "no PC for " << m->PrettyMethod(); in VisitFrame()
|
D | common_throws.cc | 102 ArtMethod::PrettyMethod(method).c_str()).c_str()); in ThrowAbstractMethodError() 108 dex_file.PrettyMethod(method_idx, in ThrowAbstractMethodError() 206 << " method " << ArtMethod::PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch() 212 msg << "Method '" << ArtMethod::PrettyMethod(accessed) << "' is inaccessible to class '" in ThrowIllegalAccessErrorMethod() 227 << "' cannot be written to by method '" << ArtMethod::PrettyMethod(referrer) << "'"; in ThrowIllegalAccessErrorFinalField() 263 msg << "The method '" << ArtMethod::PrettyMethod(method) << "' was expected to be of type " in ThrowIncompatibleClassChangeError() 281 << ArtMethod::PrettyMethod(method) << "'"; in ThrowIncompatibleClassChangeErrorClassForInterfaceSuper() 298 << "' in call to '" << ArtMethod::PrettyMethod(interface_method) << "'"; in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch() 327 ArtMethod::PrettyMethod(method).c_str()).c_str()); in ThrowIncompatibleClassChangeErrorForMethodConflict() 437 << dex_file.PrettyMethod(method_idx, true) << "' on a null object reference"; in ThrowNullPointerExceptionForMethodAccessImpl() [all …]
|
D | instrumentation.cc | 135 LOG(INFO) << "Popping for unwind " << method->PrettyMethod(); in PopFramesTo() 329 << "Expected " << ArtMethod::PrettyMethod(m) in InstrumentationInstallStack() 330 << ", Found " << ArtMethod::PrettyMethod(frame.method_); in InstrumentationInstallStack() 349 << " method is " << GetMethod()->PrettyMethod() in InstrumentationInstallStack() 455 << " Method=" << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack() 478 << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack() 971 CHECK(has_not_been_deoptimized) << "Method " << ArtMethod::PrettyMethod(method) in Deoptimize() 995 CHECK(found_and_erased) << "Method " << ArtMethod::PrettyMethod(method) in Undeoptimize() 1094 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in GetCodeForInvoke() 1345 LOG(INFO) << "Entering " << ArtMethod::PrettyMethod(method) << " from PC " in PushInstrumentationStackFrame() [all …]
|
D | art_method-inl.h | 417 DCHECK(!IsAbstract()) << PrettyMethod(); in SetCounter() 422 DCHECK(!IsAbstract()) << PrettyMethod(); in GetCounter() 429 DCHECK_EQ(imt_index, ImTable::GetImtIndex(this)) << PrettyMethod(); in GetImtIndex() 437 DCHECK(IsAbstract()) << PrettyMethod(); in CalculateAndSetImtIndex()
|
/art/compiler/optimizing/ |
D | inliner.cc | 177 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod( in Run() 479 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline() 503 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod(); in TryInline() 608 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 616 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 638 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 647 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 778 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile() 844 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlineMonomorphicCall() 856 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod(); in TryInlineMonomorphicCall() [all …]
|
D | builder.cc | 89 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation() 98 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation()
|
/art/libdexfile/dex/ |
D | test_dex_file_builder_test.cc | 75 dex_file->PrettyMethod(0u).c_str()); in TEST() 77 dex_file->PrettyMethod(1u).c_str()); in TEST()
|
D | method_reference.h | 31 std::string PrettyMethod(bool with_signature = true) const { 32 return dex_file->PrettyMethod(index, with_signature);
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 682 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " " in HandleDeoptimization() 683 << ArtMethod::PrettyMethod(linked->GetMethod()); in HandleDeoptimization() 748 DCHECK(!method->IsNative()) << method->PrettyMethod(); in artQuickToInterpreterBridge() 751 DCHECK(non_proxy_method->GetCodeItem() != nullptr) << method->PrettyMethod(); in artQuickToInterpreterBridge() 785 << shadow_frame->GetMethod()->PrettyMethod(); in artQuickToInterpreterBridge() 810 << caller->PrettyMethod(); in artQuickToInterpreterBridge() 812 VLOG(deopt) << "Forcing deoptimization on return from method " << method->PrettyMethod() in artQuickToInterpreterBridge() 813 << " to " << caller->PrettyMethod() in artQuickToInterpreterBridge() 895 DCHECK(proxy_method->IsProxyMethod()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler() 896 DCHECK(receiver->GetClass()->IsProxyClass()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler() [all …]
|
/art/runtime/mirror/ |
D | method.cc | 30 DCHECK(!method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod() 49 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
|
/art/runtime/verifier/ |
D | register_line.cc | 39 << verifier->GetMethodReference().PrettyMethod(); in CheckConstructorReturn() 346 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor() 361 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor() 375 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor() 395 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor() 449 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters() 483 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters() 525 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()
|
/art/runtime/interpreter/ |
D | shadow_frame.cc | 30 CHECK(m->GetCodeItem() != nullptr) << ArtMethod::PrettyMethod(m); in GetThisObject()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 126 stream << "Breakpoint: " << bp->PrettyMethod() << " @ 0x" << std::hex << loc << "\n"; in DumpDeoptInfo() 236 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in AddMethodBreakpoint() 237 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint() 275 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in RemoveMethodBreakpoint() 276 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in RemoveMethodBreakpoint() 277 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 387 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileReturnVoid() 409 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileCheckCast() 444 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileInstanceFieldAccess() 488 << "(" << GetDexFile().PrettyMethod(method_idx, true) << ")" in CompileInvokeVirtual() 493 << GetDexFile().PrettyMethod(unit_.GetDexMethodIndex(), true); in CompileInvokeVirtual() 570 << dex_file.PrettyMethod(method_idx); in CompileMethod() 581 CHECK(inserted) << "Failed to insert " << dex_file.PrettyMethod(method_idx); in CompileMethod()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 54 if (m->PrettyMethod() == "void TestSync.run()") { in Java_Main_testVisitLocks()
|
/art/test/595-profile-saving/ |
D | profile-saving.cc | 43 LOG(ERROR) << "Failed to create profiling info for method " << art_method->PrettyMethod(); in Java_Main_ensureProfilingInfo()
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 63 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(method.GetIndex()) in VerifyClassData()
|
/art/runtime/jit/ |
D | jit.cc | 256 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() in CompileMethod() 265 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to deoptimization"; in CompileMethod() 277 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod() 283 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod() 290 << ArtMethod::PrettyMethod(method) in CompileMethod() 441 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in MaybeDoOnStackReplacement() 551 << ArtMethod::PrettyMethod(method); in AddMemoryUsage() 598 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_); in Run() 870 VLOG(jit) << "Start profiling " << method->PrettyMethod(); in MaybeCompileMethod()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 137 << dex_file.PrettyMethod(method_idx, /* with signature */ true) in ArtJniCompileMethodInternal() 142 << dex_file.PrettyMethod(method_idx, /* with signature */ true); in ArtJniCompileMethodInternal() 147 << dex_file.PrettyMethod(method_idx, /* with signature */ true); in ArtJniCompileMethodInternal() 154 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal() 165 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal() 169 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal() 173 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal()
|