Searched refs:DoFilledNewArray (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 278 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame,
|
D | interpreter_common.cc | 661 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame, in DoFilledNewArray() function 937 bool DoFilledNewArray<_is_range_, _check, _transaction_active>(const Instruction* inst, \
|
D | interpreter_goto_table_impl.cc | 574 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteGotoImpl() 582 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 488 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, self, in ExecuteSwitchImpl() 496 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteSwitchImpl()
|