Searched refs:Int64LessThan (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 885 inline GateRef StubBuilder::Int64LessThan(GateRef x, GateRef y) in Int64LessThan() function 887 return env_->GetBuilder()->Int64LessThan(x, y); in Int64LessThan()
|
D | stub_builder.h | 265 GateRef Int64LessThan(GateRef x, GateRef y);
|
D | circuit_builder.h | 145 V(Int64LessThan, Icmp, static_cast<BitField>(ICmpCondition::SLT)) \
|
D | stub_builder.cpp | 1358 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()
|