Home
last modified time | relevance | path

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

12345

/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.cc104 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
109 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(1), "obj"); in TEST_F()
110 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(4), "obj"); in TEST_F()
111 LOG(INFO) << v->DumpObjectInfo(nullptr, "obj"); in TEST_F()
122 ScopedLogSeverity sls(LogSeverity::INFO); in TEST_F()
131 LOG(INFO) << v->DumpObjectInfo(string.Get(), "test"); in TEST_F()
132 LOG(INFO) << v->DumpObjectInfo(string->GetClass(), "obj"); in TEST_F()
134 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(uint_klass - kObjectAlignment), in TEST_F()
136 LOG(INFO) << v->DumpObjectInfo(reinterpret_cast<const void*>(&uint_klass), "obj"); in TEST_F()
137 LOG(INFO) << v->DumpObjectInfo(arr.Get(), "arr"); in TEST_F()
[all …]
Dreference_queue_test.cc73 LOG(INFO) << oss.str(); in TEST_F()
90 LOG(INFO) << oss.str(); in TEST_F()
95 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/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.cc106 LOG(INFO) << "memfd_create failed: " << strerror(errno) << ", no memfd support."; in IsSealFutureWriteSupportedInternal()
111 LOG(INFO) << "fcntl(F_ADD_SEALS) failed: " << strerror(errno) << ", no memfd support."; in IsSealFutureWriteSupportedInternal()
115 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()
Dmemfd_test.cc26 GTEST_LOG_(INFO) << "memfd_create not supported, skipping test."; in TEST()
Dlogging.h111 #define VLOG(module) if (VLOG_IS_ON(module)) LOG(INFO)
147 ::android::base::INFO, \
/art/runtime/
Dindirect_reference_table.cc187 LOG(INFO) << "+++ Recovered holes: " in RecoverHoles()
197 LOG(INFO) << "No need to recover holes"; in RecoverHoles()
245 LOG(INFO) << "+++ Add: previous_state=" << previous_state.top_index in Add()
318 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.top_index in Add()
346 LOG(INFO) << "+++ Remove: previous_state=" << previous_state.top_index in Remove()
402 LOG(INFO) << "+++ checking for hole at " << collapse_top_index - 1 in Remove()
410 LOG(INFO) << "+++ ate hole at " << (collapse_top_index - 1); in Remove()
420 LOG(INFO) << "+++ ate last entry " << top_index - 1; in Remove()
427 LOG(INFO) << "--- WEIRD: removing null entry " << idx; in Remove()
438 LOG(INFO) << "+++ left hole at " << idx << ", holes=" << current_num_holes_; in Remove()
[all …]
Dsignal_catcher.cc110 LOG(INFO) << "Wrote stack traces to tombstoned"; in Output()
146 LOG(INFO) << "SIGUSR1 forcing GC (no HPROF) and profile save"; in HandleSigUsr1()
162 LOG(INFO) << *self << ": reacting to signal " << signal_number; in WaitForSignal()
165 Runtime::Current()->DumpLockHolders(LOG_STREAM(INFO)); in WaitForSignal()
Dquick_exception_handler.cc164 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
180 LOG(INFO) << "Handler is upcall"; in FindCatch()
186 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()
245 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
574 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
596 LOG(INFO) << "Single-frame deopting: " in DeoptimizeSingleFrame()
670 LOG(INFO) << "|> pc = " << std::hex << stack_visitor->GetCurrentQuickFramePc(); in DumpFramesWithType()
671 LOG(INFO) << "|> addr = " << std::hex in DumpFramesWithType()
674 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType()
680 LOG(INFO) << "N <transition>"; in DumpFramesWithType()
[all …]
Dbarrier_test.cc36 LOG(INFO) << "Before barrier" << *self; in Run()
40 LOG(INFO) << "After barrier" << *self; in Run()
/art/compiler/
Dcompiler.cc58 LOG(INFO) << "Method exceeds compiler instruction limit: " in IsPathologicalCase()
64 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/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc36 LOG(INFO) << "Deopting:"; in artDeoptimizeImpl()
37 self->Dump(LOG_STREAM(INFO)); in artDeoptimizeImpl()
/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/tools/dexanalyze/
Ddexanalyze.cc228 LOG(INFO) << "Analysis for " << filename << std::endl; in Run()
229 current.Dump(LOG_STREAM(INFO)); in Run()
233 LOG(INFO) << "Cumulative analysis for " << cumulative.dex_count_ << " DEX files" << std::endl; in Run()
234 cumulative.Dump(LOG_STREAM(INFO)); in Run()
/art/compiler/optimizing/
Doptimizing_compiler_stats.h140 LOG(INFO) << "Did not compile any method."; in Log()
151 LOG(INFO) << "Attempted compilation of " in Log()
157 LOG(INFO) << "OptStat#" << static_cast<MethodCompilationStat>(i) << ": " in Log()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc156 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo()
158 LOG(INFO) << "found features"; in FromCpuInfo()
171 LOG(INFO) << "found architecture ARMv8"; in FromCpuInfo()
196 LOG(INFO) << "hwcaps=" << hwcaps; in FromHwcap()
/art/libdexfile/dex/
Dcompact_offset_table_test.cc72 android::base::ScopedLogSeverity sls(android::base::LogSeverity::INFO); in TEST()
73 LOG(INFO) << "raw size " << before_size in TEST()
/art/runtime/gc/collector/
Dconcurrent_copying.cc222 LOG(INFO) << "Verifying no from-space refs"; in RunPhases()
226 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
374 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
375 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
416 LOG(INFO) << "young_gen=" << std::boolalpha << young_gen_ << std::noboolalpha; in InitializePhase()
417 LOG(INFO) << "force_evacuate_all=" << std::boolalpha << force_evacuate_all_ << std::noboolalpha; in InitializePhase()
418 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase()
421 LOG(INFO) << "Immune space: " << *space; in InitializePhase()
423 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
735 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
[all …]
/art/test/common/
Dgtest_main.cc49 LOG(INFO) << "Running main() from common_runtime_test.cc..."; in main()

12345