/external/v8/src/compiler/ |
D | machine-operator.cc | 97 V(Word32Shl, Operator::kNoProperties, 2, 0, 1) \ 98 V(Word32Shr, Operator::kNoProperties, 2, 0, 1) \ 99 V(Word32Sar, Operator::kNoProperties, 2, 0, 1) \ 100 V(Word32Ror, Operator::kNoProperties, 2, 0, 1) \ 103 V(Int32Sub, Operator::kNoProperties, 2, 0, 1) \ 106 V(Int32Div, Operator::kNoProperties, 2, 1, 1) \ 107 V(Int32Mod, Operator::kNoProperties, 2, 1, 1) \ 108 V(Int32LessThan, Operator::kNoProperties, 2, 0, 1) \ 109 V(Int32LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \ 110 V(Uint32Div, Operator::kNoProperties, 2, 1, 1) \ [all …]
|
D | simplified-operator.cc | 658 V(BooleanNot, Operator::kNoProperties, 1, 0) \ 660 V(NumberLessThan, Operator::kNoProperties, 2, 0) \ 661 V(NumberLessThanOrEqual, Operator::kNoProperties, 2, 0) \ 663 V(NumberSubtract, Operator::kNoProperties, 2, 0) \ 665 V(NumberDivide, Operator::kNoProperties, 2, 0) \ 666 V(NumberModulus, Operator::kNoProperties, 2, 0) \ 670 V(NumberShiftLeft, Operator::kNoProperties, 2, 0) \ 671 V(NumberShiftRight, Operator::kNoProperties, 2, 0) \ 672 V(NumberShiftRightLogical, Operator::kNoProperties, 2, 0) \ 674 V(NumberAbs, Operator::kNoProperties, 1, 0) \ [all …]
|
D | js-operator.cc | 597 V(BitwiseOr, Operator::kNoProperties, 2, 1) \ 598 V(BitwiseXor, Operator::kNoProperties, 2, 1) \ 599 V(BitwiseAnd, Operator::kNoProperties, 2, 1) \ 600 V(ShiftLeft, Operator::kNoProperties, 2, 1) \ 601 V(ShiftRight, Operator::kNoProperties, 2, 1) \ 602 V(ShiftRightLogical, Operator::kNoProperties, 2, 1) \ 603 V(Subtract, Operator::kNoProperties, 2, 1) \ 604 V(Multiply, Operator::kNoProperties, 2, 1) \ 605 V(Divide, Operator::kNoProperties, 2, 1) \ 606 V(Modulus, Operator::kNoProperties, 2, 1) \ [all …]
|
D | code-assembler.cc | 54 CallDescriptor::kNoFlags, Operator::kNoProperties), in CodeAssemblerState() 1101 zone(), function, argc, Operator::kNoProperties, in CallRuntimeWithCEntryImpl() 1137 zone(), function, argc, Operator::kNoProperties, in TailCallRuntimeWithCEntryImpl() 1167 Operator::kNoProperties); in CallStubN() 1184 CallDescriptor::kNoFlags, Operator::kNoProperties); in TailCallStubImpl() 1226 Operator::kNoProperties); in TailCallStubThenBytecodeDispatchImpl() 1263 CallDescriptor::kFixedTargetRegister, Operator::kNoProperties); in TailCallJSCode()
|
D | linkage.cc | 333 Operator::kNoProperties, // properties in GetJSCallDescriptor() 446 Operator::kNoProperties, // properties in GetBytecodeDispatchCallDescriptor()
|
D | operator.h | 40 kNoProperties = 0, in NON_EXPORTED_BASE() enumerator
|
D | linkage.h | 393 Operator::Properties properties = Operator::kNoProperties, in NON_EXPORTED_BASE()
|
D | wasm-compiler.cc | 278 Operator::kNoProperties, // properties in StackCheck() 2012 Operator::kNoProperties, // properties in GrowMemory() 2969 mcgraph()->zone(), f, fun->nargs, Operator::kNoProperties, in BuildCallToRuntimeWithContext() 4209 CallDescriptor::kNoFlags, Operator::kNoProperties, stub_mode_); in BuildJavaScriptToNumber() 4559 CallDescriptor::kNoFlags, Operator::kNoProperties, in BuildWasmToJSWrapper() 4584 CallDescriptor::kNoFlags, Operator::kNoProperties, in BuildWasmToJSWrapper() 5321 compiler::Operator::kNoProperties, // properties in GetWasmCallDescriptor()
|
D | simplified-lowering.cc | 3964 0, flags, Operator::kNoProperties); in ToNumberOperator() 3977 0, flags, Operator::kNoProperties); in ToNumberConvertBigIntOperator() 3989 0, flags, Operator::kNoProperties); in ToNumericOperator()
|
D | common-operator.cc | 1115 IrOpcode::kOsrValue, Operator::kNoProperties, // opcode in OsrValue()
|
D | js-call-reducer.cc | 869 CallDescriptor::kNeedsFrameState, Operator::kNoProperties); in ReduceReflectGet()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1424 compiler::Operator::kNoProperties, compiler::CallDescriptor::kNoFlags); in GenerateRuntimeCall()
|