| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 202 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushArgv() local 203 __ Sub(actualNumArgsReg, actualNumArgsReg, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushArgv() local 209 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushArgv() local 210 __ Sub(actualNumArgsReg, actualNumArgsReg, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushArgv() local 212 __ Sub(tmp, expectedNumArgs, actualNumArgsReg); in OptimizedFastCallAndPushArgv() local 222 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushArgv() local 275 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 282 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 289 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local 296 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local [all …]
|
| D | common_call.cpp | 102 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushArgsWithArgv() local 121 __ Sub(argc.W(), argc.W(), Immediate(1)); // 1: push the top arg already in PushArgsWithArgvInPair() local 122 __ Sub(argv, argv, Operand(argc.W(), UXTW, 3)); // 3: argc * 8 in PushArgsWithArgvInPair() local 137 __ Sub(argc.W(), argc.W(), Immediate(2)); // 2: pair in PushArgsWithArgvInPair() local 164 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushUndefinedWithArgc() local 173 __ Sub(op, currentSlot, Operand(op, UXTX, 0)); in StackOverflowCheck() local
|
| D | optimized_call.cpp | 99 __ Sub(currentSp, currentSp, Operand(argc, UXTW, FRAME_SLOT_SIZE_LOG2)); in IncreaseStackForArguments() local 103 __ Sub(currentSp, currentSp, Immediate(FRAME_SLOT_SIZE)); in IncreaseStackForArguments() local 479 __ Sub(actualArgC, actualArgC, Immediate(kungfu::ArgumentAccessor::GetFixArgsNum())); in JSCallInternal() local 517 __ Sub(Register(X5), Register(X5), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallInternal() local 681 __ Sub(actualArgC, actualArgC, Immediate(kungfu::ArgumentAccessor::GetFixArgsNum())); in AOTCallToAsmInterBridge() local 770 __ Sub(tempArgc, tempArgc, Immediate(5)); // 5: the first 5 args are not on stack in FastCallToAsmInterBridge() local 880 __ Sub(jstype, jstype, Immediate(static_cast<int>(JSType::JS_FUNCTION_FIRST))); in JSCallCheck() local 939 __ Sub(actualArgC.W(), actualArgC.W(), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSBoundFunctionCallInternal() local 1269 __ Sub(tmp, actualNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in GenJSCallWithArgV() local
|
| D | asm_interpreter_call.cpp | 263 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), Immediate(argc)); in JSCallCommonSlowPath() local 265 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), argcRegister.W()); in JSCallCommonSlowPath() local 743 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local 766 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local 1251 __ Sub(SP, SP, Immediate(DOUBLE_SLOT_SIZE * PreserveRegPairIndex)); in PreserveMostCall() local 1917 __ Sub(sp, sp, Immediate(2 * FRAME_SLOT_SIZE)); in CallNativeEntry() local 1920 __ Sub(Register(X0), temp, Immediate(2 * FRAME_SLOT_SIZE)); // 2: skip argc & thread in CallNativeEntry() local
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_override4.ts | 21 class Sub extends BaseOverride { class
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-override-1.ts | 21 class Sub extends Base { class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | asm_assembler.cpp | 806 void AsmAssembler::Sub(InsnSize insnSize, Reg srcReg, Reg destReg) in Sub() function in assembler::AsmAssembler 815 void AsmAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in Sub() function in assembler::AsmAssembler 824 void AsmAssembler::Sub(InsnSize insnSize, const Mem &mem, Reg reg) in Sub() function in assembler::AsmAssembler 833 void AsmAssembler::Sub(InsnSize insnSize, Reg reg, const Mem &mem) in Sub() function in assembler::AsmAssembler 842 void AsmAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in Sub() function in assembler::AsmAssembler 852 void AsmAssembler::Sub(Reg srcReg, Reg destReg, bool isSingle) in Sub() function in assembler::AsmAssembler 863 void AsmAssembler::Sub(const Mem &mem, Reg reg, bool isSingle) in Sub() function in assembler::AsmAssembler
|
| D | elf_assembler.cpp | 1532 void ElfAssembler::Sub(InsnSize insnSize, Reg srcReg, Reg destReg) in Sub() function in assembler::ElfAssembler 1537 void ElfAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in Sub() function in assembler::ElfAssembler 1542 void ElfAssembler::Sub(InsnSize insnSize, const Mem &mem, Reg reg) in Sub() function in assembler::ElfAssembler 1547 void ElfAssembler::Sub(InsnSize insnSize, Reg reg, const Mem &mem) in Sub() function in assembler::ElfAssembler 1552 void ElfAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in Sub() function in assembler::ElfAssembler 1558 void ElfAssembler::Sub(Reg srcReg, Reg destReg, bool isSingle) in Sub() function in assembler::ElfAssembler 1568 void ElfAssembler::Sub(const Mem &mem, Reg reg, bool isSingle) in Sub() function in assembler::ElfAssembler
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | small_vector.h | 110 IteratorType *Sub(difference_type v) in Sub() function
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | small_vector.h | 103 IteratorType *Sub(difference_type v) in Sub() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 298 IntVal Sub(const IntVal &val, PrimType pType) const in Sub() function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 33 JSTaggedValue BuiltinsAtomics::Sub(EcmaRuntimeCallInfo *argv) in Sub() function in panda::ecmascript::builtins::BuiltinsAtomics
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 609 Expr LMIRBuilder::Sub(Type *type, Expr src1, Expr src2) in Sub() function in maple::litecg::LMIRBuilder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 603 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Sub() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
| D | call_signature.cpp | 55 DEF_CALL_SIGNATURE(Sub) in DEF_CALL_SIGNATURE() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 804 void AssemblerAarch64::Sub(const Register &rd, const Register &rn, const Operand &operand) in Sub() function in panda::ecmascript::aarch64::AssemblerAarch64
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 117 BoundsRange BoundsRange::Sub(const BoundsRange &range) const in Sub() function in ark::compiler::BoundsRange
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2272 TEST_F(IrBuilderTest, Sub) in TEST_F() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | ir_builder_test.cpp | 2294 TEST_F(IrBuilderTest, Sub) in TEST_F() argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 93943 Sub(t, e) { method in anonymousFunctionb3e59607f9500.anonymousFunctionb3e59607f9600.Rt
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|