Lines Matching refs:rtt
5593 Node* rtt, in StructNewWithRtt() argument
5597 gasm_->StoreMap(s, rtt); in StructNewWithRtt()
5628 Node* rtt, in ArrayNewWithRtt() argument
5641 gasm_->CallBuiltin(stub, Operator::kNoDeopt | Operator::kNoThrow, rtt, in ArrayNewWithRtt()
5670 Node* WasmGraphBuilder::ArrayInit(const wasm::ArrayType* type, Node* rtt, in ArrayInit() argument
5676 Operator::kNoDeopt | Operator::kNoThrow, rtt, in ArrayInit()
5695 Node* length, Node* rtt, in ArrayInitFromData() argument
5699 gasm_->Uint32Constant(data_segment), offset, length, rtt); in ArrayInitFromData()
5788 Node* object, Node* rtt, WasmGraphBuilder::ObjectReferenceKnowledge config, in TypeCheck() argument
5799 callbacks.succeed_if(gasm_->TaggedEqual(map, rtt), BranchHint::kTrue); in TypeCheck()
5817 callbacks.fail_if_not(gasm_->TaggedEqual(maybe_match, rtt), in TypeCheck()
5871 Node* WasmGraphBuilder::RefTest(Node* object, Node* rtt, in RefTest() argument
5874 TypeCheck(object, rtt, config, false, TestCallbacks(&done)); in RefTest()
5880 Node* WasmGraphBuilder::RefCast(Node* object, Node* rtt, in RefCast() argument
5885 TypeCheck(object, rtt, config, true, CastCallbacks(&done, position)); in RefCast()
5892 void WasmGraphBuilder::BrOnCast(Node* object, Node* rtt, in BrOnCast() argument
5899 return TypeCheck(object, rtt, config, false, callbacks); in BrOnCast()