Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSymbol.cpp41 void MCSymbol::setVariableValue(const MCExpr *Value) { in setVariableValue() function in MCSymbol
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java474 protected void setVariableValue(long threadID, long frameID, int slot, Value newValue) { in setVariableValue() method in JDWPStackFrameAccessTest
/external/v8/src/debug/
Dmirrors.js2292 ScopeMirror.prototype.setVariableValue = function(name, new_value) { method in ScopeMirror