Searched refs:inputConstpool (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.h | 48 StringIdInfo(GateRef inputConstpool, GateRef inputPc, Offset inputOffset, Length inputLength)
in StringIdInfo() argument 49 : constpool(inputConstpool), pc(inputPc), offset(inputOffset),
in StringIdInfo() 52 explicit StringIdInfo(GateRef inputConstpool, GateRef inputStringId)
in StringIdInfo() argument 53 : constpool(inputConstpool), pc(0), offset(Offset::INVALID),
in StringIdInfo()
|
Completed in 1 milliseconds