Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DCodePrinter.kt93 sb.append(value.operand.type.canonicalText).append(DOT_CLASS) in appendSourceExpression()
124 val operand = value.operand in appendSourceExpression() constant
125 if (type != null && operand is PsiAnnotationMemberValue) { in appendSourceExpression()
129 return appendSourceExpression(operand, sb, owner) in appendSourceExpression()
252 val operand = expression.operand in appendExpression() constant
253 return appendExpression(sb, operand) in appendExpression()
273 if (appendExpression(sb, expression.operand)) { in appendExpression()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h244 T* operand = dynamic_cast<T*>(op); in CastOperand() local
245 SLICER_CHECK(operand != nullptr); in CastOperand()
246 return operand; in CastOperand()
267 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable
268 SLICER_CHECK(operand != nullptr);
269 return operand;
/tools/dexter/slicer/
Dinstrumentation.cc600 for (auto operand : bytecode->operands) { in Visit() local
601 operand->Accept(this); in Visit()
607 for (auto operand : dbg_annotation->operands) { in Visit() local
608 operand->Accept(this); in Visit()