Home
last modified time | relevance | path

Searched refs:Inc (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h44 V(Inc) \
H A Doperations_stub_builder.h31 GateRef Inc(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
H A Dcall_signature.h384 V(Inc) \
H A Doperations_stub_builder.cpp1241 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 Dcall_signature.cpp180 DEF_CALL_SIGNATURE(Inc) in DEF_CALL_SIGNATURE()
182 UNARY_CALL_SIGNATURE(Inc) in DEF_CALL_SIGNATURE()
H A Dcommon_stubs.cpp295 Return(operationBuilder.Inc(glue, x)); in GenerateCircuit()
H A Dinterpreter_stub.cpp1245 GateRef result = builder.Inc(glue, acc, callback); in DECLARE_ASM_HANDLER()
1253 GateRef result = builder.Inc(glue, value); in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp1408 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Inc, in LowerInc()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.h123 void Inc() in Inc() function
H A Dopt_code_profiler.cpp212 result->second.Inc(); in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_info.h108 void Inc(uint32 v) const
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h253 V(Inc) \
H A Druntime_stubs.cpp779 DEF_RUNTIME_STUBS(Inc) in DEF_RUNTIME_STUBS()
781 RUNTIME_STUBS_HEADER(Inc); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h35 static JSTaggedValue Inc(JSThread *thread, JSTaggedValue value);
H A Dslow_runtime_stub.cpp80 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc() function in panda::ecmascript::SlowRuntimeStub
82 INTERPRETER_TRACE(thread, Inc); in Inc()
H A Dinterpreter-inl.cpp4884 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in RunInternal()
4911 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in RunInternal()
H A Dinterpreter_assembly.cpp772 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value); in HandleIncImm8()
4692 JSTaggedValue res = SlowRuntimeStub::Inc(thread, value);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h62 V(Inc) \
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp932 ra_.Emit<Inc>(node, 0); in Unary()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1229 GateRef result = builder.Inc(glue, acc, callback); in GenerateCircuit()
4323 GateRef result = builder.Inc(glue, value); in GenerateCircuit()

Completed in 87 milliseconds