HomeSort by relevance Sort by last modified time
    Searched refs:DoIPutQuick (Results 1 - 5 of 5) sorted by null

  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
interpreter_common.cc 352 bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) {
404 // Explicitly instantiate all DoIPutQuick functions.
406 template bool DoIPutQuick<_field_type, _transaction_active>(const ShadowFrame& shadow_frame, \
    [all...]
interpreter_common.h 733 bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data)
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 365 return DoIPutQuick<Primitive::kPrimNot, false>(*shadow_frame, inst, inst_data);

Completed in 139 milliseconds