Home
last modified time | relevance | path

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

/art/libartbase/base/
Dscoped_arena_containers.h238 ALWAYS_INLINE void ProtectMemory(T* ptr, size_t size) const { in ProtectMemory() function
257 ProtectMemory(ptr, sizeof(T)); in operator()
/art/runtime/verifier/
Dregister_line-inl.h233 ProtectMemory(ptr, RegisterLine::ComputeSize(ptr->NumRegs())); in operator()