Home
last modified time | relevance | path

Searched defs:Sub (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_override4.ts21 class Sub extends BaseOverride { class
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-override-1.ts21 class Sub extends Base { class
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp202 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushUndefined() local
203 __ Sub(actualNumArgsReg, actualNumArgsReg, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushUndefined() local
209 __ Sub(tmp, expectedNumArgs, actualNumArgsReg); in OptimizedFastCallAndPushUndefined() local
219 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(8)); // 8 : register save 8 arg in OptimizedFastCallAndPushUndefined() local
272 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local
279 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local
286 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local
293 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local
300 __ Sub(argC, argC, Immediate(1)); in JSFastCallWithArgV() local
424 __ Sub(expectedNumArgs, expectedNumArgs, Immediate(5)); // 5 : register save 5 arg in JSFastCallWithArgVAndPushUndefined() local
[all …]
Dcommon_call.cpp113 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushArgsWithArgv() local
131 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushUndefinedWithArgc() local
140 __ Sub(op, currentSlot, Operand(op, UXTX, 0)); in StackOverflowCheck() local
Doptimized_call.cpp106 __ Sub(currentSp, currentSp, Operand(argc, UXTW, FRAME_SLOT_SIZE_LOG2)); in IncreaseStackForArguments() local
110 __ Sub(currentSp, currentSp, Immediate(FRAME_SLOT_SIZE)); in IncreaseStackForArguments() local
423 __ Sub(actualArgC, actualArgC, Immediate(kungfu::ArgumentAccessor::GetFixArgsNum())); in JSCallInternal() local
461 __ Sub(Register(X5), Register(X5), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallInternal() local
558 __ Sub(jstype, jstype, Immediate(static_cast<int>(JSType::JS_FUNCTION_FIRST))); in JSCallCheck() local
617 __ Sub(actualArgC.W(), actualArgC.W(), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSBoundFunctionCallInternal() local
988 __ Sub(tmp, actualNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in GenJSCallWithArgV() local
Dasm_interpreter_call.cpp270 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), Immediate(argc)); in JSCallCommonSlowPath() local
272 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), argcRegister.W()); in JSCallCommonSlowPath() local
717 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local
740 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local
1326 __ Sub(sp, sp, Immediate(2 * FRAME_SLOT_SIZE)); in CallNativeEntry() local
1331 __ Sub(Register(X0), temp, Immediate(2 * FRAME_SLOT_SIZE)); // 2: skip argc & thread in CallNativeEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp801 void AsmAssembler::Sub(InsnSize insnSize, Reg srcReg, Reg destReg) in Sub() function in assembler::AsmAssembler
810 void AsmAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in Sub() function in assembler::AsmAssembler
819 void AsmAssembler::Sub(InsnSize insnSize, const Mem &mem, Reg reg) in Sub() function in assembler::AsmAssembler
828 void AsmAssembler::Sub(InsnSize insnSize, Reg reg, const Mem &mem) in Sub() function in assembler::AsmAssembler
837 void AsmAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in Sub() function in assembler::AsmAssembler
847 void AsmAssembler::Sub(Reg srcReg, Reg destReg, bool isSingle) in Sub() function in assembler::AsmAssembler
858 void AsmAssembler::Sub(const Mem &mem, Reg reg, bool isSingle) in Sub() function in assembler::AsmAssembler
Delf_assembler.cpp1509 void ElfAssembler::Sub(InsnSize insnSize, Reg srcReg, Reg destReg) in Sub() function in assembler::ElfAssembler
1514 void ElfAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in Sub() function in assembler::ElfAssembler
1519 void ElfAssembler::Sub(InsnSize insnSize, const Mem &mem, Reg reg) in Sub() function in assembler::ElfAssembler
1524 void ElfAssembler::Sub(InsnSize insnSize, Reg reg, const Mem &mem) in Sub() function in assembler::ElfAssembler
1529 void ElfAssembler::Sub(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in Sub() function in assembler::ElfAssembler
1535 void ElfAssembler::Sub(Reg srcReg, Reg destReg, bool isSingle) in Sub() function in assembler::ElfAssembler
1545 void ElfAssembler::Sub(const Mem &mem, Reg reg, bool isSingle) in Sub() function in assembler::ElfAssembler
/arkcompiler/runtime_core/libpandabase/utils/
Dsmall_vector.h110 IteratorType *Sub(difference_type v) in Sub() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dsmall_vector.h103 IteratorType *Sub(difference_type v) in Sub() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h271 IntVal Sub(const IntVal &val, PrimType pType) const in Sub() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp32 JSTaggedValue BuiltinsAtomics::Sub(EcmaRuntimeCallInfo *argv) in Sub() function in panda::ecmascript::builtins::BuiltinsAtomics
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp114 BoundsRange BoundsRange::Sub(const BoundsRange &range) const in Sub() function in panda::compiler::BoundsRange
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp718 Expr LMIRBuilder::Sub(Type *type, Expr src1, Expr src2) in Sub() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp605 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Sub() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp58 DEF_CALL_SIGNATURE(Sub) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp800 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/tests/
Dir_builder_test.cpp2289 TEST_F(IrBuilderTest, Sub) in TEST_F() argument
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2272 TEST_F(IrBuilderTest, Sub) in TEST_F() argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js93943 Sub(t, e) { method in anonymousFunction02780228f9500.anonymousFunction02780228f9600.Rt
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument