Searched refs:ConvertJValueCommon (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | method_handles-inl.h | 119 if (ConvertJValueCommon(throw_wmt, from, to, value)) { in ConvertArgumentValue() 140 if (ConvertJValueCommon(throw_wmt, from, to, value)) { in ConvertReturnValue()
|
D | method_handles.h | 60 bool ConvertJValueCommon(const ThrowWrongMethodTypeFunction& throw_wmt,
|
D | method_handles_test.cc | 57 return ConvertJValueCommon(throw_wmt, from.Get(), to.Get(), value); in TryConversion()
|
D | method_handles.cc | 199 bool ConvertJValueCommon( in ConvertJValueCommon() function
|