/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 44 V(Inc) \
|
H A D | operations_stub_builder.h | 31 GateRef Inc(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
|
H A D | call_signature.h | 384 V(Inc) \
|
H A D | operations_stub_builder.cpp | 1241 GateRef OperationsStubBuilder::Inc(GateRef glue, GateRef value, ProfileOperation callback) in Inc() function in panda::ecmascript::kungfu::OperationsStubBuilder 1280 result = CallRuntime(glue, RTSTUB_ID(Inc), { value }); in Inc()
|
H A D | call_signature.cpp | 180 DEF_CALL_SIGNATURE(Inc) in DEF_CALL_SIGNATURE() 182 UNARY_CALL_SIGNATURE(Inc) in DEF_CALL_SIGNATURE()
|
H A D | common_stubs.cpp | 295 Return(operationBuilder.Inc(glue, x)); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 1245 GateRef result = builder.Inc(glue, acc, callback);
in DECLARE_ASM_HANDLER() 1253 GateRef result = builder.Inc(glue, value);
in DECLARE_ASM_HANDLER()
|
H A D | slowpath_lowering.cpp | 1408 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Inc, in LowerInc()
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
H A D | opt_code_profiler.h | 123 void Inc()
in Inc() function
|
H A D | opt_code_profiler.cpp | 212 result->second.Inc(); in FilterMethodToPrint()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | reg_info.h | 108 void Inc(uint32 v) const
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 253 V(Inc) \
|
H A D | runtime_stubs.cpp | 779 DEF_RUNTIME_STUBS(Inc) in DEF_RUNTIME_STUBS() 781 RUNTIME_STUBS_HEADER(Inc); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 35 static JSTaggedValue Inc(JSThread *thread, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 80 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc() function in panda::ecmascript::SlowRuntimeStub 82 INTERPRETER_TRACE(thread, Inc); in Inc()
|
H A D | interpreter-inl.cpp | 4884 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in RunInternal() 4911 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in RunInternal()
|
H A D | interpreter_assembly.cpp | 772 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleIncImm8() 4692 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 62 V(Inc) \
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 932 ra_.Emit<Inc>(node, 0); in Unary()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1229 GateRef result = builder.Inc(glue, acc, callback); in GenerateCircuit() 4323 GateRef result = builder.Inc(glue, value); in GenerateCircuit()
|