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