Searched refs:AllocateLineString (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.h | 255 GateRef AllocateLineString(GateRef glue, GateRef length, GateRef canBeCompressed);
|
| D | typed_hcr_lowering.cpp | 1881 lineString = AllocateLineString(glue, backStoreLength, canBeCompressed); in LowerStringAdd() 1968 … GateRef newBackingStore = AllocateLineString(glue, newBackStoreLength, in LowerStringAdd() 1995 … GateRef newBackingStore = AllocateLineString(glue, newBackStoreLength, in LowerStringAdd() 2086 GateRef TypedHCRLowering::AllocateLineString(GateRef glue, GateRef length, GateRef canBeCompressed) in AllocateLineString() function in panda::ecmascript::kungfu::TypedHCRLowering
|