Home | History | Annotate | Download | only in runtime

Lines Matching refs:PrettyMethod

44     CHECK(code_item != NULL) << PrettyMethod(m);
140 << PrettyMethod(m);
189 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
242 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
299 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
361 DCHECK(code_item != nullptr) << PrettyMethod(m); // Can't be NULL or how would we compile
485 result += PrettyMethod(m);
565 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: "
566 << PrettyMethod(GetMethod());
568 LOG(FATAL) << "Expected: " << PrettyMethod(instrumentation_frame.method_)
569 << " Found: " << PrettyMethod(GetMethod());