Searched defs:ReturnValueTraits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dcall-tester.h26 // TODO(titzer): use c-signature.h instead of ReturnValueTraits
28 struct ReturnValueTraits { struct in namespace:v8::internal::compiler
41 struct ReturnValueTraits<int32_t*> { struct in namespace:v8::internal::compiler
47 struct ReturnValueTraits<void> { struct in namespace:v8::internal::compiler
53 struct ReturnValueTraits<bool> { struct in namespace:v8::internal::compiler
59 struct ReturnValueTraits<int32_t> { struct in namespace:v8::internal::compiler
65 struct ReturnValueTraits<uint32_t> { struct in namespace:v8::internal::compiler
71 struct ReturnValueTraits<int64_t> { struct in namespace:v8::internal::compiler
77 struct ReturnValueTraits<uint64_t> { struct in namespace:v8::internal::compiler
83 struct ReturnValueTraits<int16_ struct in namespace:v8::internal::compiler
89 struct ReturnValueTraits<uint16_t> { struct in namespace:v8::internal::compiler
95 struct ReturnValueTraits<int8_t> { struct in namespace:v8::internal::compiler
101 struct ReturnValueTraits<uint8_t> { struct in namespace:v8::internal::compiler
107 struct ReturnValueTraits<double> { struct in namespace:v8::internal::compiler
[all...]

Completed in 67 milliseconds