Home
last modified time | relevance | path

Searched refs:HWASanUntag (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/
H A Dmemory_tool.h81 static inline PtrType* HWASanUntag(PtrType* p) { in HWASanUntag() function
/aosp12/art/runtime/
H A Doat_quick_method_header.h107 uintptr_t code_start = reinterpret_cast<uintptr_t>(HWASanUntag(code_)); in Contains()