Home
last modified time | relevance | path

Searched refs:DoBoxLambda (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h907 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, \
Dinterpreter_switch_impl.cc2416 bool success = DoBoxLambda<do_access_check>(self, shadow_frame, inst, inst_data); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc2480 bool success = DoBoxLambda<do_access_check>(self, shadow_frame, inst, inst_data); in ExecuteGotoImpl()