Home
last modified time | relevance | path

Searched refs:kMachPtr (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32-unittest.cc115 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/
Daccess-builder.cc43 Type::UntaggedPtr(), kMachPtr}; in ForJSArrayBufferBackingStore()
50 Type::UntaggedPtr(), kMachPtr}; in ForExternalArrayPointer()
Dlinkage-impl.h104 types.AddParam(kMachPtr); in GetRuntimeCallDescriptor()
200 MachineType target_type = kMachPtr; in GetSimplifiedCDescriptor()
Drepresentation-change.h305 return access.tag() != 0 ? kMachAnyTagged : kMachPtr; in TypeForBasePointer()
309 return access.tag() != 0 ? kMachAnyTagged : kMachPtr; in TypeForBasePointer()
Dinstruction-selector-unittest.cc260 kMachPtr, kMachAnyTagged));
268 StreamBuilder m1(this, kMachInt32, kMachPtr); in TARGET_TEST_F()
272 StreamBuilder m2(this, kMachInt32, kMachPtr); in TARGET_TEST_F()
Dmachine-type.h53 kMachPtr = (kPointerSize == 4) ? kRepWord32 : kRepWord64, enumerator
Dmachine-operator.h63 explicit MachineOperatorBuilder(MachineType word = kMachPtr);
Dmachine-operator-unittest.cc49 kMachPtr, kMachAnyTagged, kRepBit, kRepWord8, kRepWord16,
Draw-machine-assembler.h48 MachineType word = kMachPtr);
Dsimplified-lowering.cc386 return VisitLeaf(node, kMachPtr); in VisitNode()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64-unittest.cc82 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/
Dcodegen-tester.h34 kMachPtr) {} in MachineAssemblerTester()
218 : public BinopTester<Type*, kMachPtr, USE_RETURN_REGISTER> {
221 : BinopTester<Type*, kMachPtr, USE_RETURN_REGISTER>(tester) {} in PointerBinopTester()
Dinstruction-selector-tester.h43 kMachPtr) {} in InstructionSelectorTester()
Dcall-tester.h43 static MachineType Representation() { return kMachPtr; }
49 static MachineType Representation() { return kMachPtr; }
Dtest-run-machops.cc3792 RawMachineAssemblerTester<bool> m(kMachPtr, kMachPtr); in IntPtrCompare()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc930 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/
Dinstruction-selector-arm-unittest.cc1273 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()