/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_compareop_test.cpp | 349 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 D | common_stub_csigns.h | 34 V(Greater) \
|
H A D | operations_stub_builder.h | 43 GateRef Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperation());
|
H A D | call_signature.h | 375 V(Greater) \
|
H A D | operations_stub_builder.cpp | 371 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 D | call_signature.cpp | 108 DEF_CALL_SIGNATURE(Greater) in DEF_CALL_SIGNATURE() 110 BINARY_CALL_SIGNATURE(Greater) in DEF_CALL_SIGNATURE()
|
H A D | common_stubs.cpp | 213 Return(operationBuilder.Greater(glue, x, y)); in GenerateCircuit()
|
H A D | slowpath_lowering.cpp | 1372 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Greater, in LowerGreater()
|
H A D | interpreter_stub.cpp | 922 GateRef result = builder.Greater(glue, left, acc, callback);
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 360 V(Greater) \
|
H A D | runtime_stubs.cpp | 2227 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 D | mpl_int_val.h | 280 bool Greater(const IntVal &rhs, PrimType pType) const in Greater() function in maple::IntVal
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 49 static JSTaggedValue Greater(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 212 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 D | interpreter-inl.cpp | 1939 JSTaggedValue res = SlowRuntimeStub::Greater(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1233 JSTaggedValue res = SlowRuntimeStub::Greater(thread, left, right);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 50 V(Greater) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 270 bool greater = intConst0.GetValue().Greater(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1092 ra_.Emit<Greater>(node, 0, lhs); in GreaterThan()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1078 GateRef result = builder.Greater(glue, left, acc, callback); in GenerateCircuit()
|