Searched refs:ConvertJValueCommon (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | method_handles.h | 50 bool ConvertJValueCommon(Handle<mirror::MethodType> callsite_type,
|
D | method_handles-inl.h | 121 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue() 155 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue()
|
D | method_handles_test.cc | 70 return ConvertJValueCommon(from_mt, to_mt, from.Get(), to.Get(), value); in TryConversion()
|
D | method_handles.cc | 194 bool ConvertJValueCommon( in ConvertJValueCommon() function
|