Home
last modified time | relevance | path

Searched refs:AnyCType (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/d8/
H A 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 option in AddAllFastCallbackPatch()
[all...]
/third_party/node/deps/v8/src/execution/
H A 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/
H A Dv8-fast-api-calls.h255 // the AnyCType struct declared below). This allows for
419 struct AnyCType { struct
420 AnyCType() : int64_value(0) {} in AnyCType() function
443 sizeof(AnyCType) == 8,
444 "The AnyCType struct should have size == 64 bits, as this is assumed "
659 V(AnyCType, kAny)
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h258 // the AnyCType struct declared below). This allows for
428 struct AnyCType { struct
429 AnyCType() : int64_value(0) {} in AnyCType() function
455 sizeof(AnyCType) == 8,
456 "The AnyCType struct should have size == 64 bits, as this is assumed "
679 V(AnyCType, kAny)
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h292 sizeof(AnyCType) == kInt64Size, in TypeForCType()
/third_party/node/deps/v8/src/execution/arm64/
H A 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."); in CallAnyCTypeFunction()
578 AnyCType args[kMaxCParameters]; in CallAnyCTypeFunction()
601 AnyCType result; in CallAnyCTypeFunction()

Completed in 12 milliseconds