• Home
  • Raw
  • Download

Lines Matching refs:explicit

330   explicit LGap(HBasicBlock* block)  in LGap()
411 explicit LLabel(HBasicBlock* block) in LLabel()
439 explicit LCallStub(LOperand* context) { in LCallStub()
522 explicit LArgumentsLength(LOperand* elements) { in LArgumentsLength()
615 explicit LUnaryMathOperation(LOperand* value) { in LUnaryMathOperation()
652 explicit LIsNull(LOperand* value) { in LIsNull()
706 explicit LIsSmi(LOperand* value) { in LIsSmi()
717 explicit LIsSmiAndBranch(LOperand* value) { in LIsSmiAndBranch()
729 explicit LHasInstanceType(LOperand* value) { in LHasInstanceType()
755 explicit LGetCachedArrayIndex(LOperand* value) { in LGetCachedArrayIndex()
766 explicit LHasCachedArrayIndex(LOperand* value) { in LHasCachedArrayIndex()
777 explicit LHasCachedArrayIndexAndBranch(LOperand* value) { in LHasCachedArrayIndexAndBranch()
796 explicit LIsConstructCallAndBranch(LOperand* temp) { in LIsConstructCallAndBranch()
980 explicit LConstantD(LOperand* temp) { in LConstantD()
1002 explicit LBranch(LOperand* value) { in LBranch()
1015 explicit LCmpMapAndBranch(LOperand* value) { in LCmpMapAndBranch()
1036 explicit LJSArrayLength(LOperand* value) { in LJSArrayLength()
1047 explicit LExternalArrayLength(LOperand* value) { in LExternalArrayLength()
1058 explicit LFixedArrayLength(LOperand* value) { in LFixedArrayLength()
1081 explicit LThrow(LOperand* value) { in LThrow()
1091 explicit LBitNotI(LOperand* value) { in LBitNotI()
1161 explicit LReturn(LOperand* value) { in LReturn()
1171 explicit LLoadNamedField(LOperand* object) { in LLoadNamedField()
1184 explicit LLoadNamedFieldPolymorphic(LOperand* object) { in LLoadNamedFieldPolymorphic()
1227 explicit LLoadElements(LOperand* object) { in LLoadElements()
1237 explicit LLoadExternalArrayPointer(LOperand* object) { in LLoadExternalArrayPointer()
1323 explicit LStoreGlobalCell(LOperand* value) { in LStoreGlobalCell()
1334 explicit LStoreGlobalGeneric(LOperand* context, in LStoreGlobalGeneric()
1355 explicit LLoadContextSlot(LOperand* context) { in LLoadContextSlot()
1391 explicit LPushArgument(LOperand* value) { in LPushArgument()
1407 explicit LOuterContext(LOperand* context) { in LOuterContext()
1419 explicit LGlobalObject(LOperand* context) { in LGlobalObject()
1431 explicit LGlobalReceiver(LOperand* global_object) { in LGlobalReceiver()
1474 explicit LCallNamed(LOperand* context) { in LCallNamed()
1491 explicit LCallFunction(LOperand* context) { in LCallFunction()
1505 explicit LCallGlobal(LOperand* context) { in LCallGlobal()
1562 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble()
1572 explicit LNumberTagI(LOperand* value) { in LNumberTagI()
1623 explicit LSmiTag(LOperand* value) { in LSmiTag()
1633 explicit LNumberUntagD(LOperand* value) { in LNumberUntagD()
1790 explicit LStringCharFromCode(LOperand* char_code) { in LStringCharFromCode()
1803 explicit LStringLength(LOperand* string) { in LStringLength()
1816 explicit LCheckFunction(LOperand* value) { in LCheckFunction()
1839 explicit LCheckMap(LOperand* value) { in LCheckMap()
1850 explicit LCheckPrototypeMaps(LOperand* temp) { in LCheckPrototypeMaps()
1864 explicit LCheckSmi(LOperand* value) { in LCheckSmi()
1874 explicit LCheckNonSmi(LOperand* value) { in LCheckNonSmi()
1891 explicit LObjectLiteral(LOperand* context) { in LObjectLiteral()
1920 explicit LToFastProperties(LOperand* value) { in LToFastProperties()
1931 explicit LTypeof(LOperand* value) { in LTypeof()
1941 explicit LTypeofIs(LOperand* value) { in LTypeofIs()
1956 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch()
2015 explicit LChunk(CompilationInfo* info, HGraph* graph) in LChunk()