Home
last modified time | relevance | path

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

/art/runtime/
Djvalue.h29 union PACKED(4) JValue { union
31 JValue() : j(0) {} in JValue() function
/art/runtime/interpreter/
Dinterpreter.cc248 JValue ExecuteGotoImpl(Thread*, const DexFile::CodeItem*, ShadowFrame&, JValue) { in ExecuteGotoImpl() argument