Home
last modified time | relevance | path

Searched refs:Less (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dfor.test.ts22 Less,
125 new Less(new Imm(0), lhs),
167 new Less(new Imm(0), lhs),
219 new Less(new Imm(0), lhs),
230 new Less(new Imm(1), lhs),
294 new Less(new Imm(0), lhs),
305 new Less(new Imm(1), lhs),
Dwhile.test.ts23 Less,
104 new Less(new Imm(1), lhs),
137 new Less(new Imm(2), lhs),
170 new Less(new Imm(2), lhs),
DdoWhile.test.ts21 Less,
91 new Less(new Imm(3), lhs),
127 new Less(new Imm(3), lhs),
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp215 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Less(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
217 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
219 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
221 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Less(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
223 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Less(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
225 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Less(thread, in HWTEST_F_L0()
227 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Less(thread, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp110 if (JSTaggedValue::Less(thread, numericIndexHandle, zero)) { in HasProperty()
115 return JSTaggedValue::Less(thread, numericIndexHandle, arrLenHandle); in HasProperty()
173 if (JSTaggedValue::Less(thread, numericIndexHandle, zero)) { in DefineOwnProperty()
178 if (!JSTaggedValue::Less(thread, numericIndexHandle, arrLenHandle)) { in DefineOwnProperty()
402 …if (JSTaggedValue::Less(thread, indexHandle, zero) || !JSTaggedValue::Less(thread, indexHandle, ar… in IntegerIndexedElementGet()
Djs_tagged_value.h452 …static bool Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue>…
Djs_function.cpp537 ASSERT_PRINT(!JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, length), in SetFunctionLength()
Djs_tagged_value-inl.h386 inline bool JSTaggedValue::Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<… in Less() function
Druntime_call_id.h48 V(Less) \
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp1071 HWTEST_F_L0(JSTaggedValueTest, Less) in HWTEST_F_L0() argument
1077 ASSERT_TRUE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1.0)), in HWTEST_F_L0()
1079 ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(0.0)), in HWTEST_F_L0()
1081 ASSERT_TRUE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), in HWTEST_F_L0()
1084 ASSERT_TRUE(JSTaggedValue::Less(thread, test, test1)); in HWTEST_F_L0()
1085 ASSERT_FALSE(JSTaggedValue::Less(thread, test2, test1)); in HWTEST_F_L0()
1086 …ASSERT_FALSE(JSTaggedValue::Less(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), test1)… in HWTEST_F_L0()
1087 …ASSERT_FALSE(JSTaggedValue::Less(thread, test2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))… in HWTEST_F_L0()
1089 ASSERT_TRUE(JSTaggedValue::Less( in HWTEST_F_L0()
1092 ASSERT_TRUE(JSTaggedValue::Less( in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h33 V(Less) \
Doperations_stub_builder.h41 …GateRef Less(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOperati…
Dcall_signature.h332 V(Less) \
Doperations_stub_builder.cpp124 GateRef OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right, ProfileOperation cal… in Less() function in panda::ecmascript::kungfu::OperationsStubBuilder
220 result = CallRuntime(glue, RTSTUB_ID(Less), { left, right }); in Less()
Dcall_signature.cpp97 DEF_CALL_SIGNATURE(Less) in DEF_CALL_SIGNATURE() argument
99 BINARY_CALL_SIGNATURE(Less) in DEF_CALL_SIGNATURE()
Dcommon_stubs.cpp127 Return(operationBuilder.Less(glue, x, y)); in GenerateCircuit()
Dslowpath_lowering.cpp1236 GateRef result = builder_.CallStub(glue_, gate, CommonStubCSigns::Less, in LowerLess()
Dinterpreter_stub.cpp544 GateRef result = builder.Less(glue, left, acc, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts28 Less,
67 new Less(new Imm(0), lhs),
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h47 static JSTaggedValue Less(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp217 JSTaggedValue SlowRuntimeStub::Less(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Less() function in panda::ecmascript::SlowRuntimeStub
219 INTERPRETER_TRACE(thread, Less); in Less()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts150 Less,
870 this.add(node, new Less(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h236 V(Less) \
Druntime_stubs.cpp1437 DEF_RUNTIME_STUBS(Less) in DEF_RUNTIME_STUBS() argument
1439 RUNTIME_STUBS_HEADER(Less); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1021 ra_.Emit<Less>(node, 0, lhs); in LessThan()

12