Home
last modified time | relevance | path

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

123

/art/runtime/mirror/
Dart_method.cc157 DCHECK(IsNative() || IsCalleeSaveMethod() || IsProxyMethod()) << PrettyMethod(this); in ToDexPc()
178 << ") in " << PrettyMethod(this); in ToDexPc()
209 << " in " << PrettyMethod(this); in ToNativePc()
260 LOG(INFO) << "Not invoking " << PrettyMethod(this) << " for a runtime that isn't started"; in Invoke()
268 …LOG(INFO) << StringPrintf("Invoking '%s' code=%p", PrettyMethod(this).c_str(), GetEntryPointFromCo… in Invoke()
286 …LOG(INFO) << StringPrintf("Returned '%s' code=%p", PrettyMethod(this).c_str(), GetEntryPointFromCo… in Invoke()
289 LOG(INFO) << "Not invoking '" << PrettyMethod(this) in Invoke()
311 CHECK(IsNative()) << PrettyMethod(this); in RegisterNative()
312 CHECK(native_method != NULL) << PrettyMethod(this); in RegisterNative()
331 CHECK(IsNative()) << PrettyMethod(this); in UnregisterNative()
Dart_method-inl.h83 DCHECK(!IsRuntimeMethod() && !IsProxyMethod()) << PrettyMethod(this); in GetCodeSize()
134 << PrettyMethod(this) in AssertPcIsWithinCode()
Dthrowable.cc73 result += StringPrintf(" at %s (%s:%d)\n", PrettyMethod(method, true).c_str(), in Dump()
/art/compiler/dex/quick/
Dmir_to_lir-inl.h68 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR0()
78 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR1()
88 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR2()
98 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR3()
108 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR4()
119 << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " " in NewLIR5()
/art/runtime/
Dstack.cc39 CHECK(code_item != NULL) << PrettyMethod(m); in GetThisObject()
121 << PrettyMethod(m); in GetThisObject()
149 …DCHECK(code_item != NULL) << PrettyMethod(m); // Can't be NULL or how would we compile its instru… in GetVReg()
174 …DCHECK(code_item != NULL) << PrettyMethod(m); // Can't be NULL or how would we compile its instru… in SetVReg()
248 result += PrettyMethod(m); in DescribeLocation()
319 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: " in WalkStack()
320 << PrettyMethod(GetMethod()); in WalkStack()
322 LOG(FATAL) << "Expected: " << PrettyMethod(instrumentation_frame.method_) in WalkStack()
323 << " Found: " << PrettyMethod(GetMethod()); in WalkStack()
Dinstrumentation.cc116 << " Method=" << PrettyMethod(m); in InstrumentationInstallStack()
199 … LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() << " Method=" << PrettyMethod(m); in InstrumentationRestoreStack()
219 CHECK(m == instrumentation_frame.method_) << PrettyMethod(m); in InstrumentationRestoreStack()
488 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr); in PushInstrumentationStackFrame()
532 LOG(INFO) << "Deoptimizing into " << PrettyMethod(visitor.caller); in PopInstrumentationStackFrame()
537 LOG(INFO) << "Deoptimizing from " << PrettyMethod(method) in PopInstrumentationStackFrame()
545 LOG(INFO) << "Returning from " << PrettyMethod(method) in PopInstrumentationStackFrame()
563 LOG(INFO) << "Popping for deoptimization " << PrettyMethod(method); in PopMethodForUnwind()
567 LOG(INFO) << "Popping for unwind " << PrettyMethod(method); in PopMethodForUnwind()
580 os << "Frame " << frame_id_ << " " << PrettyMethod(method_) << ":" in Dump()
Dcommon_throws.cc74 PrettyMethod(method).c_str()).c_str()); in ThrowAbstractMethodError()
145 << " method " << PrettyMethod(called).c_str(); in ThrowIllegalAccessErrorClassForMethodDispatch()
151 msg << "Method '" << PrettyMethod(accessed) << "' is inaccessible to class '" in ThrowIllegalAccessErrorMethod()
167 << PrettyMethod(referrer) << "'"; in ThrowIllegalAccessErrorFinalField()
193 msg << "The method '" << PrettyMethod(method) << "' was expected to be of type " in ThrowIncompatibleClassChangeError()
210 << "' in call to '" << PrettyMethod(interface_method) << "'"; in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
282 msg << "No method '" << PrettyMethod(method_idx, dex_file, true) << "'"; in ThrowNoSuchMethodError()
304 << PrettyMethod(method_idx, dex_file, true) << "' on a null object reference"; in ThrowNullPointerExceptionForMethodAccessImpl()
Dthrow_location.cc29 return StringPrintf("%s:%d", PrettyMethod(method_).c_str(), in Dump()
Ddex_method_iterator_test.cc39 LG << invoke_type << " " << PrettyMethod(method_idx, dex_file); in TEST_F()
Dutils.h204 std::string PrettyMethod(const mirror::ArtMethod* m, bool with_signature = true)
206 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature = true);
/art/compiler/dex/
Dfrontend.cc119 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "..."; in CompileMethod()
139 (PrettyMethod(method_idx, dex_file).find(cu.compiler_method_match) != in CompileMethod()
251 VLOG(compiler) << "Compiled " << PrettyMethod(method_idx, dex_file); in CompileMethod()
253 VLOG(compiler) << "Deferred " << PrettyMethod(method_idx, dex_file); in CompileMethod()
259 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats); in CompileMethod()
265 << " " << PrettyMethod(method_idx, dex_file); in CompileMethod()
Ddex_to_dex_compiler.cc176 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileReturnVoid()
197 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileCheckCast()
227 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileInstanceFieldAccess()
257 << "(" << PrettyMethod(method_idx, GetDexFile(), true) << ")" in CompileInvokeVirtual()
262 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true); in CompileInvokeVirtual()
/art/compiler/sea_ir/
Dfrontend.cc50 LOG(INFO) << "Compiling " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
52 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file)); in CompileMethodWithSeaIr()
63 LOG(INFO) << "Compiled SEA IR method " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc372 DCHECK(proxy_method->IsProxyMethod()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
373 DCHECK(receiver->GetClass()->IsProxyClass()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
378 DCHECK_EQ(*sp, proxy_method) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
382 << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
393 DCHECK(!proxy_mh.IsStatic()) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
399 DCHECK_GT(args.size(), 0U) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
404 DCHECK(interface_method != NULL) << PrettyMethod(proxy_method); in artQuickProxyInvokeHandler()
405 DCHECK(!interface_method->IsProxyMethod()) << PrettyMethod(interface_method); in artQuickProxyInvokeHandler()
Dquick_instrumentation_entrypoints.cc38 CHECK(result != NULL) << PrettyMethod(method); in artInstrumentationMethodEntryFromCode()
Dquick_invoke_entrypoints.cc134 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method) in artInvokeInterfaceTrampoline()
168 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method) in artInvokeCommon()
/art/test/StackWalk/
Dstack_walk_jni.cc55 LOG(INFO) << "At " << PrettyMethod(m, false); in VisitFrame()
58 LOG(WARNING) << "no PC for " << PrettyMethod(m); in VisitFrame()
/art/compiler/
Doat_test.cc40 EXPECT_TRUE(oat_method.GetCode() == NULL) << PrettyMethod(method) << " " in CheckMethod()
49 EXPECT_TRUE(oat_code != NULL) << PrettyMethod(method); in CheckMethod()
56 << PrettyMethod(method) << " " << code_size; in CheckMethod()
Doat_writer.cc374 << PrettyMethod(method_idx, *dex_file); in InitOatCodeMethod()
615 PLOG(ERROR) << "Failed to write " << what << " for " << PrettyMethod(method_idx, dex_file) in ReportWriteFailure()
700 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
702 DCHECK(code_offset == method_offsets.code_offset_) << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
730 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
734 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
754 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
758 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
778 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
782 << PrettyMethod(method_idx, dex_file); in WriteCodeMethod()
/art/test/ReferenceMap/
Dstack_walk_refmap_jni.cc60 LOG(INFO) << "At " << PrettyMethod(m, false); in VisitFrame()
65 LOG(WARNING) << "no PC for " << PrettyMethod(m); in VisitFrame()
/art/compiler/driver/
Ddex_compilation_unit.cc58 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_)); in GetSymbol()
/art/runtime/verifier/
Dmethod_verifier.cc169 *error += PrettyMethod(method_idx, *dex_file); in VerifyClass()
211 *error += PrettyMethod(method_idx, *dex_file); in VerifyClass()
245 << PrettyMethod(method_idx, *dex_file) << "\n"); in VerifyMethod()
254 << PrettyMethod(method_idx, *dex_file) << "\n"); in VerifyMethod()
263 LOG(WARNING) << "Verification of " << PrettyMethod(method_idx, *dex_file) in VerifyMethod()
465 std::string location(StringPrintf("%s: [0x%X]", PrettyMethod(dex_method_idx_, *dex_file_).c_str(), in Fail()
1044 prepend += PrettyMethod(dex_method_idx_, *dex_file_); in VerifyCodeFlow()
1319 LOG(FATAL) << "work_line diverged in " << PrettyMethod(dex_method_idx_, *dex_file_) in CodeFlowVerifyMethod()
1328 std::string prepend(PrettyMethod(dex_method_idx_, *dex_file_)); in CodeFlowVerifyMethod()
2255 << PrettyMethod(abs_method) << "'"; in CodeFlowVerifyInstruction()
[all …]
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc73 DCHECK(jni_method->IsNative()) << PrettyMethod(jni_method); in artWorkAroundAppJniBugs()
/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc50 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method) in FindMethodHelper()
/art/oatdump/
Doatdump.cc310 class_method_index, PrettyMethod(dex_method_idx, dex_file, true).c_str(), in DumpOatMethod()
820 os << StringPrintf("%p Method: %s\n", method, PrettyMethod(method).c_str()); in PrettyObjectValue()
938 PrettyMethod(obj->AsArtMethod()).c_str()); in Callback()
984 DCHECK(method->GetNativeGcMap() == NULL) << PrettyMethod(method); in Callback()
985 DCHECK(method->GetMappingTable() == NULL) << PrettyMethod(method); in Callback()
998 DCHECK(method->GetNativeGcMap() == NULL) << PrettyMethod(method); in Callback()
999 DCHECK(method->GetMappingTable() == NULL) << PrettyMethod(method); in Callback()
1003 CHECK(method->GetNativeGcMap() != NULL) << PrettyMethod(method); in Callback()
1202 os << PrettyMethod(method_outlier[j]) << " requires storage of " in DumpOutliers()
1242 os << PrettyMethod(method_outlier[j]) << " expanded code by " in DumpOutliers()

123