Searched refs:AllocLineStringObject (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 94 newBuilder.AllocLineStringObject(&result, &afterNew, Int32(1), true); in CreateFromEcmaString() 98 newBuilder.AllocLineStringObject(&result, &afterNew, Int32(1), false); in CreateFromEcmaString() 186 newBuilder.AllocLineStringObject(&result, &afterNew, len, true); in FastSubUtf8String() 222 newBuilder.AllocLineStringObject(&result, &afterNew, len, true); in FastSubUtf16String() 226 newBuilder.AllocLineStringObject(&result, &afterNew, len, false); in FastSubUtf16String()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 53 void AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed);
|
| D | new_object_stub_builder.cpp | 402 void NewObjectStubBuilder::AllocLineStringObject(Variable *result, Label *exit, GateRef length, boo… in AllocLineStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory-inl.h | 36 EcmaString *ObjectFactory::AllocLineStringObject(size_t size) in AllocLineStringObject() function
|
| D | ecma_string-inl.h | 98 auto string = vm->GetFactory()->AllocLineStringObject(size); in CreateLineString() 125 string = vm->GetFactory()->AllocLineStringObject(size); in CreateLineStringWithSpaceType()
|
| D | object_factory.h | 534 inline EcmaString *AllocLineStringObject(size_t size);
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 88 EcmaString *string = factory->AllocLineStringObject(EcmaString::SIZE); in HWTEST_F_L0()
|