Home
last modified time | relevance | path

Searched defs:AutoSPSEntry (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DScope.cpp119 RootedShape shape(cx, EmptyEnvironmentShape(cx, cls, numSlots, baseShapeFlags));
124 StackBaseShape stackBase(cx, cls, baseShapeFlags);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DSPSProfiler.h112 class AutoSPSEntry; variable
118 friend class AutoSPSEntry; variable
H A DSPSProfiler.cpp392 AutoSPSEntry::AutoSPSEntry(JSRuntime* rt, const char* label, ProfileEntry::Category category in AutoSPSEntry() function in AutoSPSEntry