Home
last modified time | relevance | path

Searched refs:get32 (Results 1 – 25 of 89) sorted by relevance

1234

/external/libunwind_llvm/src/
DCompactUnwinder.hpp90 registers.setEBX(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingEBPFrame()
93 registers.setECX(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingEBPFrame()
96 registers.setEDX(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingEBPFrame()
99 registers.setEDI(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingEBPFrame()
102 registers.setESI(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingEBPFrame()
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); in stepWithCompactEncodingFrameless()
207 registers.setEBX(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingFrameless()
210 registers.setECX(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingFrameless()
213 registers.setEDX(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingFrameless()
216 registers.setEDI(addressSpace.get32(savedRegisters)); in stepWithCompactEncodingFrameless()
[all …]
DUnwindCursor.hpp195 return _addressSpace.get32(_addr + in version()
199 return _addressSpace.get32(_addr + in commonEncodingsArraySectionOffset()
204 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount()
208 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset()
212 return _addressSpace.get32( in personalityArrayCount()
216 return _addressSpace.get32( in indexSectionOffset()
220 return _addressSpace.get32( in indexCount()
235 return _addressSpace.get32( in functionOffset()
240 return _addressSpace.get32( in secondLevelPagesSectionOffset()
245 return _addressSpace.get32( in lsdaIndexArraySectionOffset()
[all …]
DAddressSpace.hpp88 uint32_t get32(pint_t addr) { in get32() function in libunwind::LocalAddressSpace
126 return get32(addr); in getP()
199 result = get32(addr); in getEncodedP()
219 result = (pint_t)(int32_t)get32(addr); in getEncodedP()
511 uint32_t get32(pint_t addr);
536 template <typename P> uint32_t RemoteAddressSpace<P>::get32(pint_t addr) { in get32() function in libunwind::RemoteAddressSpace
537 return P::E::get32(*(uint32_t *)localCopy(addr)); in get32()
DDwarfParser.hpp124 pint_t cfiLength = (pint_t)addressSpace.get32(p); in decodeFDE()
133 uint32_t ciePointer = addressSpace.get32(p); in decodeFDE()
185 pint_t cfiLength = addressSpace.get32(p); in findFDE()
194 uint32_t id = addressSpace.get32(p); in findFDE()
201 uint32_t ciePointer = addressSpace.get32(p); in findFDE()
269 pint_t cieLength = (pint_t)addressSpace.get32(p); in parseCIE()
281 if (addressSpace.get32(p) != 0) in parseCIE()
409 codeOffset += (addressSpace.get32(p) * cieInfo.codeAlignFactor); in parseInstructions()
DDwarfInstructions.hpp297 value = addressSpace.get32(p); in evaluateExpression()
306 svalue = (int32_t)addressSpace.get32(p); in evaluateExpression()
726 value = addressSpace.get32(value); in evaluateExpression()
/external/r8/src/test/examples/multidex002/
DMainActivity.java60 + new multidex002.manymethods.Big032().get32() in getValue()
/external/icu/icu4c/source/common/
Dutrie2.cpp43 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) { in get32() function
70 return get32(trie->newTrie, c, TRUE); in utrie2_get32()
84 return get32(trie->newTrie, c, FALSE); in utrie2_get32FromLeadSurrogateCodeUnit()
/external/r8/src/test/examples/multidex002/manymethods/
DBig009.java137 public int get32() { in get32() method in Big009
DBig068.java137 public int get32() { in get32() method in Big068
DBig048.java137 public int get32() { in get32() method in Big048
DBig014.java137 public int get32() { in get32() method in Big014
DBig012.java137 public int get32() { in get32() method in Big012
DBig063.java137 public int get32() { in get32() method in Big063
DBig005.java137 public int get32() { in get32() method in Big005
DBig078.java137 public int get32() { in get32() method in Big078
DBig069.java137 public int get32() { in get32() method in Big069
DBig047.java137 public int get32() { in get32() method in Big047
DBig016.java137 public int get32() { in get32() method in Big016
DBig033.java137 public int get32() { in get32() method in Big033
DBig052.java137 public int get32() { in get32() method in Big052
DBig073.java137 public int get32() { in get32() method in Big073
DBig008.java137 public int get32() { in get32() method in Big008
DBig025.java137 public int get32() { in get32() method in Big025
DBig065.java137 public int get32() { in get32() method in Big065
DBig053.java137 public int get32() { in get32() method in Big053

1234