Home
last modified time | relevance | path

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

/art/runtime/
Dvar_handles.cc31 class ThrowWrongMethodTypeFunctionImpl final : public ThrowWrongMethodTypeFunction { class
33 ThrowWrongMethodTypeFunctionImpl(CallSiteType callsite_type, CalleeType callee_type) in ThrowWrongMethodTypeFunctionImpl() function in art::__anon19f78ac30111::ThrowWrongMethodTypeFunctionImpl
37 ~ThrowWrongMethodTypeFunctionImpl() {} in ~ThrowWrongMethodTypeFunctionImpl()
67 ThrowWrongMethodTypeFunctionImpl throw_wmt(callsite_type, accessor_type); in VarHandleInvokeAccessorWithConversions()
Dmethod_handles_test.cc51 class ThrowWrongMethodTypeFunctionImpl final : public ThrowWrongMethodTypeFunction { in TryConversion() class
56 ThrowWrongMethodTypeFunctionImpl throw_wmt; in TryConversion()