Home
last modified time | relevance | path

Searched defs:srs (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/art/compiler/utils/riscv64/
H A Djni_macro_assembler_riscv64.cc193 ScratchRegisterScope srs(&asm_); in StoreStackPointerToThread() local
311 ScratchRegisterScope srs(&asm_); in MoveArguments() local
439 ScratchRegisterScope srs(&asm_); in Jump() local
530 ScratchRegisterScope srs(&asm_); in SuspendCheck() local
539 ScratchRegisterScope srs(&asm_); in ExceptionPoll() local
570 ScratchRegisterScope srs(&asm_); in TestGcMarking() local
588 ScratchRegisterScope srs(&asm_); in TestMarkBit() local
609 ScratchRegisterScope srs(&asm_); in TestByteAndJumpIfNotZero() local
H A Dassembler_riscv64.cc6434 ScratchRegisterScope srs(assembler); in AddConstImpl() local
7587 ScratchRegisterScope& srs) { in AdjustBaseAndOffset()
7636 ScratchRegisterScope srs(this); in LoadFromOffset() local
7649 ScratchRegisterScope srs(this); in StoreToOffset() local
7657 ScratchRegisterScope srs(this); in FLoadFromOffset() local
7665 ScratchRegisterScope srs(this); in FStoreToOffset() local
7672 ScratchRegisterScope srs(this); in LoadImmediate() local
H A Dassembler_riscv64_test.cc364 ScratchRegisterScope srs(GetAssembler()); in TestLoadConst64() local
987 ScratchRegisterScope srs(GetAssembler()); in TestAddConst() local
1061 ScratchRegisterScope srs(GetAssembler()); in RepeatLoadStoreArbitraryOffset() local
1111 ScratchRegisterScope srs(GetAssembler()); in TestLoadStoreArbitraryOffset() local
8673 ScratchRegisterScope srs(GetAssembler()); in TEST_F() local
9878 ScratchRegisterScope srs(GetAssembler()); in TEST_F() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc278 riscv64::ScratchRegisterScope srs(riscv64_codegen->GetAssembler()); in EmitNativeCode() local
934 riscv64::ScratchRegisterScope srs(GetAssembler()); in Store() local
985 ScratchRegisterScope srs(GetAssembler()); in StoreSeqCst() local
1094 riscv64::ScratchRegisterScope srs(GetAssembler()); in Exchange() local
1130 ScratchRegisterScope srs(GetAssembler()); in GenerateClassInitializationCheck() local
1179 ScratchRegisterScope srs(GetAssembler()); in GenerateSuspendCheck() local
1472 ScratchRegisterScope srs(GetAssembler()); in DivRemByPowerOfTwo() local
1514 ScratchRegisterScope srs(GetAssembler()); in GenerateDivRemWithAnyConstant() local
1755 ScratchRegisterScope srs(GetAssembler()); in GenerateFpCondition() local
2080 ScratchRegisterScope srs(GetAssembler()); in GenTableBasedPackedSwitch() local
[all …]
H A Dintrinsics_riscv64.cc400 ScratchRegisterScope srs(assembler); in GenerateReverse() local
510 ScratchRegisterScope srs(assembler); in VisitIntegerHighestOneBit() local
527 ScratchRegisterScope srs(assembler); in VisitLongHighestOneBit() local
544 ScratchRegisterScope srs(assembler); in VisitIntegerLowestOneBit() local
558 ScratchRegisterScope srs(assembler); in VisitLongLowestOneBit() local
696 ScratchRegisterScope srs(assembler); in BOXED_TYPES() local
767 ScratchRegisterScope srs(assembler); in VisitReferenceGetReferent() local
776 ScratchRegisterScope srs(assembler); in VisitReferenceGetReferent() local
839 ScratchRegisterScope srs(assembler); in VisitReferenceRefersTo() local
904 ScratchRegisterScope srs(assembler); in GenerateVisitStringIndexOf() local
[all …]
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSecureRandomSpiTest.java35 MySecureRandomSpi srs = new MySecureRandomSpi(); in testSecureRandomSpi() local
42 MySecureRandomSpi srs = new MySecureRandomSpi(); in testSecureRandomSpi() local
/aosp_15_r20/frameworks/av/media/libaudiofoundation/
H A DAudioContainers.cpp213 SampleRateSet srs; in populateAudioProfiles() local
237 SampleRateSet srs; in populateAudioProfiles() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/iterator/
H A Dderef.pass.cpp85 std::ranges::subrange<int*> srs[] = {{&i, &i}, {&i, &i}}; in test() local
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c119 ServiceRecordSet srs; // note -- variable-sized object -- must be last field in struct member
719 mDNSexport int CountPeerRegistrations(mDNS *const m, ServiceRecordSet *const srs) in CountPeerRegistrations()
745 mDNSlocal void SendServiceRemovalNotification(ServiceRecordSet *const srs) in SendServiceRemovalNotification()
756 mDNSlocal void regservice_callback(mDNS *const m, ServiceRecordSet *const srs, mStatus result) in regservice_callback()
1093 ServiceRecordSet *srs = &instance->srs; in add_record_to_service() local
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/
H A DSearchRecentSuggestionsTest.java60 SearchRecentSuggestions srs = in testSearchRecentSuggestions() local
/aosp_15_r20/art/compiler/trampolines/
H A Dtrampoline_compiler.cc132 ScratchRegisterScope srs(&assembler); in CreateTrampoline() local
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h41 double rs,srs,q; in db_SolveQuadratic() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.cpp143 TaggedStringStream(const SourceRangeStack* srs) : srs_(srs) {} in TaggedStringStream()
/aosp_15_r20/external/mdnsresponder/mDNSCore/
H A DmDNS.c10517 mDNSlocal void SleepProxyServerCallback(mDNS *const m, ServiceRecordSet *const srs, mStatus result) in SleepProxyServerCallback()
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h141733 unsigned int srs; member
H A Dvmlinux.h141733 unsigned int srs; member
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...