Home
last modified time | relevance | path

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

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