Home
last modified time | relevance | path

Searched refs:AllocateLineString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.h255 GateRef AllocateLineString(GateRef glue, GateRef length, GateRef canBeCompressed);
Dtyped_hcr_lowering.cpp1881 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