Home
last modified time | relevance | path

Searched refs:DoIPutQuick (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h716 ALWAYS_INLINE bool DoIPutQuick(const ShadowFrame& shadow_frame, const Instruction* inst, in DoIPutQuick() function
Dinterpreter_switch_impl-inl.h373 return DoIPutQuick<field_type, transaction_active>( in HandlePutQuick()
/art/runtime/interpreter/mterp/
Dmterp.cc477 return DoIPutQuick<Primitive::kPrimNot, false>(*shadow_frame, inst, inst_data) ? 1u : 0u; in MterpIputObjectQuick()