Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h50 bool ConvertJValueCommon(Handle<mirror::MethodType> callsite_type,
Dmethod_handles-inl.h121 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()
Dmethod_handles_test.cc70 return ConvertJValueCommon(from_mt, to_mt, from.Get(), to.Get(), value); in TryConversion()
Dmethod_handles.cc194 bool ConvertJValueCommon( in ConvertJValueCommon() function