/arkcompiler/ets_frontend/ts2panda/tests/statements/ |
D | for.test.ts | 21 Inc, 134 new Inc(new Imm(1)), 176 new Inc(new Imm(1)), 238 new Inc(new Imm(2)), 250 new Inc(new Imm(4)), 313 new Inc(new Imm(2)), 325 new Inc(new Imm(4)),
|
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | postfixOperations.test.ts | 22 Inc, 51 new Inc(new Imm(2)),
|
D | prefixOperations.test.ts | 22 Inc, 58 new Inc(new Imm(2)),
|
D | literal.test.ts | 30 Inc, 203 new Inc(new Imm(6)),
|
D | cmpBinary.test.ts | 25 Inc, 310 new Inc(new Imm(2)),
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 45 V(Inc) \
|
D | operations_stub_builder.h | 31 GateRef Inc(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
|
D | call_signature.h | 343 V(Inc) \
|
D | operations_stub_builder.cpp | 1200 GateRef OperationsStubBuilder::Inc(GateRef glue, GateRef value, ProfileOperation callback) in Inc() function in panda::ecmascript::kungfu::OperationsStubBuilder 1239 result = CallRuntime(glue, RTSTUB_ID(Inc), { value }); in Inc()
|
D | call_signature.cpp | 179 DEF_CALL_SIGNATURE(Inc) in DEF_CALL_SIGNATURE() argument 181 UNARY_CALL_SIGNATURE(Inc) in DEF_CALL_SIGNATURE()
|
D | common_stubs.cpp | 227 Return(operationBuilder.Inc(glue, x)); in GenerateCircuit()
|
D | interpreter_stub.cpp | 876 GateRef result = builder.Inc(glue, acc, callback); in DECLARE_ASM_HANDLER() 884 GateRef result = builder.Inc(glue, value); in DECLARE_ASM_HANDLER()
|
D | slowpath_lowering.cpp | 1290 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Inc, in LowerInc()
|
/arkcompiler/ets_frontend/ts2panda/tests/ |
D | lexenv.test.ts | 25 Inc, 467 new Inc(new Imm(0)),
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 35 static JSTaggedValue Inc(JSThread *thread, JSTaggedValue value);
|
D | slow_runtime_stub.cpp | 105 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc() function in panda::ecmascript::SlowRuntimeStub 107 INTERPRETER_TRACE(thread, Inc); in Inc()
|
D | interpreter-inl.h | 4702 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in RunInternal() 4729 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in RunInternal()
|
D | interpreter_assembly.cpp | 741 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleIncImm8() 4623 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleDeprecatedIncPrefV8()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 147 Inc, 961 new Inc(new Imm(0)));
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 160 V(Inc) \
|
D | runtime_stubs.cpp | 487 DEF_RUNTIME_STUBS(Inc) in DEF_RUNTIME_STUBS() argument 489 RUNTIME_STUBS_HEADER(Inc); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 62 V(Inc) \
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 871 ra_.Emit<Inc>(node, 0); in Unary()
|