Searched defs:uint8_t (Results 1 – 4 of 4) sorted by relevance
103 void operator()(uint8_t* /*card*/, uint8_t /*expected_value*/, uint8_t /*new_value*/) const { in operator ()() argument
130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue()
138 void OatHeader::CheckOatVersion(std::array<uint8_t, 4> version) { in CheckOatVersion()
455 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()