Home
last modified time | relevance | path

Searched defs:AddrMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/verification/util/
Daddr_map.h29 AddrMap(const void *start_ptr, const void *end_ptr) in AddrMap() function
34 AddrMap(const void *start_ptr, size_t size) in AddrMap() function
157AddrMap(uintptr_t addr_from, uintptr_t addr_to) : AddrRange_ {addr_from, addr_to}, BitMap_ {AddrRa… in AddrMap() function
/arkcompiler/runtime_core/verification/util/tests/
Daddr_map_test.cpp25 TEST_F(VerifierTest, AddrMap) in TEST_F() argument