Searched refs:cacheStr (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1650 GateRef cacheStr = GetValueFromTaggedArray(cacheArray, in From() local 1653 Branch(TaggedIsUndefined(cacheStr), slowPath, &cacheStrDef); in From() 1658 Branch(Equal(cacheStr, item), &strEqual, &strSlowEqual); in From() 1660 Branch(FastStringEqual(glue, cacheStr, item), &strEqual, slowPath); in From()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 2205 JSHandle<EcmaString> cacheStr(cacheThis); in FindCachedResult() local 2206 if (EcmaStringAccessor::StringsAreEqual(thread->GetEcmaVM(), thisString, cacheStr)) { in FindCachedResult()
|