tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

files / js / src / jit


ModeNameSize
-rw-r--r--ABIArgGenerator.h90L
-rw-r--r--ABIFunctionList-inl.h306L
-rw-r--r--ABIFunctionType.h74L
-rw-r--r--ABIFunctionType.yaml327L
-rw-r--r--ABIFunctions.h84L
-rw-r--r--AliasAnalysis.cpp340L
-rw-r--r--AliasAnalysis.h65L
-rw-r--r--AlignmentMaskAnalysis.cpp98L
-rw-r--r--AlignmentMaskAnalysis.h27L
-rw-r--r--Assembler.h32L
-rw-r--r--AtomicOp.h121L
-rw-r--r--AtomicOperations.h353L
-rw-r--r--AutoWritableJitCode.h73L
-rw-r--r--BacktrackingAllocator.cpp5063L
-rw-r--r--BacktrackingAllocator.h971L
-rw-r--r--Bailouts.cpp356L
-rw-r--r--Bailouts.h236L
-rw-r--r--BaselineBailouts.cpp2135L
-rw-r--r--BaselineCacheIRCompiler.cpp4075L
-rw-r--r--BaselineCacheIRCompiler.h172L
-rw-r--r--BaselineCodeGen.cpp7419L
-rw-r--r--BaselineCodeGen.h606L
-rw-r--r--BaselineCompileQueue.h81L
-rw-r--r--BaselineCompileTask.cpp168L
-rw-r--r--BaselineCompileTask.h155L
-rw-r--r--BaselineDebugModeOSR.cpp566L
-rw-r--r--BaselineDebugModeOSR.h33L
-rw-r--r--BaselineFrame-inl.h150L
-rw-r--r--BaselineFrame.cpp189L
-rw-r--r--BaselineFrame.h426L
-rw-r--r--BaselineFrameInfo-inl.h50L
-rw-r--r--BaselineFrameInfo.cpp239L
-rw-r--r--BaselineFrameInfo.h438L
-rw-r--r--BaselineIC.cpp2742L
-rw-r--r--BaselineIC.h467L
-rw-r--r--BaselineICList.h53L
-rw-r--r--BaselineJIT.cpp1334L
-rw-r--r--BaselineJIT.h627L
-rw-r--r--BitSet.cpp111L
-rw-r--r--BitSet.h167L
-rw-r--r--BranchHinting.cpp62L
-rw-r--r--BranchHinting.h21L
-rw-r--r--BytecodeAnalysis.cpp368L
-rw-r--r--BytecodeAnalysis.h92L
-rw-r--r--CacheIR.cpp17068L
-rw-r--r--CacheIR.h646L
-rw-r--r--CacheIRAOT.cpp146L
-rw-r--r--CacheIRAOT.h47L
-rw-r--r--CacheIRCloner.h84L
-rw-r--r--CacheIRCompiler.cpp12257L
-rw-r--r--CacheIRCompiler.h1449L
-rw-r--r--CacheIRGenerator.h1176L
-rw-r--r--CacheIRHealth.cpp415L
-rw-r--r--CacheIRHealth.h109L
-rw-r--r--CacheIROps.yaml3905L
-rw-r--r--CacheIRReader.h176L
-rw-r--r--CacheIRSpewer.cpp706L
-rw-r--r--CacheIRSpewer.h128L
-rw-r--r--CacheIRWriter.h747L
-rw-r--r--CalleeToken.h66L
-rw-r--r--CodeGenerator.cpp23545L
-rw-r--r--CodeGenerator.h487L
-rw-r--r--CompactBuffer.h243L
-rw-r--r--CompilationDependencyTracker.h101L
-rw-r--r--CompileInfo.h398L
-rw-r--r--CompileWrappers.cpp248L
-rw-r--r--CompileWrappers.h196L
-rw-r--r--Disassemble.cpp152L
-rw-r--r--Disassemble.h24L
-rw-r--r--DominatorTree.cpp337L
-rw-r--r--DominatorTree.h20L
-rw-r--r--EdgeCaseAnalysis.cpp51L
-rw-r--r--EdgeCaseAnalysis.h28L
-rw-r--r--EffectiveAddressAnalysis.cpp210L
-rw-r--r--EffectiveAddressAnalysis.h33L
-rw-r--r--ExecutableAllocator.cpp334L
-rw-r--r--ExecutableAllocator.h205L
-rw-r--r--FixedList.h99L
-rw-r--r--FlushICache.cpp152L
-rw-r--r--FlushICache.h91L
-rw-r--r--FoldLinearArithConstants.cpp113L
-rw-r--r--FoldLinearArithConstants.h22L
-rw-r--r--GenerateABIFunctionType.py584L
-rw-r--r--GenerateAtomicOperations.py907L
-rw-r--r--GenerateCacheIRFiles.py639L
-rw-r--r--GenerateLIRFiles.py550L
-rw-r--r--GenerateMIRFiles.py446L
-rw-r--r--GraphSpewer.cpp339L
-rw-r--r--GraphSpewer.h61L
-rw-r--r--ICState.h221L
-rw-r--r--ICStubSpace.h40L
-rw-r--r--InlinableNatives.cpp388L
-rw-r--r--InlinableNatives.h315L
-rw-r--r--InlineList.h618L
-rw-r--r--InlineScriptTree-inl.h70L
-rw-r--r--InlineScriptTree.h140L
-rw-r--r--InstructionReordering.cpp258L
-rw-r--r--InstructionReordering.h20L
-rw-r--r--InterpreterEntryTrampoline.cpp270L
-rw-r--r--InterpreterEntryTrampoline.h79L
-rw-r--r--Invalidation.h66L
-rw-r--r--InvalidationScriptSet.h51L
-rw-r--r--Ion.cpp2738L
-rw-r--r--Ion.h151L
-rw-r--r--IonAnalysis.cpp5548L
-rw-r--r--IonAnalysis.h226L
-rw-r--r--IonCacheIRCompiler.cpp2426L
-rw-r--r--IonCacheIRCompiler.h108L
-rw-r--r--IonCompileTask.cpp240L
-rw-r--r--IonCompileTask.h97L
-rw-r--r--IonGenericCallStub.h44L
-rw-r--r--IonIC.cpp758L
-rw-r--r--IonIC.h694L
-rw-r--r--IonOptimizationLevels.cpp110L
-rw-r--r--IonOptimizationLevels.h234L
-rw-r--r--IonScript.h599L
-rw-r--r--IonTypes.h911L
-rw-r--r--JSJitFrameIter-inl.h65L
-rw-r--r--JSJitFrameIter.cpp726L
-rw-r--r--JSJitFrameIter.h849L
-rw-r--r--Jit.cpp256L
-rw-r--r--Jit.h41L
-rw-r--r--JitAllocPolicy.h190L
-rw-r--r--JitCode.h184L
-rw-r--r--JitCommon.h53L
-rw-r--r--JitContext.cpp173L
-rw-r--r--JitContext.h180L
-rw-r--r--JitFrames-inl.h32L
-rw-r--r--JitFrames.cpp2774L
-rw-r--r--JitFrames.h810L
-rw-r--r--JitHints-inl.h64L
-rw-r--r--JitHints.cpp179L
-rw-r--r--JitHints.h173L
-rw-r--r--JitOptions.cpp481L
-rw-r--r--JitOptions.h222L
-rw-r--r--JitRuntime.h506L
-rw-r--r--JitScript-inl.h43L
-rw-r--r--JitScript.cpp1067L
-rw-r--r--JitScript.h647L
-rw-r--r--JitSpewer.cpp668L
-rw-r--r--JitSpewer.h292L
-rw-r--r--JitZone.h373L
-rw-r--r--JitcodeMap.cpp1027L
-rw-r--r--JitcodeMap.h851L
-rw-r--r--Jitdump.h78L
-rw-r--r--KnownClass.cpp110L
-rw-r--r--KnownClass.h36L
-rw-r--r--LICM.cpp367L
-rw-r--r--LICM.h23L
-rw-r--r--LIR.cpp862L
-rw-r--r--LIR.h2310L
-rw-r--r--LIROps.yaml4590L
-rw-r--r--Label.cpp29L
-rw-r--r--Label.h106L
-rw-r--r--Linker.cpp79L
-rw-r--r--Linker.h52L
-rw-r--r--Lowering.cpp9015L
-rw-r--r--Lowering.h91L
-rw-r--r--MIR-wasm.cpp1061L
-rw-r--r--MIR-wasm.h3294L
-rw-r--r--MIR.cpp8480L
-rw-r--r--MIR.h10067L
-rw-r--r--MIRGenerator.h207L
-rw-r--r--MIRGraph.cpp1467L
-rw-r--r--MIRGraph.h955L
-rw-r--r--MIROps.yaml4567L
-rw-r--r--MachineState.h109L
-rw-r--r--MacroAssembler-inl.h1122L
-rw-r--r--MacroAssembler.cpp10861L
-rw-r--r--MacroAssembler.h6243L
-rw-r--r--MoveEmitter.h30L
-rw-r--r--MoveResolver.cpp443L
-rw-r--r--MoveResolver.h309L
-rw-r--r--OffthreadSnapshot.h55L
-rw-r--r--PerfSpewer.cpp1191L
-rw-r--r--PerfSpewer.h263L
-rw-r--r--ProcessExecutableMemory.cpp1024L
-rw-r--r--ProcessExecutableMemory.h152L
-rw-r--r--RangeAnalysis.cpp3753L
-rw-r--r--RangeAnalysis.h668L
-rw-r--r--ReciprocalMulConstants.cpp143L
-rw-r--r--ReciprocalMulConstants.h52L
-rw-r--r--Recover.cpp2649L
-rw-r--r--Recover.h1150L
-rw-r--r--RegExpStubConstants.h37L
-rw-r--r--RegisterAllocator.cpp610L
-rw-r--r--RegisterAllocator.h289L
-rw-r--r--RegisterSets.h1420L
-rw-r--r--Registers.h299L
-rw-r--r--RematerializedFrame-inl.h23L
-rw-r--r--RematerializedFrame.cpp221L
-rw-r--r--RematerializedFrame.h222L
-rw-r--r--SafepointIndex-inl.h22L
-rw-r--r--SafepointIndex.cpp20L
-rw-r--r--SafepointIndex.h74L
-rw-r--r--Safepoints.cpp635L
-rw-r--r--Safepoints.h139L
-rw-r--r--ScalarReplacement.cpp4229L
-rw-r--r--ScalarReplacement.h23L
-rw-r--r--ScalarTypeUtils.h39L
-rw-r--r--ScriptFromCalleeToken.h33L
-rw-r--r--ShapeList.cpp192L
-rw-r--r--ShapeList.h62L
-rw-r--r--SharedICHelpers-inl.h36L
-rw-r--r--SharedICHelpers.h36L
-rw-r--r--SharedICRegisters.h36L
-rw-r--r--ShuffleAnalysis.cpp845L
-rw-r--r--ShuffleAnalysis.h155L
-rw-r--r--SimpleAllocator.cpp1279L
-rw-r--r--SimpleAllocator.h376L
-rw-r--r--Simulator.h30L
-rw-r--r--Sink.cpp256L
-rw-r--r--Sink.h22L
-rw-r--r--Snapshots.cpp715L
-rw-r--r--Snapshots.h608L
-rw-r--r--SparseBitSet.h202L
-rw-r--r--StackSlotAllocator.h124L
-rw-r--r--StubFolding.cpp731L
-rw-r--r--StubFolding.h26L
-rw-r--r--TemplateObject-inl.h126L
-rw-r--r--TemplateObject.h77L
-rw-r--r--Trampoline.cpp377L
-rw-r--r--TrampolineNatives.cpp349L
-rw-r--r--TrampolineNatives.h62L
-rw-r--r--TrialInlining.cpp1078L
-rw-r--r--TrialInlining.h200L
-rw-r--r--TypeData.h54L
-rw-r--r--TypePolicy.cpp1188L
-rw-r--r--TypePolicy.h580L
-rw-r--r--UnrollLoops.cpp2068L
-rw-r--r--UnrollLoops.h22L
-rw-r--r--VMFunctionList-inl.h422L
-rw-r--r--VMFunctions.cpp3367L
-rw-r--r--VMFunctions.h759L
-rw-r--r--ValueNumbering.cpp1364L
-rw-r--r--ValueNumbering.h123L
-rw-r--r--WarpBuilder.cpp3842L
-rw-r--r--WarpBuilder.h316L
-rw-r--r--WarpBuilderShared.cpp129L
-rw-r--r--WarpBuilderShared.h450L
-rw-r--r--WarpCacheIRTranspiler.cpp7352L
-rw-r--r--WarpCacheIRTranspiler.h33L
-rw-r--r--WarpOracle.cpp1751L
-rw-r--r--WarpOracle.h86L
-rw-r--r--WarpSnapshot.cpp478L
-rw-r--r--WarpSnapshot.h737L
-rw-r--r--WasmBCE.cpp146L
-rw-r--r--WasmBCE.h33L
-rw-r--r--XrayJitInfo.cpp17L
-rw-r--r--moz.build311L
d---------arm/-
d---------arm64/-
d---------loong64/-
d---------mips-shared/-
d---------mips64/-
d---------none/-
d---------riscv64/-
d---------shared/-
d---------wasm32/-
d---------x64/-
d---------x86-shared/-
d---------x86/-