Home
last modified time | relevance | path

Searched refs:INFO (Results 76 – 100 of 117) sorted by relevance

12345

/art/runtime/
Druntime.cc345 ScopedLogSeverity sls(LogSeverity::INFO); in ~Runtime()
349 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO)); in ~Runtime()
354 LOG_STREAM(INFO) << "GC CPU time " << PrettyDuration(gc_cpu_time) in ~Runtime()
367 LOG_STREAM(INFO) << "Average bytes allocated at GC start, weighted by CPU time between GCs: " in ~Runtime()
370 LOG_STREAM(INFO) << "Average bytes allocated at GC end, weighted by CPU time between GCs: " in ~Runtime()
1332 LOG(INFO) << "Core platform API reporting enabled, enforcing=" in Init()
2673 LOG(INFO) << "Not creating JIT because of SafeMode."; in CreateJit()
2898 LOG(INFO) << "Unquickening " << vdexs.size() << " vdex files!"; in DeoptimizeBootImage()
Dparsed_options.cc567 LOG(INFO) << "option[" << i << "]=" << options[i].first; in DoParse()
611 LOG(INFO) << "setting boot class path to " << args.Get(M::BootClassPath)->Join(); in DoParse()
Dstack.cc641 LOG(INFO) << "Frame Id=" << GetFrameId() << " " << DescribeLocation(); in DescribeStack()
963 LOG(INFO) << ArtMethod::PrettyMethod(method) << "@" << method << " size=" << frame_size in WalkStack()
Dtrace.cc610 LOG(INFO) << ArtMethod::PrettyMethod(method) << " " << static_cast<int>(action); in DumpBuf()
689 LOG(INFO) << "Trace sent:\n" << header; in FinishTracing()
/art/cmdline/
Dcmdline.h38 #define DBG_LOG LOG(INFO)
/art/compiler/utils/
Dassembler_test_base.h126 LOG(INFO) << "Reference assembler chose a different encoding than ART (of the same size)"; in Driver()
/art/compiler/
Dcommon_compiler_test.cc94 LOG(INFO) << "MakeExecutable " << method->PrettyMethod() << " code=" << method_code; in MakeExecutable()
/art/openjdkjvmti/
Dti_method.cc827 JVMTI_LOG(INFO, jvmti_) << "Unable to Get local variable in slot " << slot_ << ". Expected" in GetTypeError()
831 JVMTI_LOG(INFO, jvmti_) << "Unable to get local variable in slot " << slot_ << "."; in GetTypeError()
989 JVMTI_LOG(INFO, jvmti_) << "Unable to Set local variable in slot " << slot_ << ". Expected" in GetTypeError()
993 JVMTI_LOG(INFO, jvmti_) << "Unable to set local variable in slot " << slot_ << ". " in GetTypeError()
Dti_stack.cc303 JVMTI_LOG(INFO, jvmti_env) << "The stack is not large enough for a start_depth of " in GetStackTrace()
1168 JVMTI_LOG(INFO, env) << "Can not pop final frame off of a stack"; in NonStandardExitFrames()
1226 JVMTI_LOG(INFO, env) << "Cannot force early return from " << called->PrettyMethod() in CheckFunctions()
1239 JVMTI_LOG(INFO, env) << "Cannot force early return from " << called->PrettyMethod() << " to " in CheckFunctions()
Dti_heap.cc1896 JVMTI_LOG(INFO, env) << "Cannot resize a null object"; in ChangeArraySize()
1901 JVMTI_LOG(INFO, env) << klass->PrettyClass() << " is not an array class!"; in ChangeArraySize()
1905 JVMTI_LOG(INFO, env) << "Cannot resize an array to a negative size"; in ChangeArraySize()
1922 JVMTI_LOG(INFO, env) << "Unable to allocate " << old_arr->GetClass()->PrettyClass() in ChangeArraySize()
/art/compiler/optimizing/
Doptimizing_compiler.cc137 LOG(INFO) << "TIMINGS " << GetMethodName(); in ~PassObserver()
138 LOG(INFO) << Dumpable<TimingLogger>(timing_logger_); in ~PassObserver()
1084 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling " in Compile()
1422 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling " in JitCompile()
/art/runtime/gc/space/
Dimage_space.cc130 LOG(INFO) << "Pruning dalvik-cache since we are generating an image and will need to recompile"; in GenerateImage()
178 LOG(INFO) << "Using an offset of 0x" << std::hex << base_offset << " from default " in GenerateImage()
201 LOG(INFO) << "GenerateImage: " << command_line; in GenerateImage()
821 logger.Dump(LOG_STREAM(INFO)); in InitAppImage()
888 LOG(INFO) << "Dumping image sections"; in Init()
892 LOG(INFO) << section_idx << " start=" in Init()
1589 logger.Dump(LOG_STREAM(INFO)); in RelocateInPlace()
3446 LOG(INFO) << "ImageSpace::BootImageLoader::LoadFromSystem exiting " in LoadFromSystem()
3448 logger.Dump(LOG_STREAM(INFO)); in LoadFromSystem()
3477 LOG(INFO) << "ImageSpace::BootImageLoader::LoadFromDalvikCache exiting " in LoadFromDalvikCache()
[all …]
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc402 LOG(INFO) << "Starting allocation tracing: sampling_rate=" << sampling_rate in ProcessOptions()
/art/tools/veridex/
Dveridex.cc317 LOG(INFO) << "No .dex found, skipping analysis."; in Load()
/art/runtime/gc/
Dheap.cc362 LOG(INFO) << "Heap() entering"; in Heap()
755 LOG(INFO) << "Heap() exiting"; in Heap()
920 LOG(INFO) << __FUNCTION__ << " blocked for " << PrettyDuration(wait_time); in IncrementDisableThreadFlip()
966 LOG(INFO) << __FUNCTION__ << " blocked for " << PrettyDuration(wait_time); in ThreadFlipBegin()
1302 LOG(INFO) << "gc stress unique=" << unique_count << " total=" << (unique_count + seen_count); in ~Heap()
2723 LOG(INFO) << gc_cause << " " << collector->GetName() in LogGC()
2806 LOG(INFO) << "Object " << obj_ << " is a root " << info.ToString(); in VisitRoot()
3448 LOG(INFO) << "WaitForGcToComplete blocked " << cause << " on " << last_gc_cause << " for " in WaitForGcToCompleteLocked()
3940 LOG(INFO) << "Stopping for native allocation, urgency: " << gc_urgency; in CheckGCForNative()
/art/runtime/jit/
Djit_memory_region.cc534 LOG(INFO) << "Falling back to ashmem implementation for JIT zygote mapping"; in CreateZygoteMemory()
/art/tools/common/
Dcommon.py60 INFO = 2 variable in LogSeverity
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc572 LOG(INFO) << "Got event " << #name << "(" << printer.GetResult() << ")"; \
579 LOG(INFO) << "Got event " << #name << "(" << printer.GetResult() << ")"; \
/art/test/ti-agent/
Dredefinition_helper.cc129 LOG(INFO) << "Could not find entrypoint!"; in CallRedefineEntrypoint()
/art/libartbase/base/
Dhash_set_test.cc231 LOG(INFO) << "Starting stress test with seed " << seed; in TEST_F()
/art/runtime/jni/
Dcheck_jni.cc558 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")"; in Check()
562 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")"; in Check()
565 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")"; in Check()
569 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in Check()
606 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")"; in CheckNonHeap()
613 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")"; in CheckNonHeap()
616 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")"; in CheckNonHeap()
620 … LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); in CheckNonHeap()
Djava_vm_ext.cc128 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\""; in CheckOnLoadResult()
1060 LOG(INFO) << "WOW: we lost a race to add shared library: " in LoadNativeLibrary()
/art/dex2oat/linker/
Dimage_writer.cc1459 LOG(INFO) << " " << image_class; in DumpImageClasses()
2675 LOG(INFO) << "Creating header for " << oat_filenames_[oat_index]; in CreateHeader()
2678 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()
2681 LOG(INFO) << "Methods: clean=" << clean_methods_ << " dirty=" << dirty_methods_; in CreateHeader()
2682 LOG(INFO) << "Image roots address=" << std::hex << image_info.image_roots_address_ << std::dec; in CreateHeader()
2683 LOG(INFO) << "Image begin=" << std::hex << reinterpret_cast<uintptr_t>(global_image_begin_) in CreateHeader()
2685 LOG(INFO) << "Oat file begin=" << std::hex << reinterpret_cast<uintptr_t>(oat_file_begin) in CreateHeader()
/art/runtime/dex/
Ddex_file_annotations.cc367 LOG(INFO) << "Unable to resolve " << klass.GetRealClass()->PrettyClass() in ProcessEncodedAnnotation()
407 LOG(INFO) << "Exception in AnnotationFactory.createAnnotation"; in ProcessEncodedAnnotation()
754 LOG(INFO) << "Exception in AnnotationMember.<init>"; in CreateAnnotationMember()
/art/dexlayout/
Ddexlayout_test.cc788 LOG(INFO) << dex_file->GetClassDescriptor(class_def); in TEST_F()

12345