Searched refs:HasCachedString (Results 1 – 4 of 4) sorted by relevance
194 inline bool HasCachedString(uint32_t propertyIndex) in HasCachedString() function
1287 res = ExternalStringCache::HasCachedString(vm_, QUERY_PROPERTY_INDEX); in HWTEST_F_L0()1300 res = ExternalStringCache::HasCachedString(vm_, QUERY_PROPERTY_INDEX); in HWTEST_F_L0()
1822 static bool HasCachedString(const EcmaVM *vm, uint32_t propertyIndex);
6229 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString() function in panda::ExternalStringCache6234 return instance->HasCachedString(propertyIndex); in HasCachedString()