Home
last modified time | relevance | path

Searched refs:AllocTreeStringObject (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h91 EcmaString *ObjectFactory::AllocTreeStringObject() in AllocTreeStringObject() function
Decma_string-inl.h237 EcmaString* string = vm->GetFactory()->AllocTreeStringObject(); in CreateTreeString()
Dobject_factory.h665 inline EcmaString *AllocTreeStringObject();
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h118 void AllocTreeStringObject(Variable *result, Label *exit, GateRef first, GateRef second,
Dnew_object_stub_builder.cpp1999 void NewObjectStubBuilder::AllocTreeStringObject(Variable *result, Label *exit, GateRef first, Gate… in AllocTreeStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp79 string = factory->AllocTreeStringObject(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2711 … newBuilder.AllocTreeStringObject(&result, &exit, leftString, rightString, newLength, true); in StringConcat()
2715 … newBuilder.AllocTreeStringObject(&result, &exit, leftString, rightString, newLength, false); in StringConcat()