Searched defs:uint8_t (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/gc/accounting/ |
| D | card_table_test.cc | 103 void operator()(uint8_t* /*card*/, uint8_t /*expected_value*/, uint8_t /*new_value*/) const { in operator ()() argument
|
| /art/compiler/driver/ |
| D | compiled_method_storage.cc | 130 ThunkMapValue(std::vector<uint8_t, SwapAllocator<uint8_t>>&& code, in ThunkMapValue()
|
| /art/libprofile/profile/ |
| D | profile_compilation_info.cc | 616 /*out*/SafeMap<uint8_t, std::vector<dex::TypeIndex>>* dex_to_classes_map) { in GroupClassesByDex() 823 const SafeMap<uint8_t, uint8_t>& dex_profile_index_remap, in ReadInlineCache() 872 const SafeMap<uint8_t, uint8_t>& dex_profile_index_remap, in ReadMethods() 1097 const SafeMap<uint8_t, uint8_t>& dex_profile_index_remap, in ReadProfileLine() 1504 /*out*/SafeMap<uint8_t, uint8_t>* dex_profile_index_remap) { in RemapProfileIndex()
|
| /art/runtime/ |
| D | oat.cc | 136 void OatHeader::CheckOatVersion(std::array<uint8_t, 4> version) { in CheckOatVersion()
|
| /art/dex2oat/linker/arm64/ |
| D | relative_patcher_arm64.cc | 432 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()
|