Searched refs:MachineTypeForC (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | c-signature.h | 31 inline MachineType MachineTypeForC() { in MachineTypeForC() function 41 inline MachineType MachineTypeForC<ctype>() { \ 60 MachineType params[] = {MachineTypeForC<P1>(), MachineTypeForC<P2>(), in FOREACH_CTYPE_MACHINE_TYPE_MAPPING() 61 MachineTypeForC<P3>(), MachineTypeForC<P4>(), in FOREACH_CTYPE_MACHINE_TYPE_MAPPING() 62 MachineTypeForC<P5>()}; in FOREACH_CTYPE_MACHINE_TYPE_MAPPING() 116 : CSignature(MachineTypeForC<Ret>() != MachineType::None() ? 1 : 0, in CSignatureOf() 118 if (return_count_ == 1) storage_[0] = MachineTypeForC<Ret>(); in CSignatureOf() 138 this->Set(0, MachineTypeForC<P1>()); in CSignature1() 146 this->Set(0, MachineTypeForC<P1>()); in CSignature2() 147 this->Set(1, MachineTypeForC<P2>()); in CSignature2() [all …]
|
D | codegen-tester.cc | 635 m.Store(MachineTypeForC<int64_t>().representation(), in TEST() 645 m.Store(MachineTypeForC<double>().representation(), in TEST() 657 m.Store(MachineTypeForC<int64_t>().representation(), in TEST() 676 MachineTypeForC<int64_t>().representation(), m.PointerConstant(&result), in TEST() 698 m.Store(MachineTypeForC<int64_t>().representation(), in TEST()
|
D | codegen-tester.h | 31 CSignature::New(main_zone(), MachineTypeForC<ReturnType>(), p0, p1, in HandleAndZoneScope() 37 CSignature::New(main_zone(), MachineTypeForC<ReturnType>(), p0, in HandleAndZoneScope() 105 Store(MachineTypeForC<ReturnType>().representation(), in Return()
|
D | test-run-native-calls.cc | 329 MachineType t = MachineTypeForC<CType>(); in MachTypes() 355 return raw.Load(MachineTypeForC<CType>(), base, offset); in LoadInput() 361 return raw.Store(MachineTypeForC<CType>().representation(), base, offset, in StoreOutput()
|
D | graph-builder-tester.h | 59 CSignature::New(main_zone(), MachineTypeForC<ReturnType>(), p0, p1, in GraphAndBuilders()
|
/external/v8/test/cctest/wasm/ |
D | wasm-run-utils.h | 294 : signature_(MachineTypeForC<ReturnType>() == MachineType::None() ? 0 : 1, 300 MachineType ret = MachineTypeForC<ReturnType>();
|