Searched refs:DoIGetQuick (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 168 bool DoIGetQuick(ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data)
|
D | interpreter_common.cc | 122 bool DoIGetQuick(ShadowFrame& shadow_frame, const Instruction* inst, uint16_t inst_data) { in DoIGetQuick() function 162 template bool DoIGetQuick<_field_type>(ShadowFrame& shadow_frame, const Instruction* inst, \
|
D | interpreter_goto_table_impl.cc | 1269 bool success = DoIGetQuick<Primitive::kPrimInt>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() 1275 bool success = DoIGetQuick<Primitive::kPrimLong>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() 1281 bool success = DoIGetQuick<Primitive::kPrimNot>(shadow_frame, inst, inst_data); in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1167 bool success = DoIGetQuick<Primitive::kPrimInt>(shadow_frame, inst, inst_data); in ExecuteSwitchImpl() 1173 bool success = DoIGetQuick<Primitive::kPrimLong>(shadow_frame, inst, inst_data); in ExecuteSwitchImpl() 1179 bool success = DoIGetQuick<Primitive::kPrimNot>(shadow_frame, inst, inst_data); in ExecuteSwitchImpl()
|