Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc510 static mirror::Object* DoFilledNewArray(Thread* self, in DoFilledNewArray() function
590 return DoFilledNewArray(self, caller, dex_pc_ptr, registers, /* is_range= */ false); in NterpFilledNewArray()
598 return DoFilledNewArray(self, caller, dex_pc_ptr, registers, /* is_range= */ true); in NterpFilledNewArrayRange()
/art/runtime/interpreter/
Dinterpreter_common.cc1417 bool DoFilledNewArray(const Instruction* inst, in DoFilledNewArray() function
1597 bool DoFilledNewArray<_is_range_, _transaction_active>(const Instruction* inst, \
Dinterpreter_switch_impl-inl.h709 return DoFilledNewArray<false, transaction_active>( in FILLED_NEW_ARRAY()
714 return DoFilledNewArray<true, transaction_active>( in FILLED_NEW_ARRAY_RANGE()
Dinterpreter_common.h680 bool DoFilledNewArray(const Instruction* inst,