Home
last modified time | relevance | path

Searched defs:less (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1562 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
Dhcr_circuit_builder.h43 GateRef less = Int32LessThanOrEqual(objectType, in IsJSFunction() local
Dmcr_circuit_builder.h509 …GateRef less = Int32LessThanOrEqual(objectType, Int32(static_cast<int32_t>(JSType::JS_FUNCTION_LAS… in TaggedIsJSFunction() local
Dnew_object_stub_builder.cpp304 Label less(env); in CloneObjectLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp262 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local