Lines Matching refs:PrettyMethod
44 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()
560 << " Found: " << PrettyMethod(GetMethod()); in WalkStack()