Home
last modified time | relevance | path

Searched refs:INFO (Results 1 – 25 of 132) sorted by relevance

123456

/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc104 LOG(INFO) << "Found " << n_ext << " extension functions"; in SetupJvmtiEnv()
107 LOG(INFO) << info.id; in SetupJvmtiEnv()
108 LOG(INFO) << "\tdesc: " << info.short_description; in SetupJvmtiEnv()
109 LOG(INFO) << "\targuments: (count: " << info.param_count << ")"; in SetupJvmtiEnv()
112 LOG(INFO) << "\t\t" << param; in SetupJvmtiEnv()
114 LOG(INFO) << "\tErrors: (count: " << info.error_count << ")"; in SetupJvmtiEnv()
118 LOG(INFO) << "\t\t" << name; in SetupJvmtiEnv()
130 LOG(INFO) << "Found " << n_ext << " extension events"; in SetupJvmtiEnv()
133 LOG(INFO) << info.id; in SetupJvmtiEnv()
134 LOG(INFO) << "\tindex: " << info.extension_event_index; in SetupJvmtiEnv()
[all …]
/art/runtime/gc/
Dheap_verification_test.cc106 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
111 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj"); in TEST_F()
112 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj"); in TEST_F()
113 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj"); in TEST_F()
124 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
133 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test"); in TEST_F()
134 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj"); in TEST_F()
136 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment), in TEST_F()
138 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj"); in TEST_F()
139 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr"); in TEST_F()
[all …]
Dreference_queue_test.cc78 LOG(INFO) << oss.str(); in TEST_F()
95 LOG(INFO) << oss.str(); in TEST_F()
100 LOG(INFO) << oss.str(); in TEST_F()
/art/test/149-suspend-all-stress/
Dsuspend_all.cc45 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume()
53 Runtime::Current()->GetThreadList()->Dump(LOG_STREAM(INFO)); in Java_Main_suspendAndResume()
62 LOG(INFO) << "Did " << iterations << " iterations"; in Java_Main_suspendAndResume()
/art/test/305-other-fault-handler/
Dfault_handler.cc62 LOG(INFO) << "SEGV Caught. mprotecting map."; in Action()
64 LOG(INFO) << "Setting value to be read."; in Action()
66 LOG(INFO) << "Changing prot to be read-only."; in Action()
83 LOG(INFO) << "Success!"; in CauseSegfault()
/art/tools/
Dart_boot.cc29 LOG(INFO) << "Set property " << key << " to " << value << " " << message; in SetPropertyAndLog()
40 LOG(INFO) << "Property " << src << " not set"; in CopyPropertyIf()
42 LOG(INFO) << "Property " << src << " has ignored value " << prop; in CopyPropertyIf()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc130 LOG(INFO) << "================================================"; in Log()
131 LOG(INFO) << " TI Trace // Summary "; in Log()
132 LOG(INFO) << "++++++++++++++++++++++++++++++++++++++++++++++++"; in Log()
133 LOG(INFO) << " * Single step counter: " << single_step_counter_; in Log()
134 LOG(INFO) << "+++++++++++ Instructions Count ++++++++++++"; in Log()
141 LOG(INFO) << " * " << opcode_name << "(op:" << i << "), count: " << inst_count in Log()
146 LOG(INFO) << "------------------------------------------------"; in Log()
257 LOG(INFO) << "Agent_OnLoad: Hello World"; in Agent_OnLoad()
310 LOG(INFO) << "Agent_OnUnload: Goodbye"; in Agent_OnUnload()
/art/libartbase/base/
Dmemfd.cc95 LOG(INFO) << "memfd_create failed: " << strerror(errno) << ", no memfd support."; in IsSealFutureWriteSupportedInternal()
100 LOG(INFO) << "fcntl(F_ADD_SEALS) failed: " << strerror(errno) << ", no memfd support."; in IsSealFutureWriteSupportedInternal()
104 LOG(INFO) << "Using memfd for future sealing"; in IsSealFutureWriteSupportedInternal()
Dzip_archive.cc139 LOG(INFO) << "zip_archive: " << "make mmap of " << name << " @ offset = " << offset; in MapDirectlyFromFile()
174 LOG(INFO) << "map_fd raw bytes starting at 0"; in MapDirectlyFromFile()
175 LOG(INFO) << "" << tmp; in MapDirectlyFromFile()
176 LOG(INFO) << "---------------------------"; in MapDirectlyFromFile()
189 LOG(INFO) << "map address " << StringPrintf("%p", begin); in MapDirectlyFromFile()
190 LOG(INFO) << "map first " << kMaxDumpChars << " chars:"; in MapDirectlyFromFile()
191 LOG(INFO) << tmp; in MapDirectlyFromFile()
Dmembarrier_test.cc45 GTEST_LOG_(INFO) << "MembarrierCommand::kGlobal not supported, skipping test."; in TEST()
68 GTEST_LOG_(INFO) << MembarrierCommandToName(membarrier_cmd_register) in TestRegisterAndBarrierCommands()
73 GTEST_LOG_(INFO) << MembarrierCommandToName(membarrier_cmd_barrier) in TestRegisterAndBarrierCommands()
/art/dexopt_chroot_setup/
Ddexopt_chroot_setup_main.cc31 LOG(INFO) << "Starting dexopt_chroot_setup"; in main()
40 LOG(INFO) << "dexopt_chroot_setup shutting down"; in main()
Ddexopt_chroot_setup.cc92 LOG(INFO) << "Running " << log_name << ": " << Join(args, /*separator=*/" "); in Run()
99 LOG(INFO) << log_name << " returned code 0"; in Run()
217 LOG(INFO) << ART_FORMAT("Bind-mounted '{}' at '{}'", source, target); in BindMount()
292 LOG(INFO) << ART_FORMAT( in Mount()
297 LOG(INFO) << ART_FORMAT("Skipped non-existing block device '{}'", block_device); in Mount()
396 LOG(INFO) << ART_FORMAT("Created '{}'", CHROOT_DIR); in SetUpChroot()
532 LOG(INFO) << ART_FORMAT("Unmounted '{}'", it->mount_point); in TearDownChroot()
541 LOG(INFO) << ART_FORMAT("Removed '{}'", CHROOT_DIR); in TearDownChroot()
/art/runtime/
Dindirect_reference_table.cc179 LOG(INFO) << "+++ Add: top_index=" << top_index_ in Add()
224 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << top_index_ in Add()
237 LOG(INFO) << "+++ Remove: top_index=" << top_index_ in Remove()
271 LOG(INFO) << "+++ checking for hole at " << collapse_top_index - 1 << " val=" in Remove()
278 LOG(INFO) << "+++ ate hole at " << (collapse_top_index - 1); in Remove()
288 LOG(INFO) << "+++ ate last entry " << top_index - 1; in Remove()
295 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove()
306 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << current_num_holes_; in Remove()
Dsignal_catcher.cc115 LOG(INFO) << "Wrote stack traces to tombstoned"; in Output()
155 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF) and profile save"; in HandleSigUsr1()
171 LOG(INFO) << *self << ": reacting to signal " << signal_number; in WaitForSignal()
174 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO)); in WaitForSignal()
Dquick_exception_handler.cc197 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
217 LOG(INFO) << "Handler is upcall"; in FindCatch()
238 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()
299 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
709 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
734 LOG(INFO) << "Single-frame deopting: " in DeoptimizeSingleFrame()
839 LOG(INFO) << "|> pc = " << std::hex << stack_visitor->GetCurrentQuickFramePc(); in DumpFramesWithType()
840 LOG(INFO) << "|> addr = " << std::hex in DumpFramesWithType()
843 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType()
849 LOG(INFO) << "N <transition>"; in DumpFramesWithType()
[all …]
/art/compiler/
Dcompiler.cc47 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase()
53 LOG(INFO) << "Method exceeds compiler virtual register limit: " in IsPathologicalCase()
/art/tools/dexfuzz/src/dexfuzz/
DLog.java30 INFO, enumConstant
49 log(LogTag.INFO, msg); in info()
/art/runtime/gc/allocator/
Drosalloc.cc115 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
145 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" in AllocPages()
161 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
220 LOG(INFO) << "RosAlloc::AlloPages() : Grew the heap by inserting run 0x" in AllocPages()
227 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from " in AllocPages()
245 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
258 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
296 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
305 LOG(INFO) << "RosAlloc::AllocPages() : nullptr"; in AllocPages()
353 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
[all …]
/art/artd/
Dartd_main.cc64 LOG(INFO) << "Starting artd"; in main()
73 LOG(INFO) << "artd shutting down"; in main()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc39 LOG(INFO) << "Deopting:"; in artDeoptimizeImpl()
40 self->Dump(LOG_STREAM(INFO)); in artDeoptimizeImpl()
/art/tools/dexanalyze/
Ddexanalyze.cc227 LOG(INFO) << "Analysis for " << filename << std::endl; in Run()
228 current.Dump(LOG_STREAM(INFO)); in Run()
232 LOG(INFO) << "Cumulative analysis for " << cumulative.dex_count_ << " DEX files" << std::endl; in Run()
233 cumulative.Dump(LOG_STREAM(INFO)); in Run()
/art/odrefresh/
Dodrefresh.cc1029 LOG(INFO) << "Directory " << QuotePath(config_.GetArtifactDirectory()) in RemoveArtifactsDirectory()
1104 LOG(INFO) << "System property " << system_property_config.name << " has a non-default value (" in CheckSystemPropertiesAreDefault()
1144 LOG(INFO) << "System property " << name << " value changed (before: \"" << cached_property in CheckSystemPropertiesHaveNotChanged()
1191 LOG(INFO) << "Updated ART APEX mounted"; in CheckPreconditionForSystem()
1198 LOG(INFO) << "Updated APEXes mounted"; in CheckPreconditionForSystem()
1209 LOG(INFO) << ART_FORMAT("APEX ({}) version code mismatch (before: {}, now: {})", in CheckModuleInfo()
1217 LOG(INFO) << ART_FORMAT("APEX ({}) version name mismatch (before: {}, now: {})", in CheckModuleInfo()
1230 LOG(INFO) << ART_FORMAT("APEX ({}) last update time mismatch (before: {}, now: {})", in CheckModuleInfo()
1248 LOG(INFO) << "No prior cache-info file: " << QuotePath(cache_info_filename_); in CheckPreconditionForData()
1296 LOG(INFO) << "Missing Dex2oatBootClasspath components."; in CheckPreconditionForData()
[all …]
/art/runtime/gc/collector/
Dconcurrent_copying.cc261 LOG(INFO) << "Verifying no from-space refs"; in RunPhases()
265 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
415 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
416 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
458 LOG(INFO) << "young_gen=" << std::boolalpha << young_gen_ << std::noboolalpha; in InitializePhase()
459 LOG(INFO) << "force_evacuate_all=" << std::boolalpha << force_evacuate_all_ << std::noboolalpha; in InitializePhase()
460 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase()
463 LOG(INFO) << "Immune space: " << *space; in InitializePhase()
465 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
762 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
[all …]
/art/tools/checker/common/
Dlogger.py22 NO_OUTPUT, ERROR, INFO = range(3) variable in Logger.Level
44 Verbosity = Level.INFO
47 def log(content, level=Level.INFO, color=Color.DEFAULT, new_line=True, out=sys.stdout):
/art/compiler/optimizing/
Doptimizing_compiler_stats.h168 LOG(INFO) << "Did not compile any method."; in Log()
179 LOG(INFO) << "Attempted compilation of " in Log()
185 LOG(INFO) << "OptStat#" << static_cast<MethodCompilationStat>(i) << ": " in Log()

123456