Searched refs:SetCachedString (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 1265 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0() 1274 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0() 1283 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0() 1296 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0() 1309 auto res = ExternalStringCache::SetCachedString(vm_, property, PROPERTY_INDEX); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime.h | 175 inline bool SetCachedString(JSHandle<EcmaString> str, uint32_t propertyIndex) in SetCachedString() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 1821 static bool SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyIndex);
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6207 bool ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyInde… in SetCachedString() function in panda::ExternalStringCache 6216 return instance->SetCachedString(str, propertyIndex); in SetCachedString()
|