Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_bytecode.cc139 static u4 FetchU4(const u2* ptr) { return ptr[0] | (u4(ptr[1]) << 16); } in FetchU4() function
143 return FetchU4(ptr) | (u8(FetchU4(ptr + 2)) << 32); in FetchU8()
216 dec.vA = FetchU4(bytecode + 1); in DecodeInstruction()
221 dec.vB = FetchU4(bytecode + 1); in DecodeInstruction()
229 dec.vB = FetchU4(bytecode + 1); in DecodeInstruction()