Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter.h68 void CheckInterpreterAsmConstants();
H A Dinterpreter.cc693 void CheckInterpreterAsmConstants() { in CheckInterpreterAsmConstants() function
/aosp12/art/runtime/
H A Druntime.cc317 interpreter::CheckInterpreterAsmConstants(); in Runtime()