Home
last modified time | relevance | path

Searched refs:get16 (Results 1 – 25 of 85) sorted by relevance

1234

/external/libunwind_llvm/src/
DAddressSpace.hpp83 uint16_t get16(pint_t addr) { in get16() function in libunwind::LocalAddressSpace
194 result = get16(addr); in getEncodedP()
213 result = (pint_t)(int16_t)get16(addr); in getEncodedP()
510 uint16_t get16(pint_t addr);
532 template <typename P> uint16_t RemoteAddressSpace<P>::get16(pint_t addr) { in get16() function in libunwind::RemoteAddressSpace
533 return P::E::get16(*(uint16_t *)localCopy(addr)); in get16()
DDwarfInstructions.hpp279 value = addressSpace.get16(p); in evaluateExpression()
288 svalue = (int16_t) addressSpace.get16(p); in evaluateExpression()
517 svalue = (int16_t) addressSpace.get16(p); in evaluateExpression()
525 svalue = (int16_t) addressSpace.get16(p); in evaluateExpression()
723 value = addressSpace.get16(value); in evaluateExpression()
DUnwindCursor.hpp265 return _addressSpace.get16( in entryPageOffset()
270 return _addressSpace.get16( in entryCount()
312 return _addressSpace.get16( in entryPageOffset()
317 return _addressSpace.get16( in entryCount()
322 return _addressSpace.get16( in encodingsPageOffset()
327 return _addressSpace.get16( in encodingsCount()
/external/r8/src/test/examples/multidex002/
DMainActivity.java44 + new multidex002.manymethods.Big016().get16() in getValue()
/external/r8/src/test/examples/multidex002/manymethods/
DBig009.java73 public int get16() { in get16() method in Big009
DBig068.java73 public int get16() { in get16() method in Big068
DBig048.java73 public int get16() { in get16() method in Big048
DBig014.java73 public int get16() { in get16() method in Big014
DBig012.java73 public int get16() { in get16() method in Big012
DBig063.java73 public int get16() { in get16() method in Big063
DBig005.java73 public int get16() { in get16() method in Big005
DBig078.java73 public int get16() { in get16() method in Big078
DBig069.java73 public int get16() { in get16() method in Big069
DBig047.java73 public int get16() { in get16() method in Big047
DBig016.java73 public int get16() { in get16() method in Big016
DBig033.java73 public int get16() { in get16() method in Big033
DBig052.java73 public int get16() { in get16() method in Big052
DBig073.java73 public int get16() { in get16() method in Big073
DBig008.java73 public int get16() { in get16() method in Big008
DBig025.java73 public int get16() { in get16() method in Big025
DBig065.java73 public int get16() { in get16() method in Big065
DBig053.java73 public int get16() { in get16() method in Big053
DBig030.java73 public int get16() { in get16() method in Big030
DBig017.java73 public int get16() { in get16() method in Big017
DBig062.java73 public int get16() { in get16() method in Big062

1234