Searched refs:DoFilledNewArray (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 390 return DoFilledNewArray<false, false, false>(inst, *shadow_frame, self, in MterpFilledNewArray() 398 return DoFilledNewArray<true, false, false>(inst, *shadow_frame, self, in MterpFilledNewArrayRange()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 824 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame, in DoFilledNewArray() function 965 bool DoFilledNewArray<_is_range_, _check, _transaction_active>(const Instruction* inst, \
|
D | interpreter_common.h | 840 bool DoFilledNewArray(const Instruction* inst, const ShadowFrame& shadow_frame,
|
D | interpreter_switch_impl.cc | 533 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, self, in ExecuteSwitchImpl() 541 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 589 DoFilledNewArray<false, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteGotoImpl() 597 DoFilledNewArray<true, do_access_check, transaction_active>(inst, shadow_frame, in ExecuteGotoImpl()
|