Searched defs:less (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 1562 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunctionBase() local 3330 GateRef less = Int32LessThanOrEqual(spaceType, Int32(spaceEnd)); in RegionInSpace() local 3335 GateRef less = Int64LessThanOrEqual(spaceType, Int64(spaceEnd)); in RegionInSpace() local 3353 GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 3358 GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SPACE_END)); in InSharedHeap() local 3371 …GateRef less = Int32LessThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); in InSharedSweepableSpace() local 3376 …GateRef less = Int64LessThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_END)); in InSharedSweepableSpace() local 3780 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local 3796 GateRef less = Int32LessThanOrEqual(objectType, in IsJSOrBoundFunction() local 3841 GateRef less = Int32LessThanOrEqual(kind, in HasAccessor() local
|
| D | hcr_circuit_builder.h | 43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
|
| D | mcr_circuit_builder.h | 509 …GateRef less = Int32LessThanOrEqual(objectType, Int32(static_cast<int32_t>(JSType::JS_FUNCTION_LAS… in TaggedIsJSFunction() local
|
| D | new_object_stub_builder.cpp | 304 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
|