Home
last modified time | relevance | path

Searched refs:VLOG (Results 1 – 25 of 76) sorted by relevance

1234

/art/runtime/arch/arm/
Dfault_handler_arm.cc52 VLOG(signals) << "Missing SP"; in GetFaultPc()
106 VLOG(signals) << "Generating null pointer exception"; in Action()
131 VLOG(signals) << "checking suspend"; in Action()
134 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
146 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
154 VLOG(signals) << "suspend check match"; in Action()
162 VLOG(signals) << "arm lr: " << std::hex << mc->arm_lr; in Action()
163 VLOG(signals) << "arm pc: " << std::hex << mc->arm_pc; in Action()
169 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
195 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
[all …]
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc46 VLOG(signals) << "Async MTE fault"; in GetFaultPc()
53 VLOG(signals) << "Missing SP"; in GetFaultPc()
92 VLOG(signals) << "Generating null pointer exception"; in Action()
110 VLOG(signals) << "checking suspend; inst: " << std::hex << inst << " checkinst: " << checkinst; in Action()
117 VLOG(signals) << "suspend check match"; in Action()
127 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
137 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
138 VLOG(signals) << "sigcontext: " << std::hex << mc; in Action()
141 VLOG(signals) << "sp: " << std::hex << sp; in Action()
144 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
[all …]
/art/runtime/javaheapprof/
Djavaheapsampler.cc47 VLOG(heap) << "JHP:PickAndAdjustNextSample, sample_adjust_bytes: " in PickAndAdjustNextSample()
53 VLOG(heap) << "JHP:PickAndAdjustNextSample, final bytes_until_sample: " in PickAndAdjustNextSample()
65 VLOG(heap) << "JHP:***Report Perfetto Allocation: alloc_size: " << allocation_size; in ReportSample()
67 VLOG(heap) << "JHP:***Report Perfetto Allocation: obj: " << perf_alloc_id; in ReportSample()
82 VLOG(heap) << "JHP:GetSampleOffset: exhausted_size = " << exhausted_size; in GetSampleOffset()
86 VLOG(heap) << "JHP:GetSampleOffset: diff = " << diff << " bytes_until_sample = " in GetSampleOffset()
93 VLOG(heap) << "JHP:GetSampleOffset: Take sample, next_bytes_until_sample = " in GetSampleOffset()
96 VLOG(heap) << "JHP:GetSampleOffset:Next sample offset = " in GetSampleOffset()
112 VLOG(heap) << "JHP:GetSampleOffset: No sample, next_bytes_until_sample= " in GetSampleOffset()
125 VLOG(heap) << "JHP:AdjustSampleOffset:No Adjustment"; in AdjustSampleOffset()
[all …]
/art/runtime/arch/riscv64/
Dfault_handler_riscv64.cc36 VLOG(signals) << "Missing SP"; in GetFaultPc()
83 VLOG(signals) << "Generating null pointer exception"; in Action()
97 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
98 VLOG(signals) << "sigcontext: " << std::hex << mc; in Action()
101 VLOG(signals) << "sp: " << std::hex << sp; in Action()
104 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
105 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
112 VLOG(signals) << "Not a stack overflow"; in Action()
116 VLOG(signals) << "Stack overflow found"; in Action()
/art/runtime/arch/x86/
Dfault_handler_x86.cc229 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize()
253 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
264 VLOG(signals) << "Missing SP"; in GetFaultPc()
301 VLOG(signals) << "No method header."; in Action()
329 VLOG(signals) << "Generating null pointer exception"; in Action()
351 VLOG(signals) << "Checking for suspension point"; in Action()
367 VLOG(signals) << "Not a suspension point"; in Action()
385 VLOG(signals) << "suspend check match"; in Action()
402 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
405 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action()
[all …]
/art/runtime/ti/
Dagent.cc52 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load()
62 VLOG(agents) << "Attaching agent: " << name_ << " " << args_; in Attach()
80 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
88 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
102 VLOG(agents) << "err: " << *error_msg; in DoLoadHelper()
179 VLOG(agents) << this << " is not currently loaded!"; in Unload()
212 VLOG(agents) << "Unable to find 'Agent_OnLoad' symbol in " << this; in PopulateFunctions()
216 VLOG(agents) << "Unable to find 'Agent_OnAttach' symbol in " << this; in PopulateFunctions()
220 VLOG(agents) << "Unable to find 'Agent_OnUnload' symbol in " << this; in PopulateFunctions()
/art/runtime/
Dfault_handler.cc49 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler."; in art_sigsegv_fault()
53 VLOG(signals) << "Caught unknown SIGBUS in ART fault handler - chaining to next handler."; in art_sigbus_fault()
300 VLOG(signals) << "in generated code, looking for handler"; in HandleSigsegvFault()
302 VLOG(signals) << "invoking Action on handler " << handler; in HandleSigsegvFault()
487 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode()
490 VLOG(signals) << "no current thread"; in IsInGeneratedCode()
496 VLOG(signals) << "not runnable"; in IsInGeneratedCode()
503 VLOG(signals) << "no lock"; in IsInGeneratedCode()
509 VLOG(signals) << "no fault PC"; in IsInGeneratedCode()
549 VLOG(signals) << "potential method: " << method; in IsValidMethod()
[all …]
Dsdk_checker.cc84 VLOG(verifier) << "Deny for " << art_method->PrettyMethod(true); in ShouldDenyAccess()
123 VLOG(verifier) << "Deny for " << ArtField::PrettyField(art_field, true); in ShouldDenyAccess()
148 VLOG(verifier) << "Deny for " << descriptor; in ShouldDenyAccess()
Dthread_list.cc555 VLOG(threads) << "Suspending all for thread flip"; in FlipThreadRoots()
773 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll()
775 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll()
823 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
825 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
867 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal()
972 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAllInternal()
974 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAllInternal()
999 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAllInternal()
1001 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAllInternal()
[all …]
Dnative_bridge_art_interface.cc95 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge()
102 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
Dmonitor_pool.cc49 VLOG(monitor) << "Expanding to capacity " in AllocateChunk()
118 VLOG(monitor) << "Allocating a new chunk."; in CreateMonitorInPool()
Ddebugger.cc116 VLOG(jdwp) << "Sending heap info to DDM"; in GcDidFinish()
121 VLOG(jdwp) << "Dumping heap to DDM"; in GcDidFinish()
126 VLOG(jdwp) << "Dumping native heap to DDM"; in GcDidFinish()
233 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", in DdmHandleChunk()
258 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "..."; in DdmBroadcast()
967 VLOG(jdwp) << "Collecting StringTables."; in GetRecentAllocations()
996 VLOG(jdwp) << "Done collecting StringTables:" << std::endl in GetRecentAllocations()
1030 VLOG(jdwp) << "Dumping allocations with stacks"; in GetRecentAllocations()
1074 VLOG(jdwp) << "Dumping tables."; in GetRecentAllocations()
1084 VLOG(jdwp) << "GetRecentAllocations: data created. " << bytes.size(); in GetRecentAllocations()
Dthread_linux.cc54 VLOG(threads) << "Alternate signal stack is " << PrettySize(ss.ss_size) << " at " << ss.ss_sp; in SetUpAlternateSignalStack()
Dapp_info.cc68 VLOG(startup) << "Registering code path. " in RegisterAppInfo()
89 VLOG(startup) << "Registering odex status. " in RegisterOdexStatus()
/art/runtime/oat/
Doat_file_assistant.cc225 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
285 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
316 VLOG(oat) << "Should recompile: disable cdex"; in GetDexOptNeeded()
490 VLOG(oat) << "Checksum does not match: " << std::hex << file.GetLocation() << " (" in DexChecksumUpToDate()
519 VLOG(oat) << "Image checksum test skipped for vdex file " << file.GetLocation(); in GivenOatFileStatus()
522 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus()
530 VLOG(oat) << error_msg; in GivenOatFileStatus()
534 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus()
735 VLOG(oat) << "No dex file found in " << dex_location_; in GetRequiredDexChecksum()
857 VLOG(oat) << "Failed to verify checksums of oat file " << oat_file.GetLocation() in ValidateBootClassPathChecksums()
[all …]
/art/adbconnection/
Dadbconnection.cc122 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_current_process_name"; in RetrieveApexPointers()
130 VLOG(jdwp) << "Unable to dlsym adbconnection_client_add_application"; in RetrieveApexPointers()
137 VLOG(jdwp) << "Unable to dlsym adbconnection_client_remove_application"; in RetrieveApexPointers()
145 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_waiting_for_debugger"; in RetrieveApexPointers()
153 VLOG(jdwp) << "Unable to dlsym adbconnection_client_send_update"; in RetrieveApexPointers()
160 VLOG(jdwp) << "Unable to dlsym adbconnection_client_has_pending_update"; in RetrieveApexPointers()
168 VLOG(jdwp) << "Unable to dlsym adbconnection_client_set_user_id"; in RetrieveApexPointers()
450 VLOG(jdwp) << "SetCurrentProcessName '" << process_name << "'"; in SetCurrentProcessName()
457 VLOG(jdwp) << "AddApplication'" << package_name << "'"; in AddApplication()
464 VLOG(jdwp) << "RemoveApplication'" << package_name << "'"; in RemoveApplication()
[all …]
Djdwpargs.cc42 VLOG(jdwp) << "Skipping jdwp parameters '" << opts << "', token='" << w << "'"; in JdwpArgs()
50 VLOG(jdwp) << "Found jdwp parameters '" << key << "'='" << value << "'"; in JdwpArgs()
/art/runtime/gc/space/
Dmalloc_space.cc154 VLOG(heap) << "MallocSpace::MoreCore " << PrettySize(increment); in MoreCore()
198 VLOG(heap) << "Begin " << reinterpret_cast<const void*>(begin_) << "\n" in CreateZygoteSpace()
206 VLOG(heap) << "Creating new AllocSpace: "; in CreateZygoteSpace()
207 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()
208 VLOG(heap) << "GrowthLimit " << PrettySize(growth_limit); in CreateZygoteSpace()
209 VLOG(heap) << "Capacity " << PrettySize(capacity); in CreateZygoteSpace()
242 VLOG(heap) << "Failed creating zygote space from space " << GetName(); in CreateZygoteSpace()
244 VLOG(heap) << "zygote space creation done"; in CreateZygoteSpace()
/art/compiler/jit/
Djit_compiler.cc89 VLOG(compiler) << "JIT compiler option " << option; in ParseCompilerOptions()
93 VLOG(compiler) << "JIT instruction set variant " << str; in ParseCompilerOptions()
101 VLOG(compiler) << "JIT instruction set features " << str; in ParseCompilerOptions()
131 VLOG(jit) << "Create jit compiler"; in jit_create()
134 VLOG(jit) << "Done creating jit compiler"; in jit_create()
206 VLOG(jit) << "Compilation of " << method->PrettyMethod() << " took " in CompileMethod()
/art/runtime/jit/
Dprofile_saver.cc251 VLOG(profiler) << "Profile " << location << " size=" << stat_buffer.st_size; in IsProfileEmpty()
278 VLOG(profiler) << "All profile locations are empty. This is considered to be first save"; in IsFirstSave()
769 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
778 VLOG(profiler) << "Profile saver recorded " << number_of_hot_methods in FetchAndCacheResolvedClassesAndMethods()
820 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo()
845 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo()
886 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
953 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
970 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
975 VLOG(profiler) in ShouldProfileLocation()
[all …]
/art/runtime/gc/collector/
Dimmune_spaces.cc76 VLOG(collector) << "Interval " << reinterpret_cast<const void*>(begin) << "-" in CreateLargestImmuneRegion()
104 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-" in CreateLargestImmuneRegion()
/art/runtime/jni/
Djava_vm_ext.cc131 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult()
136 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult()
341 VLOG(jni) << "[Found native code for " << jni_long_name in FindNativeMethodInternal()
384 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadLibraries()
386 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadLibraries()
1021 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary()
1058 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_NOW) returned " << handle << "]"; in LoadNativeLibrary()
1063 VLOG(jni) << "dlopen(\"" << path << "\", RTLD_NOW) failed: " << *error_msg; in LoadNativeLibrary()
1099 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary()
1104 VLOG(jni) << "[No JNI_OnLoad found in \"" << path << "\"]"; in LoadNativeLibrary()
[all …]
/art/simulator/
Dcode_simulator_container.cc35 VLOG(simulator) << "Could not load " << libart_simulator_so_name << ": " << dlerror(); in CodeSimulatorContainer()
/art/runtime/verifier/
Dregister_line.cc339 VLOG(verifier) << "monitor-enter stack overflow while verifying " in PushMonitor()
354 VLOG(verifier) << "unexpected monitor-enter on register v" << reg_idx << " in " in PushMonitor()
368 VLOG(verifier) << "monitor-exit stack underflow while verifying " in PopMonitor()
388 VLOG(verifier) << "monitor-exit not unlocking the top of the monitor stack while verifying " in PopMonitor()
441 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()
475 VLOG(verifier) << "mismatched stack depths for register v" << idx in MergeRegisters()
516 VLOG(verifier) << "mismatched lock levels for register v" << idx << ": " in MergeRegisters()
/art/runtime/gc/
Dallocation_record.cc109 VLOG(heap) << "Start SweepAllocationRecords()"; in SweepAllocationRecords()
137 VLOG(heap) << "Deleted " << count_deleted << " allocation records"; in SweepAllocationRecords()
138 VLOG(heap) << "Updated " << count_moved << " allocation records"; in SweepAllocationRecords()

1234