Lines Matching refs:Leaf
238 void Leaf(LocalType type, TFNode* node = nullptr) { in Leaf() function in v8::internal::wasm::LR_WasmDecoder
329 Leaf(kAstStmt); in DecodeFunctionBody()
334 Leaf(kAstStmt); in DecodeFunctionBody()
348 Leaf(kAstStmt); in DecodeFunctionBody()
435 Leaf(kAstEnd); in DecodeFunctionBody()
444 Leaf(kAstEnd, nullptr); in DecodeFunctionBody()
449 Leaf(kAstI32, BUILD(Int32Constant, value)); in DecodeFunctionBody()
455 Leaf(kAstI32, BUILD(Int32Constant, value)); in DecodeFunctionBody()
461 Leaf(kAstI64, BUILD(Int64Constant, value)); in DecodeFunctionBody()
467 Leaf(kAstF32, BUILD(Float32Constant, value)); in DecodeFunctionBody()
473 Leaf(kAstF64, BUILD(Float64Constant, value)); in DecodeFunctionBody()
482 Leaf(type, val); in DecodeFunctionBody()
494 Leaf(type, BUILD(LoadGlobal, index)); in DecodeFunctionBody()
543 Leaf(kAstI32, BUILD(MemSize, 0)); in DecodeFunctionBody()
556 Leaf(kAstI32); // error in DecodeFunctionBody()
568 Leaf(kAstI32); // error in DecodeFunctionBody()