Home
last modified time | relevance | path

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

123

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc50 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()
71 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
94 VLOG(signals) << "Generating null pointer exception"; in Action()
118 VLOG(signals) << "checking suspend"; in Action()
121 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
133 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
141 VLOG(signals) << "suspend check match"; in Action()
152 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
162 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
163 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
[all …]
/art/runtime/arch/arm/
Dfault_handler_arm.cc57 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
83 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp()
123 VLOG(signals) << "Generating null pointer exception"; in Action()
147 VLOG(signals) << "checking suspend"; in Action()
150 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
162 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
170 VLOG(signals) << "suspend check match"; in Action()
178 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action()
179 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action()
185 VLOG(signals) << "removed suspend trigger invoking test suspend"; 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/
Dfault_handler.cc43 VLOG(signals)<< "Caught unknown SIGSEGV in ART fault handler - chaining to next handler."; in art_sigsegv_fault()
220 VLOG(signals) << "in generated code, looking for handler"; in HandleFault()
222 VLOG(signals) << "invoking Action on handler " << handler; in HandleFault()
271 VLOG(signals) << "Checking for generated code"; in IsInGeneratedCode()
274 VLOG(signals) << "no current thread"; in IsInGeneratedCode()
280 VLOG(signals) << "not runnable"; in IsInGeneratedCode()
287 VLOG(signals) << "no lock"; in IsInGeneratedCode()
301 VLOG(signals) << "potential method: " << method_obj; in IsInGeneratedCode()
306 VLOG(signals) << "no method"; in IsInGeneratedCode()
316 VLOG(signals) << "not a class"; in IsInGeneratedCode()
[all …]
Dthread_list.cc610 VLOG(threads) << *self << " SuspendAll for " << cause << " starting..."; in SuspendAll()
612 VLOG(threads) << "Thread[null] SuspendAll for " << cause << " starting..."; in SuspendAll()
655 VLOG(threads) << *self << " SuspendAll complete"; in SuspendAll()
657 VLOG(threads) << "Thread[null] SuspendAll complete"; in SuspendAll()
701 VLOG(threads) << "requesting thread suspend: " << *thread; in SuspendAllInternal()
769 VLOG(threads) << *self << " ResumeAll starting"; in ResumeAll()
771 VLOG(threads) << "Thread[null] ResumeAll starting"; in ResumeAll()
803 VLOG(threads) << *self << " ResumeAll waking others"; in ResumeAll()
805 VLOG(threads) << "Thread[null] ResumeAll waking others"; in ResumeAll()
811 VLOG(threads) << *self << " ResumeAll complete"; in ResumeAll()
[all …]
Doat_file_assistant.cc175 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
194 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
394 VLOG(oat) << "Dex checksum does not match for dex: " << dex in DexChecksumUpToDate()
440 VLOG(oat) << "Image checksum test skipped for vdex file " << file.GetLocation(); in GivenOatFileStatus()
443 VLOG(oat) << "Oat image checksum does not match image checksum."; in GivenOatFileStatus()
447 VLOG(oat) << "Apex versions do not match."; in GivenOatFileStatus()
451 VLOG(oat) << "Image checksum test skipped for compiler filter " << current_compiler_filter; in GivenOatFileStatus()
625 VLOG(oat) << "Could not get required checksum: " << error_msg; in GetRequiredDexChecksums()
667 VLOG(oat) << "Failed to verify checksums of oat file " << oat_file.GetLocation() in ValidateBootClassPathChecksums()
780 VLOG(oat) << file->GetLocation() << " is " << status_ in Status()
[all …]
Dsdk_checker.cc88 VLOG(verifier) << "Deny for " << art_method->PrettyMethod(true); in ShouldDenyAccess()
126 VLOG(verifier) << "Deny for " << ArtField::PrettyField(art_field, true); in ShouldDenyAccess()
151 VLOG(verifier) << "Deny for " << descriptor; in ShouldDenyAccess()
Dnative_bridge_art_interface.cc95 VLOG(startup) << "Runtime::Setup native bridge library: " in LoadNativeBridge()
102 VLOG(startup) << "Runtime::Pre-initialize native bridge"; in PreInitializeNativeBridge()
Dapp_info.cc68 VLOG(startup) << "Registering code path. " in RegisterAppInfo()
89 VLOG(startup) << "Registering odex status. " in RegisterOdexStatus()
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()
244 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d", in DdmHandleChunk()
268 VLOG(jdwp) << "Broadcasting DDM " << (connect ? "connect" : "disconnect") << "..."; in DdmBroadcast()
972 VLOG(jdwp) << "Collecting StringTables."; in GetRecentAllocations()
1001 VLOG(jdwp) << "Done collecting StringTables:" << std::endl in GetRecentAllocations()
1035 VLOG(jdwp) << "Dumping allocations with stacks"; in GetRecentAllocations()
1079 VLOG(jdwp) << "Dumping tables."; in GetRecentAllocations()
1089 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()
/art/runtime/arch/x86/
Dfault_handler_x86.cc249 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize()
273 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
287 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
311 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp()
356 VLOG(signals) << "Generating null pointer exception"; in Action()
378 VLOG(signals) << "Checking for suspension point"; in Action()
394 VLOG(signals) << "Not a suspension point"; in Action()
412 VLOG(signals) << "suspend check match"; in Action()
429 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
432 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/compiler/jit/
Djit_compiler.cc79 VLOG(compiler) << "JIT compiler option " << option; in ParseCompilerOptions()
83 VLOG(compiler) << "JIT instruction set variant " << str; in ParseCompilerOptions()
91 VLOG(compiler) << "JIT instruction set features " << str; in ParseCompilerOptions()
121 VLOG(jit) << "Create jit compiler"; in jit_load()
124 VLOG(jit) << "Done creating jit compiler"; in jit_load()
195 VLOG(jit) << "Compilation of " << method->PrettyMethod() << " took " in CompileMethod()
/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/adbconnection/
Dadbconnection.cc350 VLOG(jdwp) << "Not sending ddms data of type " in SendDdmPacket()
421 VLOG(jdwp) << StringPrintf("sent DDMS packet %c%c%c%c to debugger %zu", in SendDdmPacket()
472 VLOG(jdwp) << "Fds have been sent to jdwp agent!"; in SendAgentFds()
576 VLOG(jdwp) << "Local agent control sock has data: " << static_cast<const char*>(buf); in RunPollLoop()
617 VLOG(jdwp) << "Ignoring second debugger. Accept then drop!"; in RunPollLoop()
622 VLOG(jdwp) << "Adb connection established with fd " << new_fd; in RunPollLoop()
628 VLOG(jdwp) << "Sending fds as soon as we received them."; in RunPollLoop()
647 VLOG(jdwp) << "Sending agent fds again on data."; in RunPollLoop()
656 VLOG(jdwp) << "Woke up poll without anything to do!"; in RunPollLoop()
707 VLOG(jdwp) << "Loading agent due to jdwp packet that cannot be handled by adbconnection."; in HandleDataWithoutAgent()
/art/runtime/jit/
Dprofile_saver.cc252 VLOG(profiler) << "Profile " << location << " size=" << stat_buffer.st_size; in IsProfileEmpty()
279 VLOG(profiler) << "All profile locations are empty. This is considered to be first save"; in IsFirstSave()
808 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
817 VLOG(profiler) << "Profile saver recorded " << number_of_hot_methods in FetchAndCacheResolvedClassesAndMethods()
860 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo()
878 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo()
919 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
986 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
1003 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
1008 VLOG(profiler) in ShouldProfileLocation()
[all …]
Djit_memory_region.cc86 VLOG(jit) << oss.str(); in Initialize()
213 VLOG(jit) << kFailedNxView; in Initialize()
258 VLOG(jit) << "Created JitMemoryRegion" in Initialize()
327 VLOG(jit) << "Increasing code cache capacity to " << PrettySize(current_capacity_); in IncreaseCodeCacheCapacity()
460 VLOG(jit) << "Failed to flush data in CommitData"; in CommitData()
Djit_code_cache.cc183 VLOG(jit) << "JIT removed (JNI) " << (*it)->PrettyMethod() << ": " << code_; in RemoveMethodsIn()
191 VLOG(jit) << "JIT removed (JNI) " << (*it)->PrettyMethod() << ": " << code_; in RemoveMethod()
218 VLOG(jit) << "Kernel does not support membarrier sync-core"; in Create()
255 VLOG(jit) << "Created jit code cache: initial capacity=" in Create()
532 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveMethodsIn()
718 VLOG(jit) << "JIT discarded jitted code due to invalid single-implementation assumptions."; in Commit()
766 VLOG(jit) in Commit()
800 VLOG(jit) in RemoveMethod()
838 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveMethodLocked()
961 VLOG(jit) << "JIT failed to allocate code of size " in Reserve()
[all …]
/art/runtime/gc/collector/
Dimmune_spaces.cc75 VLOG(collector) << "Interval " << reinterpret_cast<const void*>(begin) << "-" in CreateLargestImmuneRegion()
103 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-" in CreateLargestImmuneRegion()
/art/runtime/jni/
Djava_vm_ext.cc132 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; in CheckOnLoadResult()
137 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" " in CheckOnLoadResult()
326 VLOG(jni) << "[Found native code for " << jni_long_name in FindNativeMethodInternal()
369 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadLibraries()
371 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadLibraries()
986 VLOG(jni) << "[Shared library \"" << path << "\" already loaded in " in LoadNativeLibrary()
1023 VLOG(jni) << "[Call to dlopen(\"" << path << "\", RTLD_NOW) returned " << handle << "]"; in LoadNativeLibrary()
1028 VLOG(jni) << "dlopen(\"" << path << "\", RTLD_NOW) failed: " << *error_msg; in LoadNativeLibrary()
1064 VLOG(jni) << "[Added shared library \"" << path << "\" for ClassLoader " << class_loader << "]"; in LoadNativeLibrary()
1069 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.cc345 VLOG(verifier) << "monitor-enter stack overflow while verifying " in PushMonitor()
360 VLOG(verifier) << "unexpected monitor-enter on register v" << reg_idx << " in " in PushMonitor()
374 VLOG(verifier) << "monitor-exit stack underflow while verifying " in PopMonitor()
394 VLOG(verifier) << "monitor-exit not unlocking the top of the monitor stack while verifying " in PopMonitor()
447 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()
481 VLOG(verifier) << "mismatched stack depths for register v" << idx in MergeRegisters()
522 VLOG(verifier) << "mismatched lock levels for register v" << idx << ": " in MergeRegisters()
/art/runtime/gc/
Dallocation_record.cc93 VLOG(heap) << "Start SweepAllocationRecords()"; in SweepAllocationRecords()
121 VLOG(heap) << "Deleted " << count_deleted << " allocation records"; in SweepAllocationRecords()
122 VLOG(heap) << "Updated " << count_moved << " allocation records"; in SweepAllocationRecords()

123