Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java114 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); in execute()
117 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); in execute()
120 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute()
123 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); in execute()
126 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); in execute()
132 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); in execute()
138 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute()
144 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute()
150 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); in execute()
156 evalLoad(Type.OBJECT, opcode - ALOAD_0, frame, subroutine); in execute()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DOSAtomicChecker.cpp113 Engine.evalLoad(Tmp, theValueExpr, C.getPredecessor(), in evalOSAtomicCompareAndSwap()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h443 void evalLoad(ExplodedNodeSet& Dst, const Expr* Ex, ExplodedNode* Pred,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1396 evalLoad(Dst, M, *I, state, L); in VisitMemberExpr()
1499 void ExprEngine::evalLoad(ExplodedNodeSet& Dst, const Expr *Ex, in evalLoad() function in ExprEngine
2175 evalLoad(Dst, CastE, subExprNode, state, state->getSVal(Ex)); in VisitCast()
2706 evalLoad(Tmp2, Ex, *I, state, loc); in VisitUnaryOperator()
2966 evalLoad(Tmp4, LHS, *I2, state, location); in VisitBinaryOperator()