Home
last modified time | relevance | path

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

123

/art/runtime/mirror/
Dart_method.cc180 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
201 << ") in " << PrettyMethod(this); in ToDexPc()
229 << " in " << PrettyMethod(this); in ToNativePc()
320 LOG(INFO) << StringPrintf("Invoking '%s' %s code=%p", PrettyMethod(this).c_str(), in Invoke()
353 LOG(INFO) << StringPrintf("Returned '%s' %s code=%p", PrettyMethod(this).c_str(), in Invoke()
363 LOG(INFO) << "Not invoking '" << PrettyMethod(this) << "' code=null"; in Invoke()
376 CHECK(IsNative()) << PrettyMethod(this); in RegisterNative()
377 CHECK(!IsFastNative()) << PrettyMethod(this); in RegisterNative()
378 CHECK(native_method != NULL) << PrettyMethod(this); in RegisterNative()
386 CHECK(IsNative() && !IsFastNative()) << PrettyMethod(this); in UnregisterNative()
/art/compiler/dex/
Dfrontend.cc530 LOG(INFO) << "TIMINGS " << PrettyMethod(method_idx, *dex_file); in EndTiming()
608 << PrettyMethod(invoke_method_idx, dex_file) in CanCompileMethod()
625 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "..."; in CompileMethod()
634 << " in " << PrettyMethod(method_idx, dex_file); in CompileMethod()
639 << code_item->registers_size_ << " in " << PrettyMethod(method_idx, dex_file); in CompileMethod()
671 (PrettyMethod(method_idx, dex_file).find(cu.compiler_method_match) != std::string::npos)); in CompileMethod()
682 if (PrettyMethod(method_idx, dex_file).find(gVerboseMethods[i]) in CompileMethod()
725 << PrettyMethod(method_idx, dex_file); in CompileMethod()
733 << PrettyMethod(method_idx, dex_file) << " Reason = " << skip_message; in CompileMethod()
744 && cu.mir_graph->SkipCompilationByName(PrettyMethod(method_idx, dex_file))) { in CompileMethod()
[all …]
Ddex_to_dex_compiler.cc171 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileReturnVoid()
191 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileCheckCast()
221 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileInstanceFieldAccess()
253 << "(" << PrettyMethod(method_idx, GetDexFile(), true) << ")" in CompileInvokeVirtual()
258 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileInvokeVirtual()
Dverification_results.cc69 << PrettyMethod(ref.dex_method_index, *ref.dex_file); in ProcessVerifiedMethod()
104 use_sea = use_sea && (std::string::npos != PrettyMethod( in IsCandidateForCompilation()
/art/compiler/dex/quick/
Dmir_to_lir-inl.h72 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR0()
82 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR1()
92 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR2()
102 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR2NoDest()
112 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR3()
122 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR4()
133 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR5()
/art/compiler/sea_ir/
Dfrontend.cc47 LOG(INFO) << "Compiling " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file)); in CompileMethodWithSeaIr()
60 LOG(INFO) << "Compiled SEA IR method " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
/art/compiler/
Doat_test.cc47 EXPECT_TRUE(oat_method.GetQuickCode() == NULL) << PrettyMethod(method) << " " in CheckMethod()
49 EXPECT_TRUE(oat_method.GetPortableCode() == NULL) << PrettyMethod(method) << " " in CheckMethod()
66 << PrettyMethod(method) << " " << code_size; in CheckMethod()
70 EXPECT_TRUE(portable_oat_code != nullptr) << PrettyMethod(method); in CheckMethod()
80 << PrettyMethod(method) << " " << code_size; in CheckMethod()
Delf_patcher.cc94 << PrettyMethod(dex_cache->GetResolvedMethods()->Get(patch->GetTargetMethodIdx())) << " " in GetTargetMethod()
95 << PrettyMethod(method); in GetTargetMethod()
199 DCHECK_NE(quick_code, 0U) << PrettyMethod(target); in PatchElf()
Doat_writer.cc435 std::string name = PrettyMethod(it.GetMemberIndex(), *dex_file_, true); in VisitMethod()
466 << PrettyMethod(it.GetMemberIndex(), *dex_file_); in VisitMethod()
553 CHECK(method != NULL) << PrettyMethod(it.GetMemberIndex(), *dex_file_, true); in VisitMethod()
606 << PrettyMethod(it.GetMemberIndex(), *dex_file_); in VisitMethod()
637 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); in ReportWriteFailure()
667 << PrettyMethod(it.GetMemberIndex(), *dex_file_); in VisitMethod()
687 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " to " << out_->GetLocation(); in ReportWriteFailure()
/art/runtime/
Dstack.cc44 CHECK(code_item != NULL) << PrettyMethod(m); in GetThisObject()
131 << PrettyMethod(m); in GetThisObject()
180 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in GetVReg()
233 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in GetVRegPair()
290 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in SetVReg()
352 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile in SetVRegPair()
476 result += PrettyMethod(m); in DescribeLocation()
556 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: " in WalkStack()
557 << PrettyMethod(GetMethod()); in WalkStack()
559 LOG(FATAL) << "Expected: " << PrettyMethod(instrumentation_frame.method_) in WalkStack()
[all …]
Dcommon_throws.cc94 PrettyMethod(method).c_str()).c_str()); in ThrowAbstractMethodError()
163 << " method " << PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch()
169 msg << "Method '" << PrettyMethod(accessed) << "' is inaccessible to class '" in ThrowIllegalAccessErrorMethod()
185 << PrettyMethod(referrer) << "'"; in ThrowIllegalAccessErrorFinalField()
217 msg << "The method '" << PrettyMethod(method) << "' was expected to be of type " in ThrowIncompatibleClassChangeError()
234 << "' in call to '" << PrettyMethod(interface_method) << "'"; in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
322 msg << "No method '" << PrettyMethod(method_idx, dex_file, true) << "'"; in ThrowNoSuchMethodError()
344 << PrettyMethod(method_idx, dex_file, true) << "' on a null object reference"; in ThrowNullPointerExceptionForMethodAccessImpl()
Dinstrumentation.cc116 DCHECK(!method->IsNative()) << PrettyMethod(method); in UpdateEntrypoints()
117 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method); in UpdateEntrypoints()
265 CHECK_EQ(m, frame.method_) << "Expected " << PrettyMethod(m) in InstrumentationInstallStack()
266 << ", Found " << PrettyMethod(frame.method_); in InstrumentationInstallStack()
358 << " Method=" << PrettyMethod(m); in InstrumentationRestoreStack()
379 CHECK(m == instrumentation_frame.method_) << PrettyMethod(m); in InstrumentationRestoreStack()
793 CHECK(has_not_been_deoptimized) << "Method " << PrettyMethod(method) in Deoptimize()
823 CHECK(found_and_erased) << "Method " << PrettyMethod(method) in Undeoptimize()
1044 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr); in PushInstrumentationStackFrame()
1094 LOG(INFO) << "Deoptimizing into " << PrettyMethod(visitor.caller); in PopInstrumentationStackFrame()
[all …]
Dnative_bridge_art_interface.cc77 LOG(WARNING) << "Output native method array too small. Skipping " << PrettyMethod(m); in GetNativeMethods()
90 LOG(WARNING) << "Output native method array too small. Skipping " << PrettyMethod(m); in GetNativeMethods()
Dthrow_location.cc28 return StringPrintf("%s:%d", PrettyMethod(method_).c_str(), in Dump()
Ddex_method_iterator_test.cc42 LG << invoke_type << " " << PrettyMethod(method_idx, dex_file); in TEST_F()
Dreflection.cc238 PrettyMethod(mh.GetMethod(), false).c_str(), in BuildArgArrayFromObjectArray()
266 PrettyMethod(mh.GetMethod(), false).c_str(), \ in BuildArgArrayFromObjectArray()
387 << " to " << PrettyMethod(h_m.Get()); in CheckMethodArguments()
398 PrettyMethod(h_m.Get()).c_str()); in CheckMethodArguments()
570 PrettyMethod(m).c_str()).c_str()); in InvokeMethod()
Dtrace.cc492 LOG(INFO) << PrettyMethod(method) << " " << static_cast<int>(action); in DumpBuf()
562 LOG(ERROR) << "Unexpected dex PC event in tracing " << PrettyMethod(method) << " " << new_dex_pc; in DexPcMoved()
569 LOG(ERROR) << "Unexpected field read event in tracing " << PrettyMethod(method) << " " << dex_pc; in FieldRead()
577 LOG(ERROR) << "Unexpected field write event in tracing " << PrettyMethod(method) << " " << dex_pc; in FieldWritten()
/art/test/004-StackWalk/
Dstack_walk_jni.cc53 LOG(INFO) << "At " << PrettyMethod(m, false); in VisitFrame()
56 LOG(WARNING) << "no PC for " << PrettyMethod(m); in VisitFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc474 DCHECK(!method->IsNative()) << PrettyMethod(method); in artQuickToInterpreterBridge()
478 DCHECK(code_item != nullptr) << PrettyMethod(method); in artQuickToInterpreterBridge()
500 DCHECK(Thread::Current()->IsExceptionPending()) << PrettyMethod(method); in artQuickToInterpreterBridge()
589 DCHECK(proxy_method->IsProxyMethod()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
590 DCHECK(receiver->GetClass()->IsProxyClass()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
595 DCHECK_EQ(sp->AsMirrorPtr(), proxy_method) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
599 << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
610 CHECK(!non_proxy_method->IsStatic()) << PrettyMethod(proxy_method) << " " in artQuickProxyInvokeHandler()
611 << PrettyMethod(non_proxy_method); in artQuickProxyInvokeHandler()
618 DCHECK_GT(args.size(), 0U) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
[all …]
Dquick_instrumentation_entrypoints.cc46 CHECK(result != NULL) << PrettyMethod(method); in artInstrumentationMethodEntryFromCode()
/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc58 LOG(INFO) << "At " << PrettyMethod(m, false); in VisitFrame()
63 LOG(WARNING) << "no PC for " << PrettyMethod(m); in VisitFrame()
/art/compiler/driver/
Ddex_compilation_unit.cc61 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_)); in GetSymbol()
Dcompiler_driver-inl.h243 resolved_method) << PrettyMethod(resolved_method); in IsFastInvoke()
247 DCHECK_NE(*invoke_type, kSuper) << PrettyMethod(resolved_method); in IsFastInvoke()
/art/runtime/verifier/
Dmethod_verifier.cc183 *error += PrettyMethod(method_idx, *dex_file); in VerifyClass()
227 *error += PrettyMethod(method_idx, *dex_file); in VerifyClass()
263 << PrettyMethod(method_idx, *dex_file) << "\n"); in VerifyMethod()
272 << PrettyMethod(method_idx, *dex_file) << "\n"); in VerifyMethod()
282 LOG(WARNING) << "Verification of " << PrettyMethod(method_idx, *dex_file) in VerifyMethod()
509 std::string location(StringPrintf("%s: [0x%X]", PrettyMethod(dex_method_idx_, *dex_file_).c_str(), in Fail()
517 return info_messages_ << "VFY: " << PrettyMethod(dex_method_idx_, *dex_file_) in LogVerifyInfo()
1102 prepend += PrettyMethod(dex_method_idx_, *dex_file_); in VerifyCodeFlow()
1351 LOG(FATAL) << "work_line diverged in " << PrettyMethod(dex_method_idx_, *dex_file_) in CodeFlowVerifyMethod()
1359 std::string prepend(PrettyMethod(dex_method_idx_, *dex_file_)); in CodeFlowVerifyMethod()
[all …]
/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc48 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method) in FindMethodHelper()

123