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

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 78 static debug_line_info LineStartToOProfileFormat(
81 debug_line_info Result;
111 std::vector<debug_line_info> LineInfo;
124 debug_line_info line_info;
OProfileWrapper.cpp 223 struct debug_line_info const* Info) {
  /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 39 typedef std::list<debug_line_info> NativeDebugList;
83 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/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/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));
  /external/oprofile/doc/
op-jit-devel.xml 105 struct debug_line_info const * compile_map);
245 <paramdef>struct debug_line_info const *<parameter>compile_map</parameter></paramdef>
268 <parameter>compile_map : </parameter>Array of struct debug_line_info. See the JVMTI agent

Completed in 496 milliseconds