Searched refs:functionIndex (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 117 unsigned int functionIndex = 0; local 124 if (functionIndex == Mips32FunctionMask.length()) 125 functionIndex = 0; 126 switch (Mips32FunctionMask[functionIndex]) { 137 functionIndex++;
|
/external/skia/src/animator/ |
H A D | SkDisplayable.h | 53 virtual void executeFunction(SkDisplayable* , int functionIndex, 57 virtual void executeFunction2(SkDisplayable* , int functionIndex,
|
H A D | SkDisplayable.cpp | 410 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); 440 int funcIndex = info->functionIndex();
|
H A D | SkMemberInfo.h | 50 int functionIndex() const { function in struct:SkMemberInfo
|
H A D | SkAnimatorScript2.cpp | 255 displayable->executeFunction2(displayable, info->functionIndex(), params, info->getType(),
|
H A D | SkAnimatorScript.cpp | 306 displayable->executeFunction(displayable, info->functionIndex(), params, info->getType(),
|
H A D | SkDisplayApply.cpp | 126 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), nullptr);
|
Completed in 117 milliseconds