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

  /external/valgrind/tsan/
ts_dynamorio.cc 313 instr_t *first_instr = NULL; local
317 first_instr = instr;
321 if (first_instr) {
322 // instr_disassemble(drcontext, first_instr, 1);
323 // dr_printf(" -- in_trace %p\n", instr_get_app_pc(first_instr));
324 dr_insert_clean_call(drcontext, trace, first_instr,
327 OPND_CREATE_INTPTR(instr_get_app_pc(first_instr)),
380 instr_t *first_instr = instrlist_first(bb); local
381 app_pc pc = instr_get_app_pc(first_instr);
406 dr_insert_clean_call(drcontext, bb, first_instr, (void*)wrap::is_in_wrapper
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 448 LInstruction* first_instr = instructions()->at(first); local
451 LLabel* label = LLabel::cast(first_instr);
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 448 LInstruction* first_instr = instructions()->at(first); local
451 LLabel* label = LLabel::cast(first_instr);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 390 LInstruction* first_instr = instructions()->at(first); local
393 LLabel* label = LLabel::cast(first_instr);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 392 LInstruction* first_instr = instructions()->at(first); local
395 LLabel* label = LLabel::cast(first_instr);
    [all...]

Completed in 323 milliseconds