Home
last modified time | relevance | path

Searched refs:ADVANCE (Results 1 – 25 of 56) sorted by relevance

123

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc41 #define ADVANCE(_offset) \ macro
59 ADVANCE(_offset); \
200 ADVANCE(0); in ExecuteGotoImpl()
204 ADVANCE(1); in ExecuteGotoImpl()
210 ADVANCE(1); in ExecuteGotoImpl()
216 ADVANCE(2); in ExecuteGotoImpl()
222 ADVANCE(3); in ExecuteGotoImpl()
228 ADVANCE(1); in ExecuteGotoImpl()
234 ADVANCE(2); in ExecuteGotoImpl()
240 ADVANCE(3); in ExecuteGotoImpl()
[all …]
/art/runtime/interpreter/mterp/arm64/
Dop_const_class.S10 ADVANCE 2
Dop_const_string.S10 ADVANCE 2 // advance rPC
Dop_check_cast.S14 ADVANCE 2
Dop_sput.S17 ADVANCE 2 // Past exception point - now advance rPC
Dop_sput_wide.S16 ADVANCE 2 // Past exception point - now advance rPC
Dop_iget_object_quick.S13 ADVANCE 2 // advance rPC
Dop_iput.S19 ADVANCE 2 // advance rPC
Dop_iput_wide.S13 ADVANCE 2 // advance rPC
Dop_const_string_jumbo.S12 ADVANCE 3 // advance rPC
Dop_aget_object.S18 ADVANCE 2
Dop_sget.S25 ADVANCE 2
Dop_iget_wide.S19 ADVANCE 2
Dop_instance_of.S20 ADVANCE 2 // advance rPC
Dop_iget.S24 ADVANCE 2
/art/runtime/interpreter/mterp/arm/
Dop_const_class.S11 ADVANCE 2
Dop_check_cast.S15 ADVANCE 2
Dop_const_string.S11 ADVANCE 2 @ advance rPC
Dop_aget_object.S19 ADVANCE 2
/art/runtime/interpreter/mterp/mips/
Dop_const_class.S10 ADVANCE(2) # advance rPC
Dop_const_string.S10 ADVANCE(2) # advance rPC
Dop_check_cast.S14 ADVANCE(2)
/art/runtime/interpreter/mterp/mips64/
Dop_const_class.S11 ADVANCE 2 # advance rPC
Dop_const_string.S11 ADVANCE 2 # advance rPC
Dop_check_cast.S15 ADVANCE 2

123