Home
last modified time | relevance | path

Searched refs:DoFilledNewArray (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.cc693 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame, in DoFilledNewArray() function
820 bool DoFilledNewArray<_is_range_, _check, _transaction_active>(const Instruction* inst, \
Dinterpreter_common.h285 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame,
Dinterpreter_goto_table_impl.cc559 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteGotoImpl()
567 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc464 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, self, in ExecuteSwitchImpl()
472 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteSwitchImpl()