Searched defs:less (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1459 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunctionBase() local 3117 GateRef less = Int32LessThanOrEqual(spaceType, Int32(spaceEnd)); in RegionInSpace() local 3122 GateRef less = Int64LessThanOrEqual(spaceType, Int64(spaceEnd)); in RegionInSpace() local 3140 GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 3145 GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 3158 …GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); in InSharedSweepableSpace() local 3163 …GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); in InSharedSweepableSpace() local 3536 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local 3552 GateRef less = Int32LessThanOrEqual(objectType, in IsJSOrBoundFunction() local 3597 GateRef less = Int32LessThanOrEqual(kind, in HasAccessor() local
|
| D | hcr_circuit_builder.h | 43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
|
| D | new_object_stub_builder.cpp | 286 Label less(env); in CloneObjectLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 262 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
|