Home
last modified time | relevance | path

Searched defs:StringInfoGateRef (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h150 struct StringInfoGateRef { struct
154 StringInfoGateRef(FlatStringStubBuilder *flatString) : string_(flatString->GetFlatString()), in StringInfoGateRef() function
157 GateRef GetString() const in GetString()
162 GateRef GetStartIndex() const in GetStartIndex()
167 GateRef GetLength() const in GetLength()