Home
last modified time | relevance | path

Searched defs:vma (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64CA53Erratum843419Stub2.cpp57 const uint64_t vma = pFragRef.frag()->getParent()->getSection().addr() + in isMyDuty() local
DAArch64CA53Erratum843419Stub.cpp68 const uint64_t vma = pFragRef.frag()->getParent()->getSection().addr() + in isMyDuty() local
/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp332 static int getFilePageAdvice(const Vma& vma) { in getFilePageAdvice()
338 static int getAnonPageAdvice(const Vma& vma) { in getAnonPageAdvice()
347 static int getAnyPageAdvice(const Vma& vma) { in getAnyPageAdvice()
373 auto vmaCollectorCb = [&vmaToAdviseFunc, &pageoutVmaIndex, &coldVmaIndex](const Vma& vma) { in compactProcess()
/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h43 const RpnExpr& vma() const { in vma() function
47 RpnExpr& vma() { in vma() function
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc238 for (uint8_t vma = 0; vma < 3; ++vma) { in TestVectorLoad() local
321 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVlm() local
451 for (uint8_t vma = 0; vma < 3; ++vma) { in TestVectorStore() local
546 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVsm() local
639 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVleXX() local
755 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVseXX() local
996 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorRegisterGather() local
1225 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorInstructionInternal() local
1338 intrinsics::InactiveProcessing vma, in TestVectorMaskInstruction()
1440 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorMaskTargetInstruction() local
[all …]
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc533 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorInstructionInternal() local
745 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorReductionInstruction() local
858 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorIota() local
966 for (uint8_t vma = 0; vma < 2; ++vma) { in TestExtendingVectorInstruction() local
1117 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorPermutationInstruction() local
1303 for (uint8_t vma = 0; vma < 2; ++vma) { in TestVectorMaskTargetInstruction() local
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2109 uint64_t vma = 0x0, offset = 0x0; in setOutputSectionAddress() local