Home
last modified time | relevance | path

Searched refs:greater (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h1366 GateRef greater = Int32GreaterThanOrEqual(objectType, in IsJSFunctionBase() local
1370 return BitAnd(greater, less); in IsJSFunctionBase()
2940 GateRef greater = Int32GreaterThanOrEqual(spaceType, Int32(spaceBegin)); in RegionInSpace() local
2942 return BitAnd(greater, less); in RegionInSpace()
2945 GateRef greater = Int64GreaterThanOrEqual(spaceType, Int64(spaceBegin)); in RegionInSpace() local
2947 return BitAnd(greater, less); in RegionInSpace()
2968 GateRef greater = Int32GreaterThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SPACE_BEGIN)); in InSharedHeap() local
2970 return BitAnd(greater, less); in InSharedHeap()
2973 GateRef greater = Int64GreaterThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SPACE_BEGIN)); in InSharedHeap() local
2975 return BitAnd(greater, les in InSharedHeap()
2986 GateRef greater = Int32GreaterThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_BEGIN)); InSharedSweepableSpace() local
2991 GateRef greater = Int64GreaterThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_BEGIN)); InSharedSweepableSpace() local
3349 GateRef greater = Int32GreaterThanOrEqual(objectType, IsJSFunction() local
3365 GateRef greater = Int32GreaterThanOrEqual(objectType, IsJSOrBoundFunction() local
3410 GateRef greater = Int32GreaterThanOrEqual(kind, HasAccessor() local
[all...]
H A Dhcr_circuit_builder.h41 GateRef greater = Int32GreaterThanOrEqual(objectType, in IsJSFunction() local
45 return BitAnd(greater, less); in IsJSFunction()
H A Dnew_object_stub_builder.cpp263 Label greater(env); in CloneObjectLiteral()
294 BRANCH(Int32UnsignedLessThan(inlineProps, numberOfProps), &less, &greater); in CloneObjectLiteral() local
300 Bind(&greater); in CloneObjectLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp270 bool greater = intConst0.GetValue().Greater(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() local
280 result = (greater || equal) ? 1 : 0; in FoldIntConstComparisonMIRConst()
284 result = greater; in FoldIntConstComparisonMIRConst()
300 if (greater) { in FoldIntConstComparisonMIRConst()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_allocator.h515 ark::PandaMultiMap<size_t, Region *, std::greater<size_t>> retainedTlabs_;
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h463 HandleCondJmpz<FORMAT, std::greater>(); in HandleJgtz()
505 HandleCondJmp<FORMAT, std::greater>(); in HandleJgt()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js2104 } else cc.warn("middleware reference error: reference count should be greater than 0");
9103 1636: "Node's zIndex value can't be greater than cc.macro.MAX_ZINDEX, setting to the maximum value",
9171 3647: "The length of range array must be equal or greater than 2",
9458 14e3: "Graph update has been interrupted since too many transitions(greater than %s) occurred during one frame.",
9468 15003: "The shadow visible distance is so small that CSM stratification is not effective, Please change the value of shadowDistance so that it is 10 times greater than 0.1",
[all...]

Completed in 51 milliseconds