Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.h68 void CheckInterpreterAsmConstants();
Dinterpreter.cc704 void CheckInterpreterAsmConstants() { in CheckInterpreterAsmConstants() function
/art/runtime/
Druntime.cc305 interpreter::CheckInterpreterAsmConstants(); in Runtime()