Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h524 inline GateRef StubBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL() function
526 return env_->GetBuilder()->IntPtrLSL(x, y); in IntPtrLSL()
Dstub_builder.h191 GateRef IntPtrLSL(GateRef x, GateRef y);
Dcircuit_builder.h503 inline GateRef IntPtrLSL(GateRef x, GateRef y);
Dcircuit_builder-inl.h255 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL() function