Home
last modified time | relevance | path

Searched refs:instrLen (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/s390/
Dcode-stubs-s390.h89 int32_t instrLen = masm->instr_length_at(pos); in PatchBranchCondMask() local
90 DCHECK(instrLen == 4 || instrLen == 6); in PatchBranchCondMask()
92 if (instrLen == 4) { in PatchBranchCondMask()
/external/valgrind/callgrind/
Dmain.c869 UInt instrLen = 0; in CLG_() local
885 instrLen = st->Ist.IMark.len; in CLG_()
893 toNextInstr = (jumpDst == instrAddr + instrLen); in CLG_()