/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32-unittest.cc | 115 StreamBuilder m(this, memacc.type, kMachPtr, kMachInt32); in TEST_P() 128 StreamBuilder m(this, memacc.type, kMachPtr); in TEST_P() 144 StreamBuilder m(this, memacc.type, kMachPtr); in TEST_P() 159 StreamBuilder m(this, kMachInt32, kMachPtr, kMachInt32, memacc.type); in TEST_P() 190 StreamBuilder m(this, kMachInt32, kMachPtr, memacc.type); in TEST_P()
|
/external/v8/src/compiler/ |
D | access-builder.cc | 43 Type::UntaggedPtr(), kMachPtr}; in ForJSArrayBufferBackingStore() 50 Type::UntaggedPtr(), kMachPtr}; in ForExternalArrayPointer()
|
D | linkage-impl.h | 104 types.AddParam(kMachPtr); in GetRuntimeCallDescriptor() 200 MachineType target_type = kMachPtr; in GetSimplifiedCDescriptor()
|
D | representation-change.h | 305 return access.tag() != 0 ? kMachAnyTagged : kMachPtr; in TypeForBasePointer() 309 return access.tag() != 0 ? kMachAnyTagged : kMachPtr; in TypeForBasePointer()
|
D | instruction-selector-unittest.cc | 260 kMachPtr, kMachAnyTagged)); 268 StreamBuilder m1(this, kMachInt32, kMachPtr); in TARGET_TEST_F() 272 StreamBuilder m2(this, kMachInt32, kMachPtr); in TARGET_TEST_F()
|
D | machine-type.h | 53 kMachPtr = (kPointerSize == 4) ? kRepWord32 : kRepWord64, enumerator
|
D | machine-operator.h | 63 explicit MachineOperatorBuilder(MachineType word = kMachPtr);
|
D | machine-operator-unittest.cc | 49 kMachPtr, kMachAnyTagged, kRepBit, kRepWord8, kRepWord16,
|
D | raw-machine-assembler.h | 48 MachineType word = kMachPtr);
|
D | simplified-lowering.cc | 386 return VisitLeaf(node, kMachPtr); in VisitNode()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 82 StreamBuilder m(this, memacc.type, kMachPtr, kMachInt32); in TEST_P() 94 StreamBuilder m(this, kMachInt32, kMachPtr, kMachInt32, memacc.type); in TEST_P()
|
/external/v8/test/cctest/compiler/ |
D | codegen-tester.h | 34 kMachPtr) {} in MachineAssemblerTester() 218 : public BinopTester<Type*, kMachPtr, USE_RETURN_REGISTER> { 221 : BinopTester<Type*, kMachPtr, USE_RETURN_REGISTER>(tester) {} in PointerBinopTester()
|
D | instruction-selector-tester.h | 43 kMachPtr) {} in InstructionSelectorTester()
|
D | call-tester.h | 43 static MachineType Representation() { return kMachPtr; } 49 static MachineType Representation() { return kMachPtr; }
|
D | test-run-machops.cc | 3792 RawMachineAssemblerTester<bool> m(kMachPtr, kMachPtr); in IntPtrCompare()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 930 StreamBuilder m(this, memacc.type, kMachPtr, kMachInt32); in TEST_P() 944 StreamBuilder m(this, memacc.type, kMachPtr); in TEST_P() 960 StreamBuilder m(this, kMachInt32, kMachPtr, kMachInt32, memacc.type); in TEST_P() 975 StreamBuilder m(this, kMachInt32, kMachPtr, memacc.type); in TEST_P()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 1273 StreamBuilder m(this, memacc.type, kMachPtr, kMachInt32); in TEST_P() 1288 StreamBuilder m(this, memacc.type, kMachPtr); in TEST_P() 1305 StreamBuilder m(this, kMachInt32, kMachPtr, kMachInt32, memacc.type); in TEST_P() 1320 StreamBuilder m(this, kMachInt32, kMachPtr, memacc.type); in TEST_P()
|