Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_compareop_test.cpp349 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Greater(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
351 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
353 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
355 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
357 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Greater(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
359 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Greater(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
361 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Greater(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h34 V(Greater) \
H A Doperations_stub_builder.h43 GateRef Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
H A Dcall_signature.h375 V(Greater) \
H A Doperations_stub_builder.cpp371 GateRef OperationsStubBuilder::Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in Greater() function in panda::ecmascript::kungfu::OperationsStubBuilder
468 result = CallRuntime(glue, RTSTUB_ID(Greater), { left, right }); in Greater()
H A Dcall_signature.cpp108 DEF_CALL_SIGNATURE(Greater) in DEF_CALL_SIGNATURE()
110 BINARY_CALL_SIGNATURE(Greater) in DEF_CALL_SIGNATURE()
H A Dcommon_stubs.cpp213 Return(operationBuilder.Greater(glue, x, y)); in GenerateCircuit()
H A Dslowpath_lowering.cpp1372 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Greater, in LowerGreater()
H A Dinterpreter_stub.cpp922 GateRef result = builder.Greater(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h360 V(Greater) \
H A Druntime_stubs.cpp2227 DEF_RUNTIME_STUBS(Greater) in DEF_RUNTIME_STUBS()
2229 RUNTIME_STUBS_HEADER(Greater); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_int_val.h280 bool Greater(const IntVal &rhs, PrimType pType) const in Greater() function in maple::IntVal
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h49 static JSTaggedValue Greater(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp212 JSTaggedValue SlowRuntimeStub::Greater(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Greater() function in panda::ecmascript::SlowRuntimeStub
214 INTERPRETER_TRACE(thread, Greater); in Greater()
H A Dinterpreter-inl.cpp1939 JSTaggedValue res = SlowRuntimeStub::Greater(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1233 JSTaggedValue res = SlowRuntimeStub::Greater(thread, left, right);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h50 V(Greater) \
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp270 bool greater = intConst0.GetValue().Greater(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1092 ra_.Emit<Greater>(node, 0, lhs); in GreaterThan()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1078 GateRef result = builder.Greater(glue, left, acc, callback); in GenerateCircuit()

Completed in 92 milliseconds