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

  /external/v8/src/trap-handler/
trap-handler.h 14 intptr_t instr_offset; member in struct:v8::internal::trap_handler::ProtectedInstructionData
  /external/valgrind/callgrind/
sim.c 859 idx, CLG_(bb_base) + current_ii->instr_offset, memline);
876 loaded->iaddr = CLG_(bb_base) + current_ii->instr_offset;
    [all...]
main.c 115 CLG_(bb_base) + ii->instr_offset, ii->instr_size);
144 CLG_(bb_base) + ii->instr_offset, taken);
146 miss = 1 & do_cond_branch_predict(CLG_(bb_base) + ii->instr_offset, taken);
174 CLG_(bb_base) + ii->instr_offset, actual_dst);
176 miss = 1 & do_ind_branch_predict(CLG_(bb_base) + ii->instr_offset, actual_dst);
323 UInt instr_offset; member in struct:__anon42159
335 ev->inode, ev->inode->instr_offset);
339 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
345 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
351 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB)
    [all...]
global.h 249 UInt instr_offset; member in struct:_InstrInfo
704 { UInt off = (bb->instr_count > 0) ? bb->instr[bb->instr_count-1].instr_offset : 0;
callstack.c 241 from->bb->instr[instr].instr_offset +
debug.c 360 i, ii->instr_offset, ecounter);
dump.c 708 if (!get_debug_pos(bbcc, bb_addr(bb) + instr_info->instr_offset,
748 get_debug_pos(bbcc, bb_addr(bb)+instr_info->instr_offset, &(currCost->p));
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 1526 uint32_t instr_offset; member in struct:art::mips::FINAL::Branch::BranchInfo
    [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 1520 uint32_t instr_offset; member in struct:art::mips64::FINAL::Branch::BranchInfo
    [all...]
assembler_mips64.cc     [all...]
  /external/v8/src/wasm/
wasm-module.cc     [all...]

Completed in 576 milliseconds