Home
last modified time | relevance | path

Searched refs:AnyCType (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dd8-test.cc45 static AnyCType AddAllFastCallbackPatch(AnyCType receiver, in AddAllFastCallbackPatch()
46 AnyCType should_fallback, in AddAllFastCallbackPatch()
47 AnyCType arg_i32, AnyCType arg_u32, in AddAllFastCallbackPatch()
48 AnyCType arg_i64, AnyCType arg_u64, in AddAllFastCallbackPatch()
49 AnyCType arg_f32, AnyCType arg_f64, in AddAllFastCallbackPatch()
50 AnyCType options) { in AddAllFastCallbackPatch()
51 AnyCType ret; in AddAllFastCallbackPatch()
82 static AnyCType AddAllFastCallbackNoOptionsPatch( in AddAllFastCallbackNoOptionsPatch()
83 AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, in AddAllFastCallbackNoOptionsPatch()
84 AnyCType arg_u32, AnyCType arg_i64, AnyCType arg_u64, AnyCType arg_f32, in AddAllFastCallbackNoOptionsPatch()
[all …]
/third_party/node/deps/v8/src/execution/
Dsimulator-base.h76 static typename std::enable_if<std::is_same<T, v8::AnyCType>::value, T>::type
78 v8::AnyCType result; in ConvertReturn()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h419 struct AnyCType { struct
420 AnyCType() : int64_value(0) {} in AnyCType() function
443 sizeof(AnyCType) == 8, argument
659 V(AnyCType, kAny)
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h292 sizeof(AnyCType) == kInt64Size, in TypeForCType()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc505 using MixedRuntimeCall_0 = AnyCType (*)();
555 using MixedRuntimeCall_##N = AnyCType (*)(REP_##N(AnyCType arg, CONCAT));
577 static_assert(sizeof(AnyCType) == 8, "AnyCType is assumed to be 64-bit.");
578 AnyCType args[kMaxCParameters];
601 AnyCType result;