Searched refs:AllocTreeStringObject (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory-inl.h | 91 EcmaString *ObjectFactory::AllocTreeStringObject() in AllocTreeStringObject() function
|
| D | ecma_string-inl.h | 237 EcmaString* string = vm->GetFactory()->AllocTreeStringObject(); in CreateTreeString()
|
| D | object_factory.h | 665 inline EcmaString *AllocTreeStringObject();
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 118 void AllocTreeStringObject(Variable *result, Label *exit, GateRef first, GateRef second,
|
| D | new_object_stub_builder.cpp | 1999 void NewObjectStubBuilder::AllocTreeStringObject(Variable *result, Label *exit, GateRef first, Gate… in AllocTreeStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 79 string = factory->AllocTreeStringObject(); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 2711 … newBuilder.AllocTreeStringObject(&result, &exit, leftString, rightString, newLength, true); in StringConcat() 2715 … newBuilder.AllocTreeStringObject(&result, &exit, leftString, rightString, newLength, false); in StringConcat()
|