Home
last modified time | relevance | path

Searched refs:DoubleGreaterThan (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp666 condition = builder_.DoubleGreaterThan(left, right); in CompareDoubles()
Dstub_builder-inl.h830 inline GateRef StubBuilder::DoubleGreaterThan(GateRef x, GateRef y) in DoubleGreaterThan() function
832 return env_->GetBuilder()->DoubleGreaterThan(x, y); in DoubleGreaterThan()
Dstub_builder.h255 GateRef DoubleGreaterThan(GateRef x, GateRef y);
Dcircuit_builder.h133 V(DoubleGreaterThan, Fcmp, static_cast<BitField>(FCmpCondition::OGT)) \
Doperations_stub_builder.cpp411 … Branch(DoubleGreaterThan(*doubleLeft, *doubleRight), &leftGreaterRight, &leftNotGreaterRight); in Greater()
Dstub_builder.cpp6254 …Branch(DoubleGreaterThan(doubleLen, Double(JSObject::MAX_ELEMENT_INDEX)), &indexOutRange, &indexIn… in CreateListFromArrayLike()
6361 …Branch(DoubleGreaterThan(num, Double(SAFE_NUMBER)), &targetGreaterThanSafeNumber, &targetLessThanS… in ToLength()