Home
last modified time | relevance | path

Searched refs:INFO (Results 26 – 50 of 117) sorted by relevance

12345

/art/tools/jvmti-agents/field-counts/
Dfieldcount.cc60 LOG(INFO) << "listing field " << field_id; in SplitField()
97 LOG(INFO) << "Dumping counts of fields."; in DataDumpRequestCb()
98 LOG(INFO) << "\t" << "Field name" in DataDumpRequestCb()
181 LOG(INFO) << "\t" << field_class_name << "." << field_name << ":" << field_sig in DataDumpRequestCb()
187 LOG(INFO) << "\t" << field_class_name << "." << field_name << ":" << field_sig in DataDumpRequestCb()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc58 LOG(INFO) << "listing field " << field_id; in SplitField()
95 LOG(INFO) << "Dumping counts of null fields."; in DataDumpRequestCb()
96 LOG(INFO) << "\t" << "Field name" in DataDumpRequestCb()
134 LOG(INFO) << "\t" << class_name << "." << field_name << ":" << field_sig in DataDumpRequestCb()
/art/runtime/arch/
Dstub_test.cc447 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA; in TEST_F()
506 LOG(INFO) << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
666 LOG(INFO) << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA; in TestUnlockObject()
777 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA; in TEST_F()
873 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F()
894 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA; in TEST_F()
956 LOG(INFO) << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1037 LOG(INFO) << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA; in TEST_F()
1071 LOG(INFO) << "Skipping set_boolean_static as I don't know how to do that on " << kRuntimeISA; in GetSetBooleanStatic()
1100 LOG(INFO) << "Skipping set_byte_static as I don't know how to do that on " << kRuntimeISA; in GetSetByteStatic()
[all …]
/art/tools/art_verifier/
Dart_verifier.cc200 LOG(INFO) << "Repetition " << (i + 1); in ExecuteWithRuntime()
234 LOG(INFO) << "Repetition " << (i + 1); in ExecuteWithRuntime()
257 LOG(INFO) << descriptor << ": " << res << " " << error_msg; in ExecuteWithRuntime()
/art/test/1974-resize-array/
Dresize_array.cc197 LOG(INFO) << "couldn't set env-local storage"; in Java_art_Test1974_StartCollectFrees()
201 LOG(INFO) << "couldn't set event callback"; in Java_art_Test1974_StartCollectFrees()
214 LOG(INFO) << "Could not find extension event!"; in Java_art_Test1974_StartAssignObsoleteIncrementedId()
232 LOG(INFO) << "Could not find extension event!"; in Java_art_Test1974_EndAssignObsoleteIncrementedId()
/art/runtime/
Dinstrumentation.cc130 LOG(INFO) << "Popping frames for exception " << exception->Dump(); in PopFramesTo()
148 LOG(INFO) << "Popping for unwind " << method->PrettyMethod(); in PopFramesTo()
165 LOG(INFO) << "Did partial pop of frames due to new exception"; in PopFramesTo()
317 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()
331 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
338 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
366 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
395 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
420 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
481 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
[all …]
Dthread_pool_test.cc34 LOG(INFO) << "Running: " << *self; in Run()
44 LOG(INFO) << "Finalizing: " << *Thread::Current(); in Finalize()
Dcheck_reference_map_visitor.h52 LOG(INFO) << "At " << m->PrettyMethod(false); in VisitFrame()
/art/test/ti-stress/
Dstress.cc368 LOG(INFO) << "Loading native method \"" << method_info << "\". Thread is " in doJvmtiMethodBind()
452 LOG(INFO) << "ACCESS field \"" << field_info << "\" on object of " in FieldAccessHook()
522 LOG(INFO) << "MODIFY field \"" << field_info << "\" on object of " in FieldModificationHook()
544 LOG(INFO) << "Leaving method \"" << method_info << "\". Thread is \"" << info.GetName() << "\"." in MethodExitHook()
560 LOG(INFO) << "Entering method \"" << method_info << "\". Thread is \"" << info.GetName() << "\""; in MethodEntryHook()
592 LOG(INFO) << "Prepared class \"" << class_info.GetName() << "\". Thread is \"" in ClassPrepareHook()
608 LOG(INFO) << "Single step at location: 0x" << std::setw(8) << std::setfill('0') << std::hex in SingleStepHook()
637 LOG(INFO) << "Extracted class: " << name; in ClassFileLoadHookSecretNoOp()
685 LOG(INFO) << "manual load & initialization of class java/lang/VMClassLoader!"; in PerformFinalSetupVMInit()
730 LOG(INFO) << "NOTE: class " << sci.GetName() << " already loaded."; in WatchAllFields()
/art/compiler/optimizing/
Dsuperblock_cloner.cc708 LOG(INFO) << oss.str(); in DumpBB()
800 LOG(INFO) << idx; in DumpBBSet()
805 LOG(INFO) << "orig_bb_set:"; in DumpInputSets()
807 LOG(INFO) << idx; in DumpInputSets()
809 LOG(INFO) << "remap_orig_internal:"; in DumpInputSets()
811 LOG(INFO) << e; in DumpInputSets()
813 LOG(INFO) << "remap_copy_internal:"; in DumpInputSets()
815 LOG(INFO) << e; in DumpInputSets()
817 LOG(INFO) << "remap_incoming:"; in DumpInputSets()
819 LOG(INFO) << e; in DumpInputSets()
[all …]
/art/dex2oat/linker/
Delf_writer_test.cc59 LOG(INFO) << "elf_filename=" << elf_filename; in TEST_F()
126 LOG(INFO) << "elf_filename=" << elf_filename; in TEST_F()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc301 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F()
303 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F()
316 LOG(INFO) << "Adding space3 " << reinterpret_cast<const void*>(space3->Begin()); in TEST_F()
357 LOG(INFO) << "Adding space4 " << reinterpret_cast<const void*>(space4->Begin()); in TEST_F()
396 LOG(INFO) << "Adding space5 " << reinterpret_cast<const void*>(space5->Begin()); in TEST_F()
/art/runtime/interpreter/mterp/
Dmterp.cc579 LOG(INFO) << "DivideByZero: " << inst->Opcode(inst_data); in MterpLogDivideByZeroException()
587 LOG(INFO) << "ArrayIndex: " << inst->Opcode(inst_data); in MterpLogArrayIndexException()
595 LOG(INFO) << "NegativeArraySize: " << inst->Opcode(inst_data); in MterpLogNegativeArraySizeException()
603 LOG(INFO) << "NoSuchMethod: " << inst->Opcode(inst_data); in MterpLogNoSuchMethodException()
611 LOG(INFO) << "ExceptionThrown: " << inst->Opcode(inst_data); in MterpLogExceptionThrownException()
619 LOG(INFO) << "NullObject: " << inst->Opcode(inst_data); in MterpLogNullObjectException()
627 LOG(INFO) << "Fallback: " << inst->Opcode(inst_data) << ", Suspend Pending?: " in MterpLogFallback()
636 LOG(INFO) << "OSR: " << inst->Opcode(inst_data) << ", offset = " << offset; in MterpLogOSR()
645 LOG(INFO) << "Checkpoint fallback: " << inst->Opcode(inst_data); in MterpLogSuspendFallback()
647 LOG(INFO) << "Suspend fallback: " << inst->Opcode(inst_data); in MterpLogSuspendFallback()
[all …]
/art/test/2031-zygote-compiled-frame-deopt/
Dnative-wait.cc72 LOG(INFO) << "agent " << oss.str(); in Java_art_Test2031_setupJvmti()
/art/libartpalette/system/
Dpalette_fake.cc57 LOG(INFO) << std::string_view(stacks, stacks_len); in PaletteWriteCrashThreadStacks()
/art/test/137-cfi/
Dcfi.cc115 LOG(INFO) << "Got " << it->func_name << ", looking for " << seq[cur_search_index]; in CheckStack()
176 LOG(INFO) << "Result of check-stack: " << result; in Java_Main_unwindInProcess()
/art/test/2005-pause-all-redefine-multithreaded/
Dpause-all.cc78 LOG(INFO) << "Setting " << cnt << " objects with default values"; in Java_art_Test2005_UpdateFieldValuesAndResumeThreads()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc101 LOG(INFO) << GetMethod()->GetDeclaringClass()->PrettyClass() in DoCollectNonDebuggableCallback()
167 LOG(INFO) << "Late-enabling -Xcheck:jni"; in EnableDebugFeatures()
172 LOG(INFO) << "Not late-enabling -Xcheck:jni (already on)"; in EnableDebugFeatures()
Ddalvik_system_VMRuntime.cc578 LOG(INFO) << "VMRuntime.preloadDexCaches starting"; in VMRuntime_preloadDexCaches()
626 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches strings total=%d before=%d after=%d", in VMRuntime_preloadDexCaches()
628 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches types total=%d before=%d after=%d", in VMRuntime_preloadDexCaches()
630 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches fields total=%d before=%d after=%d", in VMRuntime_preloadDexCaches()
632 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches methods total=%d before=%d after=%d", in VMRuntime_preloadDexCaches()
634 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches finished"); in VMRuntime_preloadDexCaches()
698 PLOG(INFO) << *self << " setpriority(PRIO_PROCESS, " << tid << ", " in VMRuntime_setSystemDaemonThreadPriority()
Ddalvik_system_VMDebug.cc270 LOG(INFO) << "--- reference table dump ---"; in VMDebug_dumpReferenceTables()
272 soa.Env()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
273 soa.Vm()->DumpReferenceTables(LOG_STREAM(INFO)); in VMDebug_dumpReferenceTables()
275 LOG(INFO) << "---"; in VMDebug_dumpReferenceTables()
283 LOG(INFO) << "VMDebug infopoint " << id << " hit"; in VMDebug_infopoint()
/art/compiler/utils/
Dswap_space.cc42 LOG(INFO) << "Size " << last_size; in DumpFreeMap()
44 LOG(INFO) << " 0x" << std::hex << entry.free_by_start_entry->Start() in DumpFreeMap()
/art/runtime/gc/
Dallocation_record.cc158 LOG(INFO) << "Enabling alloc tracker (" << records->alloc_record_max_ << " entries of " in SetAllocTrackingEnabled()
176 LOG(INFO) << "Disabling alloc tracker"; in SetAllocTrackingEnabled()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc200 LOG(INFO) << "cpuinfo line: " << line; in FromCpuInfo()
202 LOG(INFO) << "found flags"; in FromCpuInfo()
/art/runtime/jit/
Djit.cc416 DumpInfo(LOG_STREAM(INFO)); in ~Jit()
417 Runtime::Current()->DumpDeoptimizations(LOG_STREAM(INFO)); in ~Jit()
622 LOG(INFO) << "Compiler allocated " in AddMemoryUsage()
749 LOG(INFO) << "Successfully notified child processes on sharing boot image methods"; in NotifyZygoteCompilationDone()
926 LOG(INFO) << "Verified " in Run()
945 LOG(INFO) << "JIT Zygote looking at profile " << profile_file; in Run()
1044 LOG(INFO) << "Not mapping boot image methods due to process being debuggable"; in MapBootImageMethods()
1137 LOG(INFO) << "Putting back the resolution stub to an ArtMethod"; in MapBootImageMethods()
1141 LOG(INFO) << "Copying parts of the contents of an ArtMethod spanning page_start"; in MapBootImageMethods()
1156 LOG(INFO) << "Copying parts of the contents of an ArtMethod spanning page_end"; in MapBootImageMethods()
[all …]
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc275 LOG(INFO) << "line: " << line << " didn't have a '='"; in ReadPropMap()
280 LOG(INFO) << "Overriding property " << std::quoted(prop) << " new value is " in ReadPropMap()
320 LOG(INFO) << "Chaining to next agent[" << std::quoted(agent_lib) << "] options=[" in AgentStart()

12345