Searched defs:ptr (Results 1 – 11 of 11) sorted by relevance
29 const u1* ptr = *pptr; in ReadULeb128() local59 const u1* ptr = *pptr; in ReadSLeb128() local96 inline u1* WriteULeb128(u1* ptr, u4 data) { in WriteULeb128()112 inline u1* WriteSLeb128(u1* ptr, s4 value) { in WriteSLeb128()
31 MemView(const void* ptr, size_t size) : ptr_(ptr), size_(size) { in MemView()38 const T* ptr() const { in ptr() function
34 ArrayView(T* ptr, size_t count) : begin_(ptr), end_(ptr + count) {} in ArrayView()
75 T* ptr(size_t offset) { in ptr() function96 size_t Push(const void* ptr, size_t size) { in Push()
106 const T* ptr(int offset) const { in ptr() function
71 const dex::u1* ptr = in DissasembleTryBlocks() local145 const dex::u1* ptr = ir_debug_info->data.ptr<dex::u1>(); in DissasembleDebugInfo() local242 const dex::u2* ptr = begin; in DissasembleBytecode() local371 const dex::u2* ptr) { in FixupPackedSwitch()397 const dex::u2* ptr) { in FixupSparseSwitch()414 ArrayData* CodeIr::DecodeArrayData(const dex::u2* ptr, dex::u4 offset) { in DecodeArrayData()451 Bytecode* CodeIr::DecodeBytecode(const dex::u2* ptr, dex::u4 offset) { in DecodeBytecode()
139 static u4 FetchU4(const u2* ptr) { return ptr[0] | (u4(ptr[1]) << 16); } in FetchU4()142 static u8 FetchU8(const u2* ptr) { in FetchU8()
297 const dex::u1* ptr = reinterpret_cast<const dex::u1*>(dex_annotations + 1); in ExtractAnnotations() local321 const dex::u1* ptr = dexAnnotationItem->annotation; in ExtractAnnotationItem() local601 auto ptr = dataPtr<dex::u1>(offset); in ExtractEncodedArray() local613 const dex::u1* ptr = dataPtr<dex::u1>(offset); in ExtractDebugInfo() local738 auto ptr = handlers_list; in ExtractCode() local879 const dex::u2* ptr = code.begin(); in ParseInstructions() local
819 dex::u2* ptr = dex_->code.ptr<dex::u2>(offset); in WriteInstructions() local903 auto ptr = original_list; in WriteTryBlocks() local
530 dex::u2* ptr = begin; in FixupSwitchOffsets() local
41 char *ptr = (char *) malloc(s); in Java_com_android_game_qualification_allocstress_MainActivity_cmain() local