Searched refs:InternString (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | string_table.cpp | 140 coretypes::String *StringTable::Table::InternString(coretypes::String *string, in InternString() function in ark::StringTable::Table 183 result = InternString(result, ctx); in GetOrInternString() 203 result = InternString(result, ctx); in GetOrInternString() 215 result = InternString(string, ctx); in GetOrInternString() 310 result = InternString(string, ctx); in GetOrInternString() 395 auto *result = InternString(string, ctx); in InternStringNonMovable()
|
| D | string_table.h | 97 coretypes::String *InternString(coretypes::String *string, const LanguageContext &ctx);
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 153 auto string = thread->GetEcmaVM()->GetFactory()->InternString(keyHandle); in TryFastHasProperty() 187 auto string = thread->GetEcmaVM()->GetFactory()->InternString(keyHandle); in TryFastGetPropertyByValue() 731 …key = JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(JSHandle<JSTaggedValue>(thread… in GetPropertyByValue() 761 … thread->GetEcmaVM()->GetFactory()->InternString(JSHandle<JSTaggedValue>(thread, key))); in SetPropertyByValue() 806 …key = JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(JSHandle<JSTaggedValue>(thread… in FastGetPropertyByName()
|
| D | object_operator.cpp | 48 … key_ = JSHandle<JSTaggedValue>(thread_, thread_->GetEcmaVM()->GetFactory()->InternString(key)); in HandleKey() 63 … key_ = JSHandle<JSTaggedValue>(thread_, thread_->GetEcmaVM()->GetFactory()->InternString(key_)); in HandleKey() 80 thread_->GetEcmaVM()->GetFactory()->InternString( in HandleKey()
|
| D | object_factory.h | 531 EcmaString *PUBLIC_API InternString(const JSHandle<JSTaggedValue> &key);
|
| D | object_factory.cpp | 3811 EcmaString *ObjectFactory::InternString(const JSHandle<JSTaggedValue> &key) in InternString() function in panda::ecmascript::ObjectFactory 5057 key.Update(JSTaggedValue(InternString(key))); in CreateJSObjectWithProperties() 5100 key.Update(JSTaggedValue(InternString(key))); in CreateLargeJSObjectWithProperties() 5138 key.Update(JSTaggedValue(InternString(key))); in CreateDictionaryJSObjectWithProperties()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 352 newKey = JSTaggedValue(thread_->GetEcmaVM()->GetFactory()->InternString(keyHandle)); in CreateSJsonObject() 505 newKey = JSTaggedValue(thread_->GetEcmaVM()->GetFactory()->InternString(key)); in SetPropertyByValue()
|
| /arkcompiler/ets_runtime/ |
| D | libark_jsruntime.map | 279 panda::ecmascript::ObjectFactory::InternString*;
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 1034 return JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(info->GetCallArg(0))); in InternalizeString()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 352 return JSTaggedValue(thread->GetEcmaVM()->GetFactory()->InternString(keyHandle)).GetRawData(); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5665 auto string = thread->GetEcmaVM()->GetFactory()->InternString(keyValue); in NapiDeleteProperty()
|