Home
last modified time | relevance | path

Searched refs:GreaterEq (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp419 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::GreaterEq(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
421 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::GreaterEq(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
423 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::GreaterEq(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
425 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::GreaterEq(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
427 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::GreaterEq(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
429 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::GreaterEq(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
431 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::GreaterEq(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h35 V(GreaterEq) \
H A Doperations_stub_builder.h44 GateRef GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
H A Dcall_signature.h376 V(GreaterEq) \
H A Doperations_stub_builder.cpp477 GateRef OperationsStubBuilder::GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in GreaterEq() function in panda::ecmascript::kungfu::OperationsStubBuilder
575 result = CallRuntime(glue, RTSTUB_ID(GreaterEq), { left, right }); in GreaterEq()
H A Dcall_signature.cpp113 DEF_CALL_SIGNATURE(GreaterEq) in DEF_CALL_SIGNATURE()
115 BINARY_CALL_SIGNATURE(GreaterEq) in DEF_CALL_SIGNATURE()
H A Dcommon_stubs.cpp222 Return(operationBuilder.GreaterEq(glue, x, y)); in GenerateCircuit()
H A Dslowpath_lowering.cpp1381 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::GreaterEq, in LowerGreaterEq()
H A Dinterpreter_stub.cpp930 GateRef result = builder.GreaterEq(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h361 V(GreaterEq) \
H A Druntime_stubs.cpp2235 DEF_RUNTIME_STUBS(GreaterEq) in DEF_RUNTIME_STUBS()
2237 RUNTIME_STUBS_HEADER(GreaterEq); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h50 static JSTaggedValue GreaterEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp222 JSTaggedValue SlowRuntimeStub::GreaterEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in GreaterEq() function in panda::ecmascript::SlowRuntimeStub
224 INTERPRETER_TRACE(thread, GreaterEq); in GreaterEq()
H A Dinterpreter-inl.cpp1964 JSTaggedValue res = SlowRuntimeStub::GreaterEq(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1266 JSTaggedValue res = SlowRuntimeStub::GreaterEq(thread, left, right);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h51 V(GreaterEq) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1086 GateRef result = builder.GreaterEq(glue, left, acc, callback); in GenerateCircuit()

Completed in 85 milliseconds