Home
last modified time | relevance | path

Searched refs:k3rc (Results 1 – 7 of 7) sorted by relevance

/tools/dexter/slicer/export/slicer/
Ddex_instruction_list.h63 …V(0x25, FILLED_NEW_ARRAY_RANGE, "filled-new-array/range", k3rc, kIndexTypeRef, kContinue | kThrow,…
142 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | …
143 …V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInv…
144 …V(0x76, INVOKE_DIRECT_RANGE, "invoke-direct/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
145 …V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kI…
146 …V(0x78, INVOKE_INTERFACE_RANGE, "invoke-interface/range", k3rc, kIndexMethodRef, kContinue | kThro…
260 …V(0xEA, INVOKE_VIRTUAL_RANGE_QUICK, "invoke-virtual/range-quick", k3rc, kIndexVtableOffset, kConti…
279 …V(0xFD, INVOKE_CUSTOM_RANGE, "invoke-custom/range", k3rc, kIndexCallSiteRef, kContinue | kThrow, 0…
306 V(k3rc) \
Ddex_bytecode.h74 k3rc, // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB enumerator
/tools/dexter/slicer/
Ddex_bytecode.cc92 case k3rc: in GetWidthFromFormat()
272 case k3rc: // op {vCCCC .. v(CCCC+AA-1)}, meth@BBBB in DecodeInstruction()
Dcode_ir.cc556 case dex::k3rc: // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB in DecodeBytecode()
Dbytecode_encoder.cc376 case dex::k3rc: // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB in Visit()
Dreader.cc889 case dex::k3rc: in ParseInstructions()
Dwriter.cc839 case dex::k3rc: in WriteInstructions()