Home
last modified time | relevance | path

Searched defs:uint8_t (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/accounting/
Dcard_table_test.cc103 void operator()(uint8_t* /*card*/, uint8_t /*expected_value*/, uint8_t /*new_value*/) const { in operator ()() argument
/art/compiler/driver/
Dcompiled_method_storage.cc130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue()
/art/runtime/
Doat.cc137 void OatHeader::CheckOatVersion(std::array<uint8_t, 4> version) { in CheckOatVersion()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc448 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()