Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DCodePrinter.kt124 val operand = value.operand in appendSourceExpression() constant
253 val operand = expression.operand in appendExpression() constant
/tools/dexter/slicer/
Dinstrumentation.cc265 for (auto operand : bytecode->operands) { in Visit() local
272 for (auto operand : dbg_annotation->operands) { in Visit() local
/tools/dexter/slicer/export/slicer/
Dcode_ir.h244 T* operand = dynamic_cast<T*>(op); in CastOperand() local
267 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable