Home
last modified time | relevance | path

Searched refs:CacheableCharsVector (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmCode.cpp952 CacheableCharsVector()), in Code()
957 CacheableCharsVector()) {} in Code()
1155 ((CacheableCharsVector&)labels)[codeRange.funcIndex()] = Move(label); in ensureProfilingLabels()
1163 !((CacheableCharsVector&)labels)[funcIndex]) in profilingLabel()
1165 return ((CacheableCharsVector&)labels)[funcIndex].get(); in profilingLabel()
H A DWasmCode.h680 ExclusiveData<CacheableCharsVector> profilingLabels_;
H A DWasmTypes.h613 typedef Vector<CacheableChars, 0, SystemAllocPolicy> CacheableCharsVector; typedef
H A DAsmJS.cpp304 CacheableCharsVector asmJSFuncNames;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmCode.cpp1146 CacheableCharsVector()), in Code()
1383 ((CacheableCharsVector&)labels)[codeRange.funcIndex()] = std::move(label); in ensureProfilingLabels()
1391 !((CacheableCharsVector&)labels)[funcIndex]) { in profilingLabel()
1394 return ((CacheableCharsVector&)labels)[funcIndex].get(); in profilingLabel()
H A DWasmCode.h666 ExclusiveData<CacheableCharsVector> profilingLabels_;
H A DWasmTypes.h1754 typedef Vector<CacheableChars, 0, SystemAllocPolicy> CacheableCharsVector; typedef
H A DAsmJS.cpp326 CacheableCharsVector asmJSFuncNames;
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCode.cpp1193 CacheableCharsVector()), in Code()
1443 ((CacheableCharsVector&)labels)[codeRange.funcIndex()] = std::move(label); in ensureProfilingLabels()
1451 !((CacheableCharsVector&)labels)[funcIndex]) { in profilingLabel()
1454 return ((CacheableCharsVector&)labels)[funcIndex].get(); in profilingLabel()
H A DWasmCode.h711 ExclusiveData<CacheableCharsVector> profilingLabels_;
H A DWasmTypes.h480 using CacheableCharsVector = Vector<CacheableChars, 0, SystemAllocPolicy>; variable
H A DAsmJS.cpp333 CacheableCharsVector asmJSFuncNames;
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCode.cpp1235 CacheableCharsVector()), in Code()
1493 ((CacheableCharsVector&)labels)[codeRange.funcIndex()] = std::move(label); in ensureProfilingLabels()
1501 !((CacheableCharsVector&)labels)[funcIndex]) { in profilingLabel()
1504 return ((CacheableCharsVector&)labels)[funcIndex].get(); in profilingLabel()
H A DWasmModuleTypes.h63 using CacheableCharsVector = Vector<CacheableChars, 0, SystemAllocPolicy>; variable
H A DWasmCode.h771 ExclusiveData<CacheableCharsVector> profilingLabels_;
H A DAsmJS.cpp344 CacheableCharsVector asmJSFuncNames;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCode.cpp1193 CacheableCharsVector()), in Code()
1443 ((CacheableCharsVector&)labels)[codeRange.funcIndex()] = std::move(label); in ensureProfilingLabels()
1451 !((CacheableCharsVector&)labels)[funcIndex]) { in profilingLabel()
1454 return ((CacheableCharsVector&)labels)[funcIndex].get(); in profilingLabel()
H A DWasmCode.h711 ExclusiveData<CacheableCharsVector> profilingLabels_;
H A DWasmTypes.h480 using CacheableCharsVector = Vector<CacheableChars, 0, SystemAllocPolicy>; variable
H A DAsmJS.cpp333 CacheableCharsVector asmJSFuncNames;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmCode.h497 CacheableCharsVector funcLabels_;
H A DWasmTypes.h564 typedef Vector<CacheableChars, 0, SystemAllocPolicy> CacheableCharsVector; typedef
H A DAsmJS.cpp303 CacheableCharsVector asmJSFuncNames;