Home | History | Annotate | Download | only in libdex

Lines Matching refs:address

860     u4 address = 0;
922 localInReg[reg].startAddress = address;
936 address += readUnsignedLeb128(&stream);
949 emitLocalCbIfLive (cnxt, reg, address,
960 localInReg[reg].startAddress = address;
968 emitLocalCbIfLive (cnxt, reg, address, localInReg, localCb);
983 * and we don't want to mess with the existing start address.
986 localInReg[reg].startAddress = address;
999 address += adjopcode / DBG_LINE_RANGE;
1004 done = posCb(cnxt, address, line);