Home
last modified time | relevance | path

Searched refs:variableInfo (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodVariableTableTestCase.java346 VariableInfo variableInfo = checker.getVariableInfo(name); in checkMethodVariableTable() local
347 if (variableInfo != null) { in checkMethodVariableTable()
349 logWriter.println("## Check variable \"" + variableInfo.name + "\""); in checkMethodVariableTable()
353 variableInfo.signature, signature); in checkMethodVariableTable()
355 if (variableInfo.isParameter) { in checkMethodVariableTable()
402 private void addVariableInfo(VariableInfo variableInfo) { in addVariableInfo() argument
403 variableInfos.add(variableInfo); in addVariableInfo()
416 for (VariableInfo variableInfo : variableInfos) { in getArgCount()
417 if (variableInfo.isParameter) { in getArgCount()
418 String sig = variableInfo.signature; in getArgCount()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameAccessTest.java251 for (VariableInfo variableInfo : testedVariables) { in checkStackFrame()
252 String variableName = variableInfo.getVariableName(); in checkStackFrame()
262 expectedValue = variableInfo.getValueOnFirstSuspension(); in checkStackFrame()
264 expectedValue = variableInfo.getValueOnSecondSuspension(); in checkStackFrame()
273 Value newValue = variableInfo.getValueToSet(); in checkStackFrame()
/external/angle/src/compiler/translator/
Dblocklayout.cpp39 const BlockMemberInfo &variableInfo, in encodeVariable() argument
46 (*mInfoOut)[name] = variableInfo; in encodeVariable()
635 BlockMemberInfo variableInfo = in visitNamedVariable() local
640 mTopLevelArrayStride *= variableInfo.arrayStride; in visitNamedVariable()
643 variableInfo.topLevelArrayStride = mTopLevelArrayStride; in visitNamedVariable()
644 encodeVariable(variable, variableInfo, name, mappedName); in visitNamedVariable()
Dblocklayout.h318 const BlockMemberInfo &variableInfo, in encodeVariable() argument
/external/angle/src/compiler/translator/msl/
DRewritePipelines.cpp941 const std::vector<sh::ShaderVariable> *variableInfo, in RewritePipeline() argument
950 variableInfo)) in RewritePipeline()
1008 const std::vector<sh::ShaderVariable> *variableInfo; in RewritePipelines() member
1043 if (!RewritePipeline(compiler, root, idGen, pipeline, symbolEnv, info.variableInfo, in RewritePipelines()
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp228 sh::BlockMemberInfo variableInfo; in visitNamedVariable() local
229 if (!mGetMemberInfo(name, mappedName, &variableInfo)) in visitNamedVariable()
248 variable.arraySizes, -1, -1, -1, mBlockIndex, variableInfo); in visitNamedVariable()
292 sh::BlockMemberInfo variableInfo; in visitNamedVariable() local
293 if (!mGetMemberInfo(name, mappedName, &variableInfo)) in visitNamedVariable()
313 variable.arraySizes, mBlockIndex, variableInfo); in visitNamedVariable()
/external/angle/src/compiler/translator/hlsl/
DShaderStorageBlockOutputHLSL.cpp250 const BlockMemberInfo &variableInfo, in encodeVariable() argument
261 mBlockInfoOut->emplace(field, variableInfo); in encodeVariable()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp241 const sh::BlockMemberInfo &variableInfo, in encodeVariable() argument
260 sh::BlockLayoutEncoder::GetBlockRegisterElement(variableInfo)); in encodeVariable()
262 static_cast<unsigned int>(sh::BlockLayoutEncoder::GetBlockRegister(variableInfo)); in encodeVariable()