Searched refs:flatString (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.h | 145 StringInfoGateRef(FlatStringStubBuilder *flatString) : string_(flatString->GetFlatString()), in StringInfoGateRef() 146 startIndex_(flatString->GetStartIndex()), in StringInfoGateRef() 147 length_(flatString->GetLength()) {} in StringInfoGateRef()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 96 FlatStringStubBuilder *flatString);
|
| D | typed_hcr_lowering.h | 256 …GateRef AllocateSlicedString(GateRef glue, GateRef flatString, GateRef length, GateRef canBeCompre…
|
| D | new_object_stub_builder.cpp | 1691 FlatStringStubBuilder *flatString) in AllocSlicedStringObject() argument 1703 …GateRef mixLength = Load(VariableType::INT32(), flatString->GetFlatString(), IntPtr(EcmaString::MI… in AllocSlicedStringObject() 1708 … builtinsStringStubBuilder.StoreParent(glue_, result->ReadVariable(), flatString->GetFlatString()); in AllocSlicedStringObject() 1710 Int32Add(from, flatString->GetStartIndex())); in AllocSlicedStringObject()
|
| D | typed_hcr_lowering.cpp | 2129 GateRef TypedHCRLowering::AllocateSlicedString(GateRef glue, GateRef flatString, GateRef length, in AllocateSlicedString() argument 2164 …toreConstOffset(VariableType::JS_POINTER(), slicedString, SlicedString::PARENT_OFFSET, flatString); in AllocateSlicedString()
|