Home
last modified time | relevance | path

Searched refs:debug (Results 126 – 142 of 142) sorted by relevance

123456

/art/compiler/debug/
Delf_debug_frame_writer.h30 namespace debug {
Delf_debug_line_writer.h33 namespace debug {
Delf_debug_loc_writer.h31 namespace debug {
Delf_debug_writer.cc42 namespace debug { namespace
Delf_debug_info_writer.h43 namespace debug {
/art/tools/jvmti-agents/ti-alloc-sample/
DREADME.md70 * If using `libartd.so`, make sure to use the debug version of jvmti.
/art/compiler/optimizing/
Doptimizing_compiler.cc401 std::vector<uint8_t> GenerateJitDebugInfo(const debug::MethodDebugInfo& method_debug_info);
1266 debug::MethodDebugInfo info = {}; in JitCompile()
1374 debug::MethodDebugInfo info = {}; in JitCompile()
1432 std::vector<uint8_t> OptimizingCompiler::GenerateJitDebugInfo(const debug::MethodDebugInfo& info) { in GenerateJitDebugInfo()
1441 return debug::MakeElfFileForJIT(isa, features, mini_debug_info, info); in GenerateJitDebugInfo()
/art/runtime/
DAndroid.bp580 "com.android.art.debug",
599 // Otherwise, it would try to load the non-debug version with dlopen.
607 "com.android.art.debug",
785 "com.android.art.debug",
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java73 Log.debug("No instructions with legible output in method, skipping."); in canMutate()
DArithOpChanger.java99 Log.debug("No arithmetic operations in method, skipping..."); in canMutate()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc109 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
Doat_writer.cc1213 debug::MethodDebugInfo info = debug::MethodDebugInfo(); in VisitMethod()
1293 std::vector<debug::MethodDebugInfo> thunk_infos = in VisitComplete()
1383 debug::MethodDebugInfo& info = writer_->method_info_[debug_info_idx]; in VisitMethod()
2221 debug::MethodDebugInfo info = {}; \ in InitOatCode()
4100 debug::DebugInfo OatWriter::GetDebugInfo() const { in GetDebugInfo()
4101 debug::DebugInfo debug_info{}; in GetDebugInfo()
4102 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_info_); in GetDebugInfo()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java221 Log.debug("vA in an 35c invoke was greater than 5? Assuming 5."); in toString()
224 Log.debug("vA in an 35c invoke was less than 0? Assuming 0."); in toString()
/art/build/
DAndroid.bp43 // We have local stores that are only used for debug checks.
/art/oatdump/
Doatdump.cc188 debug::MethodDebugInfo info = {}; \ in Symbolize()
213 debug::DebugInfo debug_info{}; in Symbolize()
214 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_debug_infos_); in Symbolize()
216 debug::WriteDebugInfo(builder_.get(), debug_info); in Symbolize()
305 debug::MethodDebugInfo info = {}; in WalkOatMethod()
328 std::vector<debug::MethodDebugInfo> method_debug_infos_;
/art/test/
DAndroid.bp43 "com.android.art.debug",
147 "com.android.art.debug",
183 "com.android.art.debug",
/art/dex2oat/
Ddex2oat.cc2353 debug::DebugInfo debug_info = oat_writer->GetDebugInfo(); // Keep the variable alive. in WriteOutputFiles()

123456