Home
last modified time | relevance | path

Searched refs:AllocSlicedStringObject (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h72 EcmaString *ObjectFactory::AllocSlicedStringObject(MemSpaceType type) in AllocSlicedStringObject() function
Decma_string-inl.h186 auto slicedString = SlicedString::Cast(vm->GetFactory()->AllocSlicedStringObject(type)); in CreateSlicedString()
Dobject_factory.h615 inline EcmaString *AllocSlicedStringObject(MemSpaceType type);
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h95 void AllocSlicedStringObject(Variable *result, Label *exit, GateRef from, GateRef length,
Dnew_object_stub_builder.cpp1690 void NewObjectStubBuilder::AllocSlicedStringObject(Variable *result, Label *exit, GateRef from, Gat… in AllocSlicedStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp739 newBuilder.AllocSlicedStringObject(&result, &exit, from, len, &thisFlat); in GetSubString()