/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | override10.ts | 27 abstract class Sub extends Base { class
|
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.ts | 29 export class Sub extends Super { class
|
D | superHasMethodsFromMergedInterface.ts | 23 class Sub extends C { class
|
D | constructorArgs.ts | 30 class Sub extends Super { class
|
D | emitStatementsBeforeSuperCall.ts | 23 class Sub extends Base { class
|
D | emitStatementsBeforeSuperCallWithDefineFields.ts | 23 class Sub extends Base { class
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | optimized_fast_call.cpp | 202 __ 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 …]
|
D | common_call.cpp | 113 __ 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
|
D | optimized_call.cpp | 106 __ Sub(currentSp, currentSp, Operand(argc, UXTW, FRAME_SLOT_SIZE_LOG2)); in IncreaseStackForArguments() local 110 __ Sub(currentSp, currentSp, Immediate(FRAME_SLOT_SIZE)); in IncreaseStackForArguments() local 420 __ Sub(actualArgC, actualArgC, Immediate(kungfu::ArgumentAccessor::GetFixArgsNum())); in JSCallInternal() local 458 __ Sub(Register(X5), Register(X5), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallInternal() local 555 __ Sub(jstype, jstype, Immediate(static_cast<int>(JSType::JS_FUNCTION_FIRST))); in JSCallCheck() local 613 __ Sub(actualArgC.W(), actualArgC.W(), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSBoundFunctionCallInternal() local 979 __ Sub(tmp, actualNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in GenJSCallWithArgV() local
|
D | asm_interpreter_call.cpp | 270 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), Immediate(argc)); in JSCallCommonSlowPath() local 272 __ Sub(diffRegister.W(), declaredNumArgsRegister.W(), argcRegister.W()); in JSCallCommonSlowPath() local 695 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local 718 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local 1255 __ Sub(sp, sp, Immediate(2 * FRAME_SLOT_SIZE)); in CallNativeEntry() local 1260 __ Sub(Register(X0), temp, Immediate(2 * FRAME_SLOT_SIZE)); // 2: skip argc & thread in CallNativeEntry() local
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | small_vector.h | 110 IteratorType *Sub(difference_type v) in Sub() function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 32 JSTaggedValue BuiltinsAtomics::Sub(EcmaRuntimeCallInfo *argv) in Sub() function in panda::ecmascript::builtins::BuiltinsAtomics
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 799 void AssemblerAarch64::Sub(const Register &rd, const Register &rn, const Operand &operand) in Sub() function in panda::ecmascript::aarch64::AssemblerAarch64
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 564 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Sub() function in panda::ecmascript::kungfu::OperationsStubBuilder
|
D | call_signature.cpp | 57 DEF_CALL_SIGNATURE(Sub) in DEF_CALL_SIGNATURE() argument
|
/arkcompiler/runtime_core/compiler/tests/ |
D | ir_builder_test.cpp | 2272 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 anonymousFunctiona10e9827f9500.anonymousFunctiona10e9827f9600.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
|