Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A 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
/aosp12/art/compiler/utils/
H A Dassembler.cc63 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothPairingDialog.java372 final String instructions; in onCreateView() local
454 final String instructions; in onCreateView() local
/aosp12/system/extras/tests/icachetest/
H A DProfiler.h122 uint64_t instructions = getInstructions(); in getIPC() local
128 uint64_t instructions = getInstructions(); in getCPI() local
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dmain.cpp58 std::vector<uint8_t> instructions = provider.ConsumeBytes<uint8_t>( in doFuzz() local
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_iterator.h48 explicit DexInstructionPcPair(const uint16_t* instructions, uint32_t dex_pc) in DexInstructionPcPair()
/aosp12/art/runtime/
H A Dnterp_helpers.cc172 CodeItemInstructionAccessor instructions((*frame)->DexInstructions()); in NterpGetDexPC() local
/aosp12/art/dexlayout/
H A Dcompact_dex_writer.cc171 IterationRange<DexInstructionIterator> instructions = code_item->Instructions(); in WriteCodeItem() local
H A Ddexlayout_test.cc683 CodeItemInstructionAccessor instructions(*dex, item); in TEST_F() local
H A Ddex_ir_builder.cc1014 IterationRange<DexInstructionIterator> instructions = code->Instructions(); in GetIdsFromByteCode() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp794 std::vector<IncFsDataBlock> instructions; in receiver() local
872 void writeInstructions(std::vector<IncFsDataBlock>& instructions) { in writeInstructions()
/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc176 void ReferenceTypePropagation::Visit(ArrayRef<HInstruction* const> instructions) { in Visit()
H A Dinliner.cc1711 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments() local
H A Dnodes.h2791 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator()
/aosp12/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java617 ApkSignerEngine.InputJarEntryInstructions instructions = in shouldOutputApkEntry() local
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc2057 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F() local
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.cpp2132 std::vector<IncFsDataBlock> instructions(numBlocks); in setFileContent() local