Searched refs:k3rc (Results 1 – 7 of 7) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | dex_instruction_list.h | 63 …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) \
|
D | dex_bytecode.h | 74 k3rc, // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB enumerator
|
/tools/dexter/slicer/ |
D | dex_bytecode.cc | 92 case k3rc: in GetWidthFromFormat() 272 case k3rc: // op {vCCCC .. v(CCCC+AA-1)}, meth@BBBB in DecodeInstruction()
|
D | code_ir.cc | 556 case dex::k3rc: // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB in DecodeBytecode()
|
D | bytecode_encoder.cc | 376 case dex::k3rc: // op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB in Visit()
|
D | reader.cc | 889 case dex::k3rc: in ParseInstructions()
|
D | writer.cc | 839 case dex::k3rc: in WriteInstructions()
|