Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypedBlock.java21 public int stackTop, numLocals; field in TypedBlock
71 printTypes(sbuf, numLocals, localsTypes); in toString2()
103 numLocals = nl; in setStackMap()
123 numLocals = nl; in resetNumLocals()
174 numLocals = n; in initFirstBlock()
DMapMaker.java320 int diffL = stackMapDiff(prev.numLocals, prev.localsTypes, in toStackMap()
321 bb.numLocals, bb.localsTypes); in toStackMap()
363 int[] tags = fillStackMap(bb.numLocals - prev.numLocals, in toStackMapBody()
364 prev.numLocals, data, in toStackMapBody()
391 int[] ldata = new int[bb.numLocals]; in toStackMapBody()
392 int[] ltags = fillStackMap(bb.numLocals, 0, ldata, bb.localsTypes); in toStackMapBody()
500 writeVerifyTypeInfo(writer, cp, tb.localsTypes, tb.numLocals); in writeStackFrame()
/external/webkit/Source/JavaScriptCore/runtime/
DArguments.h242 size_t numLocals = m_numCapturedVars + m_numParametersMinusThis; in copyRegisters() local
244 if (!numLocals) in copyRegisters()
248 size_t registerArraySize = numLocals + RegisterFile::CallFrameHeaderSize; in copyRegisters()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-103733 (a) global vars don't contribute to a CodeBlock's numLocals count, since
9751 (KJS::JSActivation::copyRegisters): Use numLocals from the code
10513 Also, record numLocals, the sum of numVars + numParameters, in each code
10517 We now use numLocals in a bunch of places where we used to calculate