Home
last modified time | relevance | path

Searched refs:PrettyMethod (Results 1 – 25 of 107) sorted by relevance

12345

/art/compiler/
Dcompiler.cc60 << " in " << dex_file.PrettyMethod(method_idx); in IsPathologicalCase()
65 << accessor.RegistersSize() << " in " << dex_file.PrettyMethod(method_idx); in IsPathologicalCase()
/art/runtime/
Dart_method.cc113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
141 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
353 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(), in Invoke()
365 << "Don't call compiled code when -Xint " << PrettyMethod(); in Invoke()
380 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(), in Invoke()
384 LOG(INFO) << "Not invoking '" << PrettyMethod() << "' code=null"; in Invoke()
396 CHECK(IsNative()) << PrettyMethod(); in RegisterNative()
397 CHECK(native_method != nullptr) << PrettyMethod(); in RegisterNative()
407 CHECK(IsNative()) << PrettyMethod(); in UnregisterNative()
515 << method->PrettyMethod(); in FindOatMethodFor()
[all …]
Dmonitor_android.cc84 ctx << ArtMethod::PrettyMethod(m); in LogContentionEvent()
100 ctx << ArtMethod::PrettyMethod(owner_method); in LogContentionEvent()
Doat_quick_method_header.cc53 << ") in " << method->PrettyMethod(); in ToDexPc()
86 << " in " << method->PrettyMethod(); in ToNativeQuickPc()
Dquick_exception_handler.cc184 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()
285 << "method=" << ArtMethod::PrettyMethod(stack_visitor->GetMethod()) in SetCatchEnvironmentForOptimizedHandler()
343 CHECK(callee_method_ != nullptr) << GetMethod()->PrettyMethod(false); in FinishStackWalk()
352 << " at method " << ArtMethod::PrettyMethod(method); in VisitFrame()
372 << method->PrettyMethod(); in VisitFrame()
584 << deopt_method->PrettyMethod() in DeoptimizeSingleFrame()
590 << deopt_method->PrettyMethod() in DeoptimizeSingleFrame()
678 LOG(INFO) << "R " << method->PrettyMethod(true); in DumpFramesWithType()
686 << method->PrettyMethod(true); in DumpFramesWithType()
Dstack.cc178 << ArtMethod::PrettyMethod(m); in GetThisObject()
275 DCHECK(m->GetCodeItem() != nullptr) << m->PrettyMethod(); in GetVRegFromOptimizedCode()
654 result += m->PrettyMethod(); in DescribeLocation()
669 << GetMethod()->PrettyMethod() << " is inlined into " in SetMethod()
670 << GetOuterMethod()->PrettyMethod(); in SetMethod()
709 << method->PrettyMethod() in AssertPcIsWithinQuickCode()
755 CHECK(in_image) << canonical->PrettyMethod() << " not in linear alloc or image"; in SanityCheckFrame()
770 CHECK_LE(frame_size, kMaxExpectedFrameSize) << method->PrettyMethod(); in SanityCheckFrame()
821 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod(); in GetCurrentQuickFrameInfo()
876 CHECK(code != nullptr) << method->PrettyMethod(); in WalkStack()
[all …]
Dcommon_throws.cc102 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 …]
Dcheck_reference_map_visitor.h52 LOG(INFO) << "At " << m->PrettyMethod(false); in VisitFrame()
55 LOG(WARNING) << "no PC for " << m->PrettyMethod(); in VisitFrame()
Dinstrumentation.cc148 LOG(INFO) << "Popping for unwind " << method->PrettyMethod(); in PopFramesTo()
362 << "Expected " << ArtMethod::PrettyMethod(m) in InstrumentationInstallStack()
363 << ", Found " << ArtMethod::PrettyMethod(frame.method_); in InstrumentationInstallStack()
382 << " method is " << GetMethod()->PrettyMethod() in InstrumentationInstallStack()
482 << " Method=" << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack()
503 << ArtMethod::PrettyMethod(m) in InstrumentationRestoreStack()
504 << " and " << instrumentation_frame.method_->GetNonObsoleteMethod()->PrettyMethod(); in InstrumentationRestoreStack()
1022 CHECK(has_not_been_deoptimized) << "Method " << ArtMethod::PrettyMethod(method) in Deoptimize()
1046 CHECK(found_and_erased) << "Method " << ArtMethod::PrettyMethod(method) in Undeoptimize()
1145 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in GetCodeForInvoke()
[all …]
Dart_method-inl.h408 DCHECK(!IsAbstract()) << PrettyMethod(); in SetCounter()
413 DCHECK(!IsAbstract()) << PrettyMethod(); in GetCounter()
420 DCHECK_EQ(imt_index, ImTable::GetImtIndex(this)) << PrettyMethod(); in GetImtIndex()
428 DCHECK(IsAbstract()) << PrettyMethod(); in CalculateAndSetImtIndex()
/art/compiler/optimizing/
Dinliner.cc177 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod( in Run()
485 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod(); in FindActualCallTarget()
503 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline()
618 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()); in TryInlineFromInlineCache()
625 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
647 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
656 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
785 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile()
851 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlineMonomorphicCall()
863 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod(); in TryInlineMonomorphicCall()
[all …]
Dbuilder.cc89 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation()
98 << dex_file_->PrettyMethod(dex_compilation_unit_->GetDexMethodIndex()) in SkipCompilation()
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc75 dex_file->PrettyMethod(0u).c_str()); in TEST()
77 dex_file->PrettyMethod(1u).c_str()); in TEST()
Dmethod_reference.h31 std::string PrettyMethod(bool with_signature = true) const {
32 return dex_file->PrettyMethod(index, with_signature);
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc598 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " " in HandleDeoptimization()
599 << ArtMethod::PrettyMethod(linked->GetMethod()); in HandleDeoptimization()
664 DCHECK(!method->IsNative()) << method->PrettyMethod(); in artQuickToInterpreterBridge()
667 DCHECK(non_proxy_method->GetCodeItem() != nullptr) << method->PrettyMethod(); in artQuickToInterpreterBridge()
700 DCHECK(Thread::Current()->IsExceptionPending()) << method->PrettyMethod(); in artQuickToInterpreterBridge()
726 << caller->PrettyMethod(); in artQuickToInterpreterBridge()
728 VLOG(deopt) << "Forcing deoptimization on return from method " << method->PrettyMethod() in artQuickToInterpreterBridge()
729 << " to " << caller->PrettyMethod() in artQuickToInterpreterBridge()
811 DCHECK(proxy_method->IsProxyMethod()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
812 DCHECK(receiver->GetClass()->IsProxyClass()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
[all …]
/art/runtime/mirror/
Dmethod.cc30 DCHECK(!method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
49 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
/art/runtime/verifier/
Dregister_line.cc39 << 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/
Dshadow_frame.cc30 CHECK(m->GetCodeItem() != nullptr) << ArtMethod::PrettyMethod(m); in GetThisObject()
/art/openjdkjvmti/
Ddeopt_manager.cc126 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/
Ddex_to_dex_compiler.cc387 << 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/
Dvisit_locks.cc54 if (m->PrettyMethod() == "void TestSync.run()") { in Java_Main_testVisitLocks()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc63 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(method.GetIndex()) in VerifyClassData()
/art/compiler/jni/quick/
Djni_compiler.cc134 << dex_file.PrettyMethod(method_idx, /* with signature */ true) in ArtJniCompileMethodInternal()
139 << dex_file.PrettyMethod(method_idx, /* with signature */ true); in ArtJniCompileMethodInternal()
144 << dex_file.PrettyMethod(method_idx, /* with signature */ true); in ArtJniCompileMethodInternal()
151 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal()
162 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal()
166 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal()
170 << dex_file.PrettyMethod(method_idx, /* with_signature= */ true); in ArtJniCompileMethodInternal()
/art/compiler/jit/
Djit_compiler.cc168 << method->PrettyMethod() in CompileMethod()
189 << method->PrettyMethod() in CompileMethod()
/art/test/595-profile-saving/
Dprofile-saving.cc43 LOG(ERROR) << "Failed to create profiling info for method " << art_method->PrettyMethod(); in Java_Main_ensureProfilingInfo()

12345