Home
last modified time | relevance | path

Searched refs:AtomizeStringNoGC (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/jit/
H A DABIFunctionList-inl.h117 _(js::jit::AtomizeStringNoGC) \
H A DVMFunctions.h666 JSAtom* AtomizeStringNoGC(JSContext* cx, JSString* str);
H A DVMFunctions.cpp2655 JSAtom* AtomizeStringNoGC(JSContext* cx, JSString* str) { in AtomizeStringNoGC() function
H A DBaselineCacheIRCompiler.cpp1374 masm.callWithABI<Fn, jit::AtomizeStringNoGC>(); in emitAtomizeString()