OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtectMemory
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
scoped_arena_containers.h
207
ALWAYS_INLINE void
ProtectMemory
(T* ptr, size_t size) const {
226
ProtectMemory
(ptr, sizeof(T));
/art/runtime/verifier/
register_line-inl.h
198
ProtectMemory
(ptr, RegisterLine::ComputeSize(ptr->NumRegs()));
Completed in 146 milliseconds