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.kt125 val operand = value.operand in appendSourceExpression() constant
253 val operand = expression.operand in appendExpression() constant
/tools/dexter/slicer/
Dinstrumentation.cc612 for (auto operand : bytecode->operands) { in Visit() local
619 for (auto operand : dbg_annotation->operands) { in Visit() local
/tools/dexter/slicer/export/slicer/
Dcode_ir.h256 T* operand = dynamic_cast<T*>(op); in CastOperand() local
279 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable