Searched refs:RefCast (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 7 use ref_cast::RefCast; 13 #[derive(RefCast)] in fmt() 49 #[derive(RefCast)] in fmt() 74 #[derive(RefCast)] in fmt() 96 #[derive(RefCast)] in fmt() 139 #[derive(RefCast)] in fmt() 163 #[derive(RefCast)] in fmt() 329 #[derive(RefCast)] in fmt() 350 #[derive(RefCast)] in fmt() 491 #[derive(RefCast)] in fmt() [all...] |
H A D | mod.rs | 11 use ref_cast::RefCast; 16 #[derive(RefCast)]
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | snapshot.rs | 73 #[derive(RefCast)] in format_field() 237 #[derive(RefCast)] in expand_impl_body() 365 use ref_cast::RefCast; in generate()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 425 CASE_OP(RefCast, "ref.cast") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1178 void RefCast(FullDecoder* decoder, const Value& object, const Value& rtt, in RefCast() function 1183 builder_->RefCast(object.node, rtt.node, config, decoder->position()); in RefCast()
|
H A D | wasm-opcodes.h | 705 V(RefCast, 0xfb41, _) \
|
H A D | function-body-decoder-impl.h | 1046 F(RefCast, const Value& obj, const Value& rtt, Value* result) \ 4560 CALL_INTERFACE(RefCast, obj, rtt, &value); in DecodeGCOpcode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 515 Node* RefCast(Node* object, Node* rtt, ObjectReferenceKnowledge config,
|
H A D | wasm-compiler.cc | 5880 Node* WasmGraphBuilder::RefCast(Node* object, Node* rtt,
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5646 void RefCast(FullDecoder* decoder, const Value& obj, const Value& rtt,
|
Completed in 45 milliseconds