Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc230 template<class T> static T* Writable(const T* v) { return const_cast<T*>(v); } in Writable() function
246 static T* Writable(const T* v) REQUIRES(g_jit_debug_lock) { in Writable() function