Searched refs:DoBoxLambda (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 907 static inline bool DoBoxLambda(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, in DoBoxLambda() function 1088 bool DoBoxLambda<_do_check>(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst, \
|
D | interpreter_switch_impl.cc | 2416 bool success = DoBoxLambda<do_access_check>(self, shadow_frame, inst, inst_data); in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 2480 bool success = DoBoxLambda<do_access_check>(self, shadow_frame, inst, inst_data); in ExecuteGotoImpl()
|