Home
last modified time | relevance | path

Searched defs:AllocStringObject (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory-inl.h36 EcmaString *ObjectFactory::AllocStringObject(size_t size) in AllocStringObject() function
Decma_string-inl.h131 inline EcmaString *EcmaString::AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject() function
Decma_string.h470 static EcmaString *AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp298 void NewObjectStubBuilder::AllocStringObject(Variable *result, Label *exit, GateRef length, bool co… in AllocStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp834 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject() function in panda::coretypes::String
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp56 HWTEST_F_L0(EcmaStringAccessorTest, AllocStringObject) in HWTEST_F_L0() argument
Decma_string_test.cpp92 HWTEST_F_L0(EcmaStringTest, AllocStringObject) in HWTEST_F_L0() argument