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.cc102 void operator()(uint8_t* /*card*/, uint8_t /*expected_value*/, uint8_t /*new_value*/) const { in operator ()() argument
/art/runtime/jit/
Dprofile_compilation_info.cc554 /*out*/SafeMap<uint8_t, std::vector<dex::TypeIndex>>* dex_to_classes_map) { in GroupClassesByDex()
760 const SafeMap<uint8_t, uint8_t>& dex_profile_index_remap, in ReadInlineCache()
809 const SafeMap<uint8_t, uint8_t>& dex_profile_index_remap, in ReadMethods()
1026 const SafeMap<uint8_t, uint8_t>& dex_profile_index_remap, in ReadProfileLine()
1383 /*out*/SafeMap<uint8_t, uint8_t>* dex_profile_index_remap) { in RemapProfileIndex()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc678 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()
/art/runtime/
Doat_file.cc947 bool Load(int, uint8_t*, bool, bool, bool, std::string*) { in Load() argument