/art/compiler/ |
D | compiler.cc | 54 << " in " << dex_file.PrettyMethod(method_idx); in IsPathologicalCase() 59 << accessor.RegistersSize() << " in " << dex_file.PrettyMethod(method_idx); in IsPathologicalCase()
|
/art/compiler/optimizing/ |
D | inliner.cc | 169 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod( in Run() 457 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline() 481 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod(); in TryInline() 583 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 591 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 613 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 622 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache() 754 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile() 820 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlineMonomorphicCall() 832 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod(); in TryInlineMonomorphicCall() [all …]
|
D | builder.cc | 91 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation() 100 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation()
|
/art/runtime/ |
D | art_method.cc | 113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache() 136 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex() 358 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(), in Invoke() 370 << "Don't call compiled code when -Xint " << PrettyMethod(); in Invoke() 385 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(), in Invoke() 389 LOG(INFO) << "Not invoking '" << PrettyMethod() << "' code=null"; in Invoke() 401 CHECK(IsNative()) << PrettyMethod(); in RegisterNative() 402 CHECK(native_method != nullptr) << PrettyMethod(); in RegisterNative() 412 CHECK(IsNative()) << PrettyMethod(); in UnregisterNative() 531 << method->PrettyMethod(); in FindOatMethodFor() [all …]
|
D | monitor_android.cc | 84 ctx << ArtMethod::PrettyMethod(m); in LogContentionEvent() 100 ctx << ArtMethod::PrettyMethod(owner_method); in LogContentionEvent()
|
D | oat_quick_method_header.cc | 61 << ") in " << method->PrettyMethod(); in ToDexPc() 90 << " in " << method->PrettyMethod(); in ToNativeQuickPc()
|
D | stack.cc | 160 << ArtMethod::PrettyMethod(m); in GetThisObject() 167 CHECK(success) << "Failed to read the this object in " << ArtMethod::PrettyMethod(m); in GetThisObject() 227 DCHECK(m->GetCodeItem() != nullptr) << m->PrettyMethod(); in GetVRegFromOptimizedCode() 576 result += m->PrettyMethod(); in DescribeLocation() 629 << method->PrettyMethod() in AssertPcIsWithinQuickCode() 674 CHECK(in_image) << canonical->PrettyMethod() << " not in linear alloc or image"; in SanityCheckFrame() 690 CHECK_LE(frame_size, kMaxExpectedFrameSize) << method->PrettyMethod(); in SanityCheckFrame() 749 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo() 816 CHECK(code != nullptr) << method->PrettyMethod(); in WalkStack() 883 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee) in WalkStack() [all …]
|
D | common_throws.cc | 104 ArtMethod::PrettyMethod(method).c_str()).c_str()); in ThrowAbstractMethodError() 110 dex_file.PrettyMethod(method_idx, in ThrowAbstractMethodError() 208 << " method " << ArtMethod::PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch() 214 msg << "Method '" << ArtMethod::PrettyMethod(accessed) << "' is inaccessible to class '" in ThrowIllegalAccessErrorMethod() 229 << "' cannot be written to by method '" << ArtMethod::PrettyMethod(referrer) << "'"; in ThrowIllegalAccessErrorFinalField() 265 msg << "The method '" << ArtMethod::PrettyMethod(method) << "' was expected to be of type " in ThrowIncompatibleClassChangeError() 283 << ArtMethod::PrettyMethod(method) << "'"; in ThrowIncompatibleClassChangeErrorClassForInterfaceSuper() 300 << "' in call to '" << ArtMethod::PrettyMethod(interface_method) << "'"; in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch() 329 ArtMethod::PrettyMethod(method).c_str()).c_str()); in ThrowIncompatibleClassChangeErrorForMethodConflict() 435 << dex_file.PrettyMethod(method_idx, true) << "' on a null object reference"; in ThrowNullPointerExceptionForMethodAccessImpl() [all …]
|
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 | instrumentation.cc | 267 CHECK_EQ(m, frame.method_) << "Expected " << ArtMethod::PrettyMethod(m) in InstrumentationInstallStack() 268 << ", Found " << ArtMethod::PrettyMethod(frame.method_); in InstrumentationInstallStack() 287 << " method is " << GetMethod()->PrettyMethod() in InstrumentationInstallStack() 393 << " Method=" << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack() 414 CHECK(m == instrumentation_frame.method_) << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack() 871 CHECK(has_not_been_deoptimized) << "Method " << ArtMethod::PrettyMethod(method) in Deoptimize() 895 CHECK(found_and_erased) << "Method " << ArtMethod::PrettyMethod(method) in Undeoptimize() 1217 LOG(INFO) << "Entering " << ArtMethod::PrettyMethod(method) << " from PC " in PushInstrumentationStackFrame() 1388 << visitor.caller->PrettyMethod() in PopInstrumentationStackFrame() 1390 << method->PrettyMethod() in PopInstrumentationStackFrame() [all …]
|
D | quick_exception_handler.cc | 166 LOG(INFO) << "Handler: " << handler_method_->PrettyMethod() << " (line: " in FindCatch() 267 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler() 328 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk() 355 << method->PrettyMethod(); in VisitFrame() 548 << deopt_method->PrettyMethod() in DeoptimizeSingleFrame() 680 LOG(INFO) << "R " << method->PrettyMethod(true); in VisitFrame() 688 << method->PrettyMethod(true); in VisitFrame()
|
D | reflection.cc | 252 m->PrettyMethod(false).c_str(), in BuildArgArrayFromObjectArray() 281 ArtMethod::PrettyMethod(m, false).c_str(), \ in BuildArgArrayFromObjectArray() 400 << " to " << m->PrettyMethod(); in CheckMethodArguments() 410 << arg << " as argument " << (i + 1) << " to " << m->PrettyMethod(); in CheckMethodArguments() 416 << arg << " as argument " << (i + 1) << " to " << m->PrettyMethod(); in CheckMethodArguments() 422 << arg << " as argument " << (i + 1) << " to " << m->PrettyMethod(); in CheckMethodArguments() 428 << arg << " as argument " << (i + 1) << " to " << m->PrettyMethod(); in CheckMethodArguments() 438 m->PrettyMethod().c_str()); in CheckMethodArguments() 655 m->PrettyMethod().c_str(), in InvokeMethod()
|
/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/openjdkjvmti/ |
D | deopt_manager.cc | 178 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in AddMethodBreakpoint() 179 DCHECK(!method->IsNative()) << method->PrettyMethod(); in AddMethodBreakpoint() 217 DCHECK(method->IsInvokable()) << method->PrettyMethod(); in RemoveMethodBreakpoint() 218 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in RemoveMethodBreakpoint() 219 DCHECK(!method->IsNative()) << method->PrettyMethod(); in RemoveMethodBreakpoint()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 719 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " " in HandleDeoptimization() 720 << ArtMethod::PrettyMethod(linked->GetMethod()); in HandleDeoptimization() 785 DCHECK(!method->IsNative()) << method->PrettyMethod(); in artQuickToInterpreterBridge() 788 DCHECK(non_proxy_method->GetCodeItem() != nullptr) << method->PrettyMethod(); in artQuickToInterpreterBridge() 821 << shadow_frame->GetMethod()->PrettyMethod(); in artQuickToInterpreterBridge() 842 << caller->PrettyMethod(); in artQuickToInterpreterBridge() 919 DCHECK(proxy_method->IsProxyMethod()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler() 920 DCHECK(receiver->GetClass()->IsProxyClass()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler() 925 DCHECK_EQ((*sp), proxy_method) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler() 936 CHECK(!non_proxy_method->IsStatic()) << proxy_method->PrettyMethod() << " " in artQuickProxyInvokeHandler() [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 39 << verifier->GetMethodReference().PrettyMethod(); in CheckConstructorReturn() 344 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor() 359 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor() 373 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor() 393 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor() 447 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters() 481 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters() 523 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()
|
/art/runtime/interpreter/ |
D | shadow_frame.cc | 30 CHECK(m->GetCodeItem() != nullptr) << ArtMethod::PrettyMethod(m); in GetThisObject()
|
/art/runtime/jit/ |
D | jit.cc | 281 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() in CompileMethod() 290 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to deoptimization"; in CompileMethod() 302 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod() 308 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod() 315 << ArtMethod::PrettyMethod(method) in CompileMethod() 475 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in MaybeDoOnStackReplacement() 590 << ArtMethod::PrettyMethod(method); in AddMemoryUsage() 625 VLOG(jit) << "Start profiling " << ArtMethod::PrettyMethod(method_); in Run() 676 VLOG(jit) << "Start profiling " << method->PrettyMethod(); in AddSamples()
|
/art/compiler/driver/ |
D | dex_compilation_unit.cc | 49 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_)); in GetSymbol()
|
/art/test/167-visit-locks/ |
D | visit_locks.cc | 53 if (m->PrettyMethod() == "void TestSync.run()") { in Java_Main_testVisitLocks()
|
/art/compiler/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/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/runtime/mirror/ |
D | method.cc | 56 DCHECK(!method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod() 108 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 136 << dex_file.PrettyMethod(method_idx, /* with signature */ true) in ArtJniCompileMethodInternal() 141 << dex_file.PrettyMethod(method_idx, /* with signature */ true); in ArtJniCompileMethodInternal() 146 << dex_file.PrettyMethod(method_idx, /* with signature */ true); in ArtJniCompileMethodInternal() 153 << dex_file.PrettyMethod(method_idx, /* with_signature */ true); in ArtJniCompileMethodInternal() 164 << dex_file.PrettyMethod(method_idx, /* with_signature */ true); in ArtJniCompileMethodInternal() 168 << dex_file.PrettyMethod(method_idx, /* with_signature */ true); in ArtJniCompileMethodInternal() 172 << dex_file.PrettyMethod(method_idx, /* with_signature */ true); in ArtJniCompileMethodInternal()
|