Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmemory_tool.h81 static inline PtrType* HWASanUntag(PtrType* p) { in HWASanUntag() function
/art/runtime/
Doat_quick_method_header.h118 uintptr_t code_start = reinterpret_cast<uintptr_t>(HWASanUntag(code_)); in Contains()
/art/compiler/
Dcommon_compiler_test.cc111 void* base_ptr = HWASanUntag(reinterpret_cast<void*>(base)); in MakeExecutable()