Searched defs:AllocStringObject (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory-inl.h | 36 EcmaString *ObjectFactory::AllocStringObject(size_t size) in AllocStringObject() function
|
| D | ecma_string-inl.h | 131 inline EcmaString *EcmaString::AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject() function
|
| D | ecma_string.h | 470 static EcmaString *AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 298 void NewObjectStubBuilder::AllocStringObject(Variable *result, Label *exit, GateRef length, bool co… in AllocStringObject() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | string.cpp | 834 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject() function in panda::coretypes::String
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_accessor_test.cpp | 56 HWTEST_F_L0(EcmaStringAccessorTest, AllocStringObject) in HWTEST_F_L0() argument
|
| D | ecma_string_test.cpp | 92 HWTEST_F_L0(EcmaStringTest, AllocStringObject) in HWTEST_F_L0() argument
|