Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DCodePrinter.kt94 sb.append(value.operand.type.canonicalText).append(DOT_CLASS) in appendSourceExpression()
125 val operand = value.operand in appendSourceExpression() constant
126 if (type != null && operand is PsiAnnotationMemberValue) { in appendSourceExpression()
130 return appendSourceExpression(operand, sb, owner) in appendSourceExpression()
253 val operand = expression.operand in appendExpression() constant
254 return appendExpression(sb, operand) in appendExpression()
274 if (appendExpression(sb, expression.operand)) { in appendExpression()
DPsiAnnotationItem.kt306 return psiValue.operand.type.canonicalText in toString()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h256 T* operand = dynamic_cast<T*>(op); in CastOperand() local
257 SLICER_CHECK_NE(operand, nullptr); in CastOperand()
258 return operand; in CastOperand()
279 IndexedOperand* operand = dynamic_cast<IndexedOperand*>(op); variable
280 SLICER_CHECK_NE(operand, nullptr);
281 return operand;
/tools/dexter/slicer/
Dinstrumentation.cc612 for (auto operand : bytecode->operands) { in Visit() local
613 operand->Accept(this); in Visit()
619 for (auto operand : dbg_annotation->operands) { in Visit() local
620 operand->Accept(this); in Visit()