Home
last modified time | relevance | path

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

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java129 InsnList instructions = mn.instructions; in visitEnd() local
236 InsnList instructions = mn.instructions; in insertInvokeAcquire() local
275 InsnList instructions = mn.instructions; in insertInvokeRelease() local
330 InsnList instructions = mn.instructions; in insertMethodCallBeforeSync() local
350 InsnList instructions = mn.instructions; in insertMethodCallAfter() local
375 InsnList instructions = mn.instructions; in insertMethodCallBefore() local
392 InsnList instructions = mn.instructions; in updateCatchHandler() local
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dmain.cpp92 std::vector<uint8_t> instructions = provider.ConsumeBytes<uint8_t>( in doReadFuzz() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DChallengeDialogs.kt65 val (title, instructions) = if (useRetryStrings) { in <lambda>() constant
/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp792 std::vector<IncFsDataBlock> instructions; in receiver() local
870 void writeInstructions(std::vector<IncFsDataBlock>& instructions) { in writeInstructions()
/frameworks/base/services/incremental/
DIncrementalService.cpp2152 std::vector<IncFsDataBlock> instructions(numBlocks); in setFileContent() local