Home
last modified time | relevance | path

Searched refs:MIRType_Symbol (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonTypes.h398 MIRType_Symbol, enumerator
435 return MIRType_Symbol; in MIRTypeFromValueType()
466 case MIRType_Symbol: in ValueTypeFromMIRType()
504 case MIRType_Symbol: in StringFromMIRType()
H A DTypePolicy.cpp333 case MIRType_Symbol: in adjustInputs()
636 case MIRType_Symbol: in staticAdjustInputs()
679 case MIRType_Symbol: in staticAdjustInputs()
727 case MIRType_Symbol: in staticAdjustInputs()
745 if (type == MIRType_Object || type == MIRType_Symbol) { in staticAdjustInputs()
951 case MIRType_Symbol: in adjustValueInput()
H A DMIR.cpp407 case MIRType_Symbol: in foldsTo()
867 case MIRType_Symbol: in printOpcode()
1551 case MIRType_Symbol: out.printf("to Symbol"); break; in printOpcode()
1932 case MIRType_Symbol: in TypeSetIncludes()
2188 getOperand(0)->mightBeType(MIRType_Symbol) || getOperand(1)->mightBeType(MIRType_Symbol)) in infer()
2198 getOperand(0)->mightBeType(MIRType_Symbol) || getOperand(1)->mightBeType(MIRType_Symbol)) in infer()
2816 && !op->mightBeType(MIRType_Symbol) in SimpleArithOperand()
3061 case MIRType_Symbol: in foldsTo()
3566 if (!typeOf->input()->mightBeType(MIRType_Symbol)) { in tryFoldTypeOf()
3946 if (input()->type() == MIRType_Symbol) in foldsTo()
[all …]
H A DMCallOptimize.cpp2499 input->mightBeType(MIRType_Symbol) || in inlineToInteger()
2690 if (oldval->mightBeType(MIRType_Object) || oldval->mightBeType(MIRType_Symbol)) in inlineAtomicsCompareExchange()
2694 if (newval->mightBeType(MIRType_Object) || newval->mightBeType(MIRType_Symbol)) in inlineAtomicsCompareExchange()
2732 if (value->mightBeType(MIRType_Object) || value->mightBeType(MIRType_Symbol)) in inlineAtomicsExchange()
2806 if (value->mightBeType(MIRType_Object) || value->mightBeType(MIRType_Symbol)) in inlineAtomicsStore()
2873 if (value->mightBeType(MIRType_Object) || value->mightBeType(MIRType_Symbol)) in inlineAtomicsBinop()
H A DLowering.cpp720 if (opd->type() == MIRType_Symbol) { in visitTest()
1907 case MIRType_Symbol: in visitToInt32()
2647 case MIRType_Symbol: in visitNot()
3292 id->type() == MIRType_Symbol || in visitGetPropertyCache()
3305 bool useConstId = id->type() == MIRType_String || id->type() == MIRType_Symbol; in visitGetPropertyCache()
3548 id->type() == MIRType_Symbol || in visitSetPropertyCache()
3554 bool useConstId = id->type() == MIRType_String || id->type() == MIRType_Symbol; in visitSetPropertyCache()
H A DMacroAssembler.cpp1783 case MIRType_Symbol: in convertTypedOrValueToFloatingPoint()
2000 case MIRType_Symbol: in convertTypedOrValueToInt()
2082 case MIRType_Symbol: in branchEqualTypeIfNeeded()
H A DIonBuilder.cpp717 type = MIRType_Symbol; in analyzeNewLoopTypes()
1318 case MIRType_Symbol: in addOsrValueTypeBarrier()
4593 if (input->mightBeType(MIRType_Object) || input->mightBeType(MIRType_Symbol)) in bitnotTrySpecialized()
4735 && !op->mightBeType(MIRType_Symbol) in SimpleArithOperand()
6901 && !op->mightBeType(MIRType_Symbol) in ObjectOrSimplePrimitive()
7851 case MIRType_Symbol: in testSingletonPropertyTypes()
9203 !index->mightBeType(MIRType_Symbol)) in getElemTryCache()
9225 if (index->mightBeType(MIRType_String) || index->mightBeType(MIRType_Symbol)) in getElemTryCache()
9915 !index->mightBeType(MIRType_Symbol)) in setElemTryCache()
H A DMIR.h4440 type == MIRType_Symbol || in MUnbox()
4476 case MIRType_Symbol: in INSTRUCTION_HEADER()
4945 if (def->mightBeType(MIRType_Object) || def->mightBeType(MIRType_Symbol)) in MToFPInstruction()
4990 if (input()->type() == MIRType_Symbol) in canRecoverOnBailout()
5013 if (def->mightBeType(MIRType_Object) || def->mightBeType(MIRType_Symbol)) in MToFloat32()
5127 if (def->mightBeType(MIRType_Object) || def->mightBeType(MIRType_Symbol)) in MToInt32()
5189 if (def->mightBeType(MIRType_Object) || def->mightBeType(MIRType_Symbol)) in MTruncateToInt32()
5221 return input()->type() < MIRType_Symbol; in canRecoverOnBailout()
H A DLIR.h552 case MIRType_Symbol: in TypeFrom()
H A DMacroAssembler.h814 case MIRType_Symbol: return branchTestSymbol(cond, val, label); in branchTestMIRType()
H A DCodeGenerator.cpp518 bool mightBeSymbol = valueMIR->mightBeType(MIRType_Symbol); in testValueTruthyKernel()
968 if (lir->mir()->input()->mightBeType(MIRType_Symbol)) in visitValueToString()
4005 type == MIRType_String || type == MIRType_Symbol); in emitAssertObjectOrStringResult()
4057 case MIRType_Symbol: in emitAssertObjectOrStringResult()
4168 case MIRType_Symbol: in emitDebugResultChecks()
8927 bool testSymbol = input->mightBeType(MIRType_Symbol); in visitTypeOfV()
H A DIonAnalysis.cpp2477 case MIRType_Symbol: in IsResumableMIRType()
H A DIonCaches.cpp1354 idReg.type() == MIRType_Symbol || in EmitIdGuard()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DLowering-shared.cpp99 case MIRType_Symbol: in visitConstant()
H A DLowering-shared-inl.h295 case MIRType_Symbol: { in redefine()
H A DCodeGenerator-shared.cpp433 case MIRType_Symbol: in encodeAllocation()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips64/
H A DCodeGenerator-mips64.cpp195 case MIRType_Symbol: in visitUnbox()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DCodeGenerator-x64.cpp108 case MIRType_Symbol: in visitUnbox()
132 case MIRType_Symbol: in visitUnbox()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTypeInference.cpp360 case jit::MIRType_Symbol: in mightBeMIRType()
1590 return jit::MIRType_Symbol; in GetMIRTypeFromTypeFlags()