Home
last modified time | relevance | path

Searched refs:Int64LessThan (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h885 inline GateRef StubBuilder::Int64LessThan(GateRef x, GateRef y) in Int64LessThan() function
887 return env_->GetBuilder()->Int64LessThan(x, y); in Int64LessThan()
Dstub_builder.h265 GateRef Int64LessThan(GateRef x, GateRef y);
Dcircuit_builder.h145 V(Int64LessThan, Icmp, static_cast<BitField>(ICmpCondition::SLT)) \
Dstub_builder.cpp1358 Branch(Int64LessThan(*n, Int64(JSObject::MAX_ELEMENT_INDEX)), in StringToElementIndex()
2779 Branch(Int64LessThan(index, length), &inRange, &ifEnd); in SetPropertyByIndex()
2781 Branch(Int64LessThan(index, length), &inRange, &loopExit); in SetPropertyByIndex()