Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/libs/binary_translation/runtime_primitives/
Dmemory_region_reservation_test.cc42 MemoryRegionReservation::Store<uint32_t>(&cpu, addr, kTestVal, std::memory_order_seq_cst)); in TEST()
48 MemoryRegionReservation::Store<uint32_t>(&cpu, addr, ~kTestVal, std::memory_order_seq_cst)); in TEST()
71 MemoryRegionReservation::Store<uint32_t>( in TEST()
97 MemoryRegionReservation::Store<uint32_t>( in TEST()
101 MemoryRegionReservation::Store<uint32_t>( in TEST()
125 MemoryRegionReservation::Store<uint32_t>( in TEST()
129 MemoryRegionReservation::Store<uint32_t>( in TEST()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dmemory_region_reservation.h56 static uint32_t Store(CPUState* cpu, GuestAddr addr, Type value, std::memory_order mem_order) { in Store() function
/frameworks/base/tests/inputmethod/ConcurrentMultiSessionImeTest/
DAndroid.bp47 // Store test artifacts in separated directories for easier debugging.
/frameworks/base/core/proto/android/internal/
Dbinder_latency.proto81 // The number of buckets in the histogram. Store this value separately
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
Dtrace_config_multi_user.textproto52 # Store certain high-volume "sched" ftrace events in a denser format
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold.rscript30 // Store our coefficients here
Dthreshold_half.rscript30 // Store our coefficients here
/frameworks/base/tests/EnforcePermission/perf-app/
Dperfetto.textproto60 # Store certain high-volume "sched" ftrace events in a denser format
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rscript30 // Store our coefficients here
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rscript30 // Store our coefficients here
/frameworks/base/core/proto/android/server/
Dusagestatsservice_v2.proto152 * Store the relevant information from extra details for user interaction event.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript80 // Store to an allocation based on the vector size and dimensionality being
178 // Store to a cell based on the type, vector size and
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript82 // Store to an allocation based on the vector size and dimensionality being
180 // Store to a cell based on the type, vector size and
/frameworks/base/core/proto/android/service/
Dpackage.proto188 // Typically "" if system app or "com.android.vending" if Play Store.
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h947 void Store(const typename Decoder::StoreArgs& args) { in Store() function
950 listener_->Store(args.operand_type, arg, args.offset, data); in Store()
953 void Store(const typename Decoder::StoreFpArgs& args) { in Store() function
Ddecoder.h1242 insn_consumer_->Store(args); in DecodeCompressedStoresp()
1293 insn_consumer_->Store(args); in DecodeCompressedLoadStore()
1836 insn_consumer_->Store(args); in DecodeStore()
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h200 typedef Codec2Client Store; typedef
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc414 void LiteTranslator::Store(Decoder::MemoryDataOperandType operand_type, in Store() function in berberis::LiteTranslator
Dlite_translator.h93 void Store(Decoder::MemoryDataOperandType operand_type,
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1090 llvm::StoreInst *Store = Builder.CreateStore(RetVal, OutPtr); in ExpandForEach() local
1092 Store->setMetadata("tbaa", TBAAAllocation); in ExpandForEach()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h158 return static_cast<Register>(MemoryRegionReservation::Store<IntType>( in Sc()
340 void Store(Decoder::MemoryDataOperandType operand_type, in Store() function
347 Store<uint8_t>(ptr, data); in Store()
350 Store<uint16_t>(ptr, data); in Store()
353 Store<uint32_t>(ptr, data); in Store()
356 Store<uint64_t>(ptr, data); in Store()
4186 void Store(void* ptr, uint64_t data) { in Store() function
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.h111 void Store(Decoder::MemoryDataOperandType operand_type,
Dfrontend.cc562 void HeavyOptimizerFrontend::Store(Decoder::MemoryDataOperandType operand_type, in Store() function in berberis::HeavyOptimizerFrontend
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1253 case Instruction::Store: in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1281 case Instruction::Store: in WriteInstruction()

12