Home
last modified time | relevance | path

Searched refs:traceListHead (Results 1 – 15 of 15) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DParser.h417 ObjectBox* traceListHead; variable
486 ObjectBox* traceListHead; variable
491 m.traceListHead = traceListHead; in mark()
496 traceListHead = m.traceListHead; in release()
H A DSharedContext.h351 FunctionBox(ExclusiveContext* cx, ObjectBox* traceListHead, JSFunction* fun,
445 ModuleBox(ExclusiveContext* cx, ObjectBox* traceListHead, ModuleObject* module,
H A DParser.cpp657 traceListHead(nullptr), in Parser()
733 ObjectBox* objbox = alloc.new_<ObjectBox>(obj, traceListHead); in newObjectBox()
739 traceListHead = objbox; in newObjectBox()
745 FunctionBox::FunctionBox(ExclusiveContext* cx, ObjectBox* traceListHead, JSFunction* fun, in FunctionBox() argument
748 : ObjectBox(fun, traceListHead), in FunctionBox()
802 traceListHead = funbox; in newFunctionBox()
810 ModuleBox::ModuleBox(ExclusiveContext* cx, ObjectBox* traceListHead, ModuleObject* module, in ModuleBox() argument
812 : ObjectBox(module, traceListHead), in ModuleBox()
834 alloc.new_<ModuleBox>(context, traceListHead, module, outerpc); in newModuleBox()
840 traceListHead = modbox; in newModuleBox()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DParser.h864 ObjectBox* traceListHead;
929 ObjectBox* traceListHead;
934 m.traceListHead = traceListHead;
939 traceListHead = m.traceListHead;
H A DSharedContext.h477 FunctionBox(ExclusiveContext* cx, LifoAlloc& alloc, ObjectBox* traceListHead, JSFunction* fun,
H A DParser.cpp437 FunctionBox::FunctionBox(ExclusiveContext* cx, LifoAlloc& alloc, ObjectBox* traceListHead, in FunctionBox() argument
440 : ObjectBox(fun, traceListHead), in FunctionBox()
655 traceListHead(nullptr), in Parser()
724 ObjectBox* objbox = alloc.new_<ObjectBox>(obj, traceListHead); in newObjectBox()
730 traceListHead = objbox; in newObjectBox()
752 alloc.new_<FunctionBox>(context, alloc, traceListHead, fun, inheritedDirectives, in newFunctionBox()
759 traceListHead = funbox; in newFunctionBox()
784 ObjectBox::TraceList(trc, traceListHead); in trace()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DParser.h268 ObjectBox* traceListHead; variable
353 ObjectBox* traceListHead; variable
358 m.traceListHead = traceListHead; in mark()
363 traceListHead = m.traceListHead; in release()
664 using Base::traceListHead;
H A DSharedContext.h375 FunctionBox(JSContext* cx, ObjectBox* traceListHead, JSFunction* fun,
H A DParser.cpp409 FunctionBox::FunctionBox(JSContext* cx, ObjectBox* traceListHead, in FunctionBox() argument
414 : ObjectBox(fun, traceListHead), in FunctionBox()
736 traceListHead(nullptr), in ParserBase()
830 ObjectBox* objbox = alloc.template new_<ObjectBox>(obj, traceListHead); in newObjectBox()
836 traceListHead = objbox; in newObjectBox()
856 context, traceListHead, fun, toStringStart, inheritedDirectives, in newFunctionBox()
863 traceListHead = funbox; in newFunctionBox()
881 ObjectBox::TraceList(trc, traceListHead); in trace()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DSharedContext.cpp209 FunctionBox::FunctionBox(JSContext* cx, FunctionBox* traceListHead, in FunctionBox() argument
215 traceLink_(traceListHead), in FunctionBox()
H A DCompilationInfo.h81 FunctionBox* traceListHead = nullptr; member
H A DParser.h382 FunctionBox* traceListHead; variable
387 m.traceListHead = compilationInfo_.traceListHead; in mark()
392 compilationInfo_.traceListHead = m.traceListHead; in release()
H A DBinASTParserPerTokenizer.cpp292 cx_, compilationInfo_.traceListHead, extent, getCompilationInfo(), in buildFunctionBox()
298 compilationInfo_.traceListHead = funbox; in buildFunctionBox()
H A DSharedContext.h376 FunctionBox(JSContext* cx, FunctionBox* traceListHead, SourceExtent extent,
H A DParser.cpp287 compilationInfo_.traceListHead = funbox; in newFunctionBox()
322 cx_, compilationInfo.traceListHead, extent, compilationInfo, in newFunctionBox()
331 compilationInfo.traceListHead = funbox; in newFunctionBox()
338 FunctionBox::TraceList(trc, traceListHead); in trace()
1984 if (!InstantiateFunctions(cx, *this, traceListHead)) { in instantiateStencils()
1988 if (!SetTypeForExposedFunctions(cx, traceListHead)) { in instantiateStencils()
1992 if (!InstantiateScriptStencils(cx, *this, traceListHead)) { in instantiateStencils()
2002 UpdateEmittedInnerFunctions(traceListHead); in instantiateStencils()
2005 LinkEnclosingLazyScript(traceListHead); in instantiateStencils()
11122 return RewindToken{traceListHead}; in getRewindToken()
[all …]