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

  /external/oprofile/libopagent/
opagent.h 37 struct debug_line_info { struct
102 * compile_map: Array of struct debug_line_info. See the JVMTI agent
111 struct debug_line_info const * compile_map);
opagent.c 280 struct debug_line_info const * compile_map)
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 40 struct debug_line_info const*);
100 struct debug_line_info const* info);
  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 38 typedef std::list<debug_line_info> NativeDebugList;
82 struct debug_line_info const* info)
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 84 static debug_line_info LineStartToOProfileFormat(
87 debug_line_info Result;
117 std::vector<debug_line_info> LineInfo;
130 debug_line_info line_info;
OProfileWrapper.cpp 228 struct debug_line_info const* Info) {
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 61 static struct debug_line_info *
66 struct debug_line_info * debug_line;
84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
125 struct debug_line_info * debug_line = NULL;
  /external/oprofile/opjitconv/
debug_line.c 276 static ubyte get_special_opcode(struct debug_line_info const * line,
307 struct debug_line_info const * line, size_t nr_entry,
374 struct debug_line_info const * line, size_t nr_entry,
456 struct debug_line_info * dbg_line =
458 sizeof(struct debug_line_info));

Completed in 659 milliseconds