HomeSort by relevance Sort by last modified time
    Searched defs:debug_info (Results 1 - 25 of 31) sorted by null

1 2

  /external/vboot_reference/tests/
tlcl_tests.c 24 static char debug_info[4096]; variable
50 *debug_info = 0;
vboot_display_tests.c 31 static char debug_info[4096]; variable
85 *debug_info = 0;
92 strncpy(debug_info, info_str, sizeof(debug_info));
93 debug_info[sizeof(debug_info) - 1] = '\0';
140 TEST_NEQ(*debug_info, '\0', "Some debug info was displayed");
176 TEST_EQ(*debug_info, '\0', "DisplayKey q = does nothing");
181 TEST_NEQ(*debug_info, '\0', "DisplayKey tab = display");
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.cc 255 unsigned char* debug_info = this->postprocessing_buffer(); local
261 while (debug_info < debug_info_end)
263 uint32_t compile_unit_start = read_from_pointer<32>(&debug_info);
271 if (0 != read_from_pointer<32>(&debug_info))
279 if (debug_info + dwarf64_header_size >= debug_info_end)
281 this->failed(_("Debug info extends beyond .debug_info section;"
286 uint64_t compile_unit_size = read_from_pointer<64>(&debug_info);
287 next_compile_unit = debug_info + compile_unit_size;
288 uint16_t version = read_from_pointer<16>(&debug_info);
289 uint64_t abbrev_offset = read_from_pointer<64>(&debug_info);
    [all...]
  /external/libmojo/third_party/jinja2/
environment.py 1049 def debug_info(self): member in class:Template
    [all...]
  /art/dexlayout/
dex_writer.cc 408 std::unique_ptr<dex_ir::DebugInfoItem>& debug_info = debug_info_pair.second; local
409 Write(debug_info->GetDebugInfo(), debug_info->GetDebugInfoSize(), debug_info->GetOffset());
dex_ir.cc 43 DebugInfoItem* debug_info = reinterpret_cast<DebugInfoItem*>(context); local
44 PositionInfoVector& positions = debug_info->GetPositionInfo();
50 DebugInfoItem* debug_info = reinterpret_cast<DebugInfoItem*>(context); local
51 LocalInfoVector& locals = debug_info->GetLocalInfo();
595 DebugInfoItem* debug_info = nullptr; local
597 debug_info = debug_info_items_.GetExistingObject(disk_code_item.debug_info_off_);
598 if (debug_info == nullptr) {
602 debug_info = new DebugInfoItem(debug_info_size, debug_info_buffer);
603 debug_info_items_.AddItem(debug_info, disk_code_item.debug_info_off_);
691 registers_size, ins_size, outs_size, debug_info, insns_size, insns, tries, handler_list)
722 DebugInfoItem* debug_info = nullptr; local
    [all...]
dexlayout.cc 823 dex_ir::DebugInfoItem* debug_info = code->DebugInfo(); local
824 if (debug_info == nullptr) {
827 std::vector<std::unique_ptr<dex_ir::PositionInfo>>& positions = debug_info->GetPositionInfo();
837 dex_ir::DebugInfoItem* debug_info = code->DebugInfo(); local
838 if (debug_info == nullptr) {
841 std::vector<std::unique_ptr<dex_ir::LocalInfo>>& locals = debug_info->GetLocalInfo();
    [all...]
  /external/v8/src/
perf-jit.cc 277 PerfJitCodeDebugInfo debug_info; local
279 debug_info.event_ = PerfJitCodeLoad::kDebugInfo;
280 debug_info.time_stamp_ = GetTimestamp();
281 debug_info.address_ = reinterpret_cast<uint64_t>(code->instruction_start());
282 debug_info.entry_count_ = entry_count;
284 uint32_t size = sizeof(debug_info);
292 debug_info.size_ = size + padding;
294 LogWriteBytes(reinterpret_cast<const char*>(&debug_info), sizeof(debug_info));
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libecoff.h 118 struct ecoff_debug_info debug_info; member in struct:ecoff_tdata
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.h 74 /* Structure found in .debug_info section. */
185 we extract from the.debug_info section. */
204 /* List of .debug_ranges offsets seen in this .debug_info. */
209 debug_info; typedef in typeref:struct:__anon108113
  /external/v8/src/builtins/arm/
builtins-arm.cc 1045 Register debug_info = kInterpreterBytecodeArrayRegister; local
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 1049 Register debug_info = kInterpreterBytecodeArrayRegister; local
    [all...]
  /external/v8/src/builtins/ia32/
builtins-ia32.cc 666 Register debug_info = kInterpreterBytecodeArrayRegister; local
667 __ mov(debug_info, FieldOperand(eax, SharedFunctionInfo::kDebugInfoOffset));
669 FieldOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
    [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 1038 Register debug_info = kInterpreterBytecodeArrayRegister; local
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 1030 Register debug_info = kInterpreterBytecodeArrayRegister; local
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 1066 Register debug_info = r5; local
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 1070 Register debug_info = r4; local
    [all...]
  /external/v8/src/builtins/x64/
builtins-x64.cc 750 Register debug_info = kInterpreterBytecodeArrayRegister; local
751 __ movp(debug_info, FieldOperand(rax, SharedFunctionInfo::kDebugInfoOffset));
753 FieldOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 667 Register debug_info = kInterpreterBytecodeArrayRegister; local
668 __ mov(debug_info, FieldOperand(eax, SharedFunctionInfo::kDebugInfoOffset));
670 FieldOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
    [all...]
  /external/v8/src/debug/
debug.h 76 static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
79 static void AllAtCurrentStatement(Handle<DebugInfo> debug_info,
93 bool HasBreakPoint(Handle<DebugInfo> debug_info) const;
107 static int BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
126 Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code,
149 explicit BreakIterator(Handle<DebugInfo> debug_info,
169 CodeBreakIterator(Handle<DebugInfo> debug_info, BreakLocatorType type);
201 BytecodeArrayBreakIterator(Handle<DebugInfo> debug_info,
228 explicit DebugInfoListNode(DebugInfo* debug_info);
233 Handle<DebugInfo> debug_info() { return Handle<DebugInfo>(debug_info_); function in class:v8::internal::DebugInfoListNode
    [all...]
debug.cc 58 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info,
64 auto it = BreakIterator::GetIterator(debug_info, abstract_code);
65 it->SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset));
69 void BreakLocation::AllAtCurrentStatement(Handle<DebugInfo> debug_info,
78 auto it = BreakIterator::GetIterator(debug_info, abstract_code);
79 it->SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset));
82 for (auto it = BreakIterator::GetIterator(debug_info, abstract_code);
90 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
97 for (auto it = BreakIterator::GetIterator(debug_info, abstract_code);
110 bool BreakLocation::HasBreakPoint(Handle<DebugInfo> debug_info) const
826 Handle<DebugInfo> debug_info = node->debug_info(); local
1119 Handle<DebugInfo> debug_info = node->debug_info(); local
1568 Handle<DebugInfo> debug_info = isolate_->factory()->NewDebugInfo(shared); local
    [all...]

Completed in 896 milliseconds

1 2