Searched refs:DoFilledNewArray (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.cc | 693 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame, in DoFilledNewArray() function 820 bool DoFilledNewArray<_is_range_, _check, _transaction_active>(const Instruction* inst, \
|
D | interpreter_common.h | 285 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame,
|
D | interpreter_goto_table_impl.cc | 559 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()
|
D | interpreter_switch_impl.cc | 464 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()
|