HomeSort by relevance Sort by last modified time
    Searched refs:start_pc (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 26 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
32 uptr start_pc; member in class:__sanitizer::FastUnwindTest
56 start_pc = PC(0);
62 // Should get all on-stack retaddrs and start_pc.
64 EXPECT_EQ(start_pc, trace.trace[0]);
76 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
78 EXPECT_EQ(start_pc, trace.trace[0]);
89 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
91 EXPECT_EQ(start_pc, trace.trace[0]);
101 EXPECT_EQ(start_pc, trace.trace[0])
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
LineNumber_info.java 23 * start_pc
25 * The value of the start_pc item must indicate the index into the code array
27 * value of start_pc must be less than the value of the code_length item of
46 public LineNumber_info (final int start_pc, final int line_number)
48 m_start_pc = start_pc;
54 return "line_number_info: [start_pc = " + m_start_pc + ", line_number = " + m_line_number + "]";
Exception_info.java 22 * start_pc, end_pc
24 * The values of the two items start_pc and end_pc indicate the ranges in the code
25 * array at which the exception handler is active. The value of start_pc must be
29 * The value of start_pc must be less than the value of end_pc.<P>
31 * The start_pc is inclusive and end_pc is exclusive; that is, the exception handler
32 * must be active while the program counter is within the interval [start_pc, end_pc).
65 public Exception_info (final int start_pc, final int end_pc,
68 m_start_pc = start_pc;
77 return "exception_info: [start_pc/end_pc = " + m_start_pc + '/' + m_end_pc +
  /external/lldb/source/Plugins/Process/Utility/
UnwindLLDB.h 75 lldb::addr_t& start_pc);
97 lldb::addr_t start_pc; // The start address of the function/symbol for this frame - current pc if unknown member in struct:lldb_private::UnwindLLDB::Cursor
102 Cursor () : start_pc (LLDB_INVALID_ADDRESS), cfa (LLDB_INVALID_ADDRESS), sctx(), reg_ctx_lldb_sp() { }
UnwindLLDB.cpp 90 if (!reg_ctx_sp->ReadPC (first_cursor_sp->start_pc))
170 if (!reg_ctx_sp->ReadPC (cursor_sp->start_pc))
179 if (abi && !abi->CodeAddressIsValid (cursor_sp->start_pc))
190 if (m_frames.back()->start_pc == cursor_sp->start_pc)
230 pc = m_frames[idx]->start_pc;
RegisterContextLLDB.h 79 GetStartPC (lldb::addr_t& start_pc);
82 ReadPC (lldb::addr_t& start_pc);
RegisterContextLLDB.cpp 153 // else treat the current pc value as the start_pc and record no offset.
423 // else treat the current pc value as the start_pc and record no offset.
    [all...]
  /external/valgrind/main/coregrind/
m_stacktrace.c 1297 Addr start_pc = uregs.pc - offset; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/qemu/disas/
i386.c 3563 static bfd_vma start_pc; variable
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 256 milliseconds