| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.h | 52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 75 …__ And(tempRegister, tempRegister, LogicalImmediate::Create(TaggedObject::GC_STATE_MASK, RegXSize)… in AsmInterpEntryDispatch() local 77 __ And(functionTypeRegister, bitFieldRegister.W(), LogicalImmediate::Create(0xFF, RegWSize)); in AsmInterpEntryDispatch() local 761 __ And(temp, temp, ret); in ResumeRspAndDispatch() local 766 __ And(temp, temp, LogicalImmediate::Create(TaggedObject::GC_STATE_MASK, RegXSize)); in ResumeRspAndDispatch() local 768 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndDispatch() local 788 __ And(temp.W(), temp.W(), in ResumeRspAndDispatch() local 880 __ And(temp, temp, ret); in ResumeRspAndReturnBaseline() local 885 __ And(temp, temp, LogicalImmediate::Create(TaggedObject::GC_STATE_MASK, RegXSize)); in ResumeRspAndReturnBaseline() local 887 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndReturnBaseline() local 904 __ And(temp.W(), temp.W(), in ResumeRspAndReturnBaseline() local [all …]
|
| D | optimized_call.cpp | 212 __ And(expectedNumArgs, expectedNumArgs, in OptimizedCallAndPushArgv() local 463 …__ And(Register(X5), Register(X5), LogicalImmediate::Create(TaggedObject::GC_STATE_MASK, RegXSize)… in JSCallInternal() local 505 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local 591 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local 733 __ And(tempArgc, tempArgc, in FastCallToAsmInterBridge() local 837 __ And(argc, argc, in FastCallToAsmInterBridge() local 869 __ And(taggedValue, jsfunc, taggedValue); in JSCallCheck() local 875 __ And(jshclass, jshclass, LogicalImmediate::Create(TaggedObject::GC_STATE_MASK, RegXSize)); in JSCallCheck() local 881 __ And(jstype, bitfield, LogicalImmediate::Create(0xFF, RegWSize)); in JSCallCheck() local 982 __ And(hclass, hclass, LogicalImmediate::Create(TaggedObject::GC_STATE_MASK, RegXSize)); in JSBoundFunctionCallInternal() local
|
| D | optimized_fast_call.cpp | 117 __ And(expectedNumArgs, expectedNumArgs, in OptimizedFastCallAndPushArgv() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | cpu_affinity.cpp | 87 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() function in ark::os::CpuSet
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | cpu_affinity.cpp | 88 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() function in ark::os::CpuSet
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder-inl.h | 198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And() function
|
| D | operations_stub_builder.cpp | 972 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
| D | call_signature.cpp | 144 DEF_CALL_SIGNATURE(And) in DEF_CALL_SIGNATURE() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 141 __ And(maskRegister, tempRegister); in AsmInterpEntryDispatch() local 1111 __ And(ret, temp); in ResumeRspAndDispatch() local 1118 __ And(maskRegister, temp); in ResumeRspAndDispatch() local 1305 __ And(ret, temp); in ResumeRspAndReturnBaseline() local 1312 __ And(maskRegister, temp); in ResumeRspAndReturnBaseline() local 1541 __ And(rcx, r11); // r11 is the region address of value. in ASMFastWriteBarrier() local 1564 __ And(rsi, r11); // r11 is the region address of obj. in ASMFastWriteBarrier() local 1632 __ And(rsi, r11); // r11: region address of obj. in ASMFastSharedWriteBarrier() local 1644 __ And(rsi, r11); // r11: region address of obj. in ASMFastSharedWriteBarrier() local 1661 __ And(rsi, r12); // obj & DEFAULT_REGION_MASK => r12 is obj's offset to region in ASMFastSharedWriteBarrier() local
|
| D | optimized_call.cpp | 835 __ And(jsFuncReg, rdx); in JSCallCheck() local 841 __ And(jsFuncReg, rdx); // IsSpecial in JSCallCheck() local 849 __ And(maskRegister, rax); in JSCallCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | asm_assembler.cpp | 875 void AsmAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::AsmAssembler 884 void AsmAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::AsmAssembler 893 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::AsmAssembler 902 void AsmAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::AsmAssembler 911 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::AsmAssembler 1846 void AsmAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::AsmAssembler 1857 void AsmAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in assembler::AsmAssembler
|
| D | elf_assembler.cpp | 1583 void ElfAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::ElfAssembler 1588 void ElfAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::ElfAssembler 1593 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::ElfAssembler 1598 void ElfAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::ElfAssembler 1603 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::ElfAssembler 2229 void ElfAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::ElfAssembler 2239 void ElfAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in assembler::ElfAssembler
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 389 __ And(rax, rdx); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | maple_sparse_bitvector.h | 100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 343 IntVal And(const IntVal &val, PrimType pType) const in And() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 683 void AssemblerAarch64::And(const Register &rd, const Register &rn, const LogicalImmediate &imm) in And() function in panda::ecmascript::aarch64::AssemblerAarch64 699 void AssemblerAarch64::And(const Register &rd, const Register &rn, const Operand &operand) in And() function in panda::ecmascript::aarch64::AssemblerAarch64
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 55 JSTaggedValue BuiltinsAtomics::And(EcmaRuntimeCallInfo *argv) in And() function in panda::ecmascript::builtins::BuiltinsAtomics
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 1081 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 660 Expr LMIRBuilder::And(Type *type, Expr src1, Expr src2) in And() function in maple::litecg::LMIRBuilder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 261 BoundsRange BoundsRange::And(const BoundsRange &range) in And() function in ark::compiler::BoundsRange
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2322 TEST_F(IrBuilderTest, And) in TEST_F() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2344 TEST_F(IrBuilderTest, And) in TEST_F() argument
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… field in AnonymousClass64c59e047c401
|