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.h133 struct StringInfoGateRef { struct
137 StringInfoGateRef(FlatStringStubBuilder *flatString) : string_(flatString->GetFlatString()), in StringInfoGateRef() argument
140 GateRef GetString() const in GetString()
145 GateRef GetStartIndex() const in GetStartIndex()
150 GateRef GetLength() const in GetLength()