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

  /art/runtime/interpreter/
interpreter_switch_impl.cc     [all...]
interpreter_common.h 293 bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data)
interpreter_common.cc 314 bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) {
380 // Explicitly instantiate all DoIPutQuick functions.
382 template bool DoIPutQuick<_field_type, _transaction_active>(const ShadowFrame& shadow_frame, \
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 433 return DoIPutQuick<Primitive::kPrimNot, false>(*shadow_frame, inst, inst_data);
    [all...]

Completed in 365 milliseconds