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

  /external/v8/src/trap-handler/
trap-handler.h 14 intptr_t instr_offset; member in struct:v8::internal::trap_handler::ProtectedInstructionData
  /art/compiler/utils/mips/
assembler_mips.h 1526 uint32_t instr_offset; member in struct:art::mips::FINAL::Branch::BranchInfo
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 1520 uint32_t instr_offset; member in struct:art::mips64::FINAL::Branch::BranchInfo
    [all...]
  /external/valgrind/callgrind/
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;

Completed in 105 milliseconds