Lines Matching refs:LOG
65 LOG(FATAL) << "JNI ERROR (app bug): see above."; in AbortIfNoCheckJNI()
90 LOG(ERROR) << error_str; in IndirectReferenceTable()
115 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow " in Add()
146 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex in Add()
158 LOG(FATAL) << "Internal Error: non-empty local reference table\n" in AssertEmpty()
188 LOG(WARNING) << "Attempt to remove non-JNI local reference, dumping thread"; in Remove()
190 self->Dump(LOG(WARNING)); in Remove()
199 LOG(WARNING) << "Attempt to remove index outside index area (" << idx in Remove()
205 LOG(WARNING) << "Attempt to remove invalid index " << idx in Remove()
222 LOG(INFO) << "+++ checking for hole at " << topIndex - 1 in Remove()
230 LOG(INFO) << "+++ ate hole at " << (topIndex - 1); in Remove()
239 LOG(INFO) << "+++ ate last entry " << topIndex - 1; in Remove()
246 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove()
256 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << segment_state_.parts.numHoles; in Remove()