Home
last modified time | relevance | path

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

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