Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java105 InsnList instructions = mn.instructions; in visitEnd() local
190 InsnList instructions = mn.instructions; in insertMethodCallBefore() local
210 InsnList instructions = mn.instructions; in insertMethodCallAfter() local
236 InsnList instructions = mn.instructions; in updateCatchHandler() local
/frameworks/libs/net/common/devicetests/com/android/testutils/
DConcurrentInterpreter.kt87 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>() method