Home
last modified time | relevance | path

Searched refs:ThrowWrongMethodTypeFunctionImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dvar_handles.cc32 class ThrowWrongMethodTypeFunctionImpl final : public ThrowWrongMethodTypeFunction { class
34 ThrowWrongMethodTypeFunctionImpl(CallSiteType callsite_type, CalleeType callee_type) in ThrowWrongMethodTypeFunctionImpl() function in art::__anonfb7b0d790111::ThrowWrongMethodTypeFunctionImpl
38 ~ThrowWrongMethodTypeFunctionImpl() {} in ~ThrowWrongMethodTypeFunctionImpl()
68 ThrowWrongMethodTypeFunctionImpl throw_wmt(callsite_type, accessor_type); in VarHandleInvokeAccessorWithConversions()
H A Dmethod_handles_test.cc51 class ThrowWrongMethodTypeFunctionImpl final : public ThrowWrongMethodTypeFunction { in TryConversion() class
56 ThrowWrongMethodTypeFunctionImpl throw_wmt; in TryConversion()