Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h479 inline GateRef StubBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr() function
481 return env_->GetBuilder()->IntPtrOr(x, y); in IntPtrOr()
Dstub_builder.h184 GateRef IntPtrOr(GateRef x, GateRef y);
Dcircuit_builder.h502 inline GateRef IntPtrOr(GateRef x, GateRef y);
Dcircuit_builder-inl.h261 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr() function