Searched refs:RefNull (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/wasm/ | ||
D | function-body-decoder.cc | 232 void RefNull(FullDecoder* decoder, Value* result) { in RefNull() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface |
D | wasm-opcodes.h | 61 V(RefNull, 0xd0, _) |
D | function-body-decoder-impl.h | 625 F(RefNull, Value* result) \ |
/external/v8/src/compiler/ | ||
D | wasm-compiler.h | 155 Node* RefNull(); |
D | wasm-compiler.cc | 216 Node* WasmGraphBuilder::RefNull() { in RefNull() function in v8::internal::compiler::WasmGraphBuilder |
/external/v8/src/wasm/baseline/ | ||
D | liftoff-compiler.cc | 1029 void RefNull(FullDecoder* decoder, Value* result) { in RefNull() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler |