Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h148 bool DoLambdaCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
621 return DoLambdaCall<false, do_access_check>(called_method, self, shadow_frame, inst, inst_data, in DoInvokeLambda()
Dinterpreter_common.cc773 bool DoLambdaCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoLambdaCall() function
951 bool DoLambdaCall<_is_range, _do_assignability_check>(ArtMethod* method, Thread* self, \