Searched refs:Dec (Results 1 - 17 of 17) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 45 V(Dec) \
|
H A D | operations_stub_builder.h | 32 GateRef Dec(GateRef glue, GateRef value, ProfileOperation callback = ProfileOperation());
|
H A D | call_signature.h | 385 V(Dec) \
|
H A D | operations_stub_builder.cpp | 1289 GateRef OperationsStubBuilder::Dec(GateRef glue, GateRef value, ProfileOperation callback) in Dec() function in panda::ecmascript::kungfu::OperationsStubBuilder 1328 result = CallRuntime(glue, RTSTUB_ID(Dec), { value }); in Dec()
|
H A D | call_signature.cpp | 185 DEF_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE() 187 UNARY_CALL_SIGNATURE(Dec) in DEF_CALL_SIGNATURE()
|
H A D | common_stubs.cpp | 303 Return(operationBuilder.Dec(glue, x)); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 1260 GateRef result = builder.Dec(glue, acc, callback);
in DECLARE_ASM_HANDLER() 1268 GateRef result = builder.Dec(glue, value);
in DECLARE_ASM_HANDLER()
|
H A D | slowpath_lowering.cpp | 1417 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Dec, in LowerDec()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 254 V(Dec) \
|
H A D | runtime_stubs.cpp | 786 DEF_RUNTIME_STUBS(Dec) in DEF_RUNTIME_STUBS() 788 RUNTIME_STUBS_HEADER(Dec); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 36 static JSTaggedValue Dec(JSThread *thread, JSTaggedValue value);
|
H A D | slow_runtime_stub.cpp | 89 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec() function in panda::ecmascript::SlowRuntimeStub 91 INTERPRETER_TRACE(thread, Dec); in Dec()
|
H A D | interpreter-inl.cpp | 4935 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal() 4961 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in RunInternal()
|
H A D | interpreter_assembly.cpp | 799 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value); in HandleDecImm8() 4661 JSTaggedValue res = SlowRuntimeStub::Dec(thread, value);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 63 V(Dec) \
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 937 ra_.Emit<Dec>(node, 0); in Unary()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1237 GateRef result = builder.Dec(glue, acc, callback); in GenerateCircuit() 4368 GateRef result = builder.Dec(glue, value); in GenerateCircuit()
|
Completed in 81 milliseconds