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

  /external/oprofile/opjitconv/
conversion.c 57 end_time)) == OP_JIT_CONV_FAIL)
61 if ((rc = resolve_overlaps(start_time)) == OP_JIT_CONV_FAIL)
69 rc = OP_JIT_CONV_FAIL;
75 if ((rc = partition_sections()) == OP_JIT_CONV_FAIL)
78 if ((rc = fill_sections()) == OP_JIT_CONV_FAIL)
parse_dump.c 75 rc = OP_JIT_CONV_FAIL;
146 rc = OP_JIT_CONV_FAIL;
153 rc = OP_JIT_CONV_FAIL;
171 rc = OP_JIT_CONV_FAIL;
180 rc = OP_JIT_CONV_FAIL;
204 rc = OP_JIT_CONV_FAIL;
210 rc = OP_JIT_CONV_FAIL;
215 rc = OP_JIT_CONV_FAIL;
221 rc = OP_JIT_CONV_FAIL;
246 return OP_JIT_CONV_FAIL;
    [all...]
opjitconv.c 125 rc = OP_JIT_CONV_FAIL;
131 rc = OP_JIT_CONV_FAIL;
138 rc = OP_JIT_CONV_FAIL;
167 rc = OP_JIT_CONV_FAIL;
173 rc = OP_JIT_CONV_FAIL;
193 rc = OP_JIT_CONV_FAIL;
199 rc = OP_JIT_CONV_FAIL;
219 rc = OP_JIT_CONV_FAIL;
226 rc = OP_JIT_CONV_FAIL;
232 rc = OP_JIT_CONV_FAIL;
    [all...]
create_bfd.c 39 rc = OP_JIT_CONV_FAIL;
52 rc = OP_JIT_CONV_FAIL;
66 rc = OP_JIT_CONV_FAIL;
127 rc = OP_JIT_CONV_FAIL;
138 return OP_JIT_CONV_FAIL;
202 if (rc == OP_JIT_CONV_FAIL)
223 if (rc == OP_JIT_CONV_FAIL)
233 if (rc == OP_JIT_CONV_FAIL)
jitsymbol.c 210 int candidate = OP_JIT_CONV_FAIL;
394 rc = OP_JIT_CONV_FAIL;
476 OP_JIT_CONV_FAIL) {
477 flag = OP_JIT_CONV_FAIL;
486 if (handle_overlap_region(i, j - 1) == OP_JIT_CONV_FAIL)
487 flag = OP_JIT_CONV_FAIL;
504 while ((rc = scan_overlaps()) && rc != OP_JIT_CONV_FAIL) {
512 if (cnt > 0 && rc != OP_JIT_CONV_FAIL)
opjitconv.h 21 #define OP_JIT_CONV_FAIL -1

Completed in 91 milliseconds