Home
last modified time | relevance | path

Searched defs:instructions (Results 1 – 6 of 6) 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/native/libs/binder/tests/parcel_fuzzer/
Dmain.cpp58 std::vector<uint8_t> instructions = provider.ConsumeBytes<uint8_t>( in doFuzz() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DChallengeDialogs.kt65 val (title, instructions) = if (useRetryStrings) { in <lambda>() constant
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt87 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>() method
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp794 std::vector<IncFsDataBlock> instructions; in receiver() local
872 void writeInstructions(std::vector<IncFsDataBlock>& instructions) { in writeInstructions()
/frameworks/base/services/incremental/
DIncrementalService.cpp2132 std::vector<IncFsDataBlock> instructions(numBlocks); in setFileContent() local