Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp113 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushArgsWithArgv() local
131 __ Sub(argc.W(), argc.W(), Immediate(1)); in PushUndefinedWithArgc() local
139 __ 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
408 __ Sub(actualArgC, actualArgC, Immediate(kungfu::ArgumentAccessor::GetFixArgsNum())); in JSCallInternal() local
446 __ Sub(Register(X5), Register(X5), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallInternal() local
627 __ Sub(jstype, jstype, Immediate(static_cast<int>(JSType::JS_FUNCTION_FIRST))); in JSCallCheck() local
713 __ Sub(actualArgC.W(), actualArgC.W(), Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in JSBoundFunctionCallInternal() local
1061 __ Sub(tmp, actualNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in GenJSCallWithArgV() local
1120 __ Sub(tmp, actualNumArgs, Immediate(NUM_MANDATORY_JSFUNC_ARGS)); in ConstructorJSCallWithArgV() 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
698 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local
721 __ Sub(pc, pc, jumpSizeRegister); // sub negative jmupSize in ResumeRspAndDispatch() local
1236 __ Sub(sp, sp, Immediate(2 * FRAME_SLOT_SIZE)); in CallNativeEntry() local
1241 __ Sub(Register(X0), temp, Immediate(2 * FRAME_SLOT_SIZE)); // 2: skip argc & thread in CallNativeEntry() local
/arkcompiler/runtime_core/libpandabase/utils/
Dsmall_vector.h110 IteratorType *Sub(difference_type v) 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/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp491 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right) in Sub() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp57 DEF_CALL_SIGNATURE(Sub) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp806 void AssemblerAarch64::Sub(const Register &rd, const Register &rn, const Operand &operand) in Sub() function in panda::ecmascript::aarch64::AssemblerAarch64
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2272 TEST_F(IrBuilderTest, Sub) in TEST_F() argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property