Home
last modified time | relevance | path

Searched refs:currentLocation (Results 1 – 6 of 6) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMethodImplementationBuilder.java49 private MethodLocation currentLocation; field in MethodImplementationBuilder
53 this.currentLocation = impl.instructionList.get(0); in MethodImplementationBuilder()
76 currentLocation.getLabels().add(label); in addLabel()
79 label = currentLocation.addNewLabel(); in addLabel()
121 currentLocation.addLineNumber(lineNumber); in addLineNumber()
126 currentLocation.addStartLocal(registerNumber, name, type, signature); in addStartLocal()
130 currentLocation.addEndLocal(registerNumber); in addEndLocal()
134 currentLocation.addRestartLocal(registerNumber); in addRestartLocal()
138 currentLocation.addPrologue(); in addPrologue()
142 currentLocation.addEpilogue(); in addEpilogue()
[all …]
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c231 uint32_t currentLocation; in pathProfAtExitHandler() local
253 currentLocation = lseek(outFile, 0, SEEK_CUR); in pathProfAtExitHandler()
262 lseek(outFile, currentLocation, SEEK_SET); in pathProfAtExitHandler()
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp89 Result.Range.Start = currentLocation(); in getNextToken()
168 Result.Range.End = currentLocation(); in getNextToken()
194 Range.End = currentLocation(); in consumeUnsignedLiteral()
229 Range.End = currentLocation(); in consumeStringLiteral()
245 SourceLocation currentLocation() { in currentLocation() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliCodeFragmentFactory.java292 Location currentLocation = frameProxy.location();
293 if (currentLocation == null) {
297 Method method = currentLocation.method();
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py65 currentLocation = 0
71 locations.append(currentLocation)
72 currentLocation = currentLocation + len(glyphData)
74 locations.append(currentLocation)
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp818 …ariableLocation (const std::vector<VariablePathComponent>& path, int startNdx, int currentLocation) in getIOSubVariableLocation() argument
820 if (currentLocation == -1) in getIOSubVariableLocation()
824 return currentLocation; in getIOSubVariableLocation()
826 return getIOSubVariableLocation(path, startNdx+1, currentLocation); in getIOSubVariableLocation()
832 return getIOSubVariableLocation(path, startNdx + 1, currentLocation); in getIOSubVariableLocation()
834 if (currentLocation != -1) in getIOSubVariableLocation()
835currentLocation += getVariableLocationLength(path[startNdx].getVariableType()->getStructPtr()->get… in getIOSubVariableLocation()
852 int currentLocation = block->layout.location; in getIOBlockVariableLocation() local
858 currentLocation = block->variables[memberNdx].layout.location; in getIOBlockVariableLocation()
864 if (currentLocation != -1) in getIOBlockVariableLocation()
[all …]