Searched refs:AllocSlicedStringObject (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory-inl.h | 72 EcmaString *ObjectFactory::AllocSlicedStringObject(MemSpaceType type) in AllocSlicedStringObject() function
|
| D | ecma_string-inl.h | 186 auto slicedString = SlicedString::Cast(vm->GetFactory()->AllocSlicedStringObject(type)); in CreateSlicedString()
|
| D | object_factory.h | 615 inline EcmaString *AllocSlicedStringObject(MemSpaceType type);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 95 void AllocSlicedStringObject(Variable *result, Label *exit, GateRef from, GateRef length,
|
| D | new_object_stub_builder.cpp | 1690 void NewObjectStubBuilder::AllocSlicedStringObject(Variable *result, Label *exit, GateRef from, Gat… in AllocSlicedStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 739 newBuilder.AllocSlicedStringObject(&result, &exit, from, len, &thisFlat); in GetSubString()
|