Home
last modified time | relevance | path

Searched refs:ConvertJValueCommon (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmethod_handles-inl.h119 if (ConvertJValueCommon(throw_wmt, from, to, value)) { in ConvertArgumentValue()
140 if (ConvertJValueCommon(throw_wmt, from, to, value)) { in ConvertReturnValue()
Dmethod_handles.h60 bool ConvertJValueCommon(const ThrowWrongMethodTypeFunction& throw_wmt,
Dmethod_handles_test.cc57 return ConvertJValueCommon(throw_wmt, from.Get(), to.Get(), value); in TryConversion()
Dmethod_handles.cc199 bool ConvertJValueCommon( in ConvertJValueCommon() function