Searched refs:DoLambdaCall (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 148 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()
|
D | interpreter_common.cc | 773 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, \
|