Searched refs:DoFilledNewArray (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 460 return DoFilledNewArray<false, false, false>(inst, *shadow_frame, self, in MterpFilledNewArray() 469 return DoFilledNewArray<true, false, false>(inst, *shadow_frame, self, in MterpFilledNewArrayRange()
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 404 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame,
|
D | interpreter_common.cc | 1113 bool DoFilledNewArray(const Instruction* inst, in DoFilledNewArray() function 1269 bool DoFilledNewArray<_is_range_, _check, _transaction_active>(const Instruction* inst, \
|
D | interpreter_switch_impl.cc | 565 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, self, in ExecuteSwitchImpl() 573 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteSwitchImpl()
|