Searched refs:IsI31 (Results 1 – 1 of 1) sorted by relevance
311 Node* IsI31(Node* object) { in IsI31() function in v8::internal::compiler::WasmGraphAssembler5826 callbacks.fail_if(gasm_->IsI31(object), BranchHint::kFalse); in DataCheck()5838 callbacks.fail_if(gasm_->IsI31(object), BranchHint::kFalse); in ManagedObjectInstanceCheck()5996 Node* WasmGraphBuilder::RefIsI31(Node* object) { return gasm_->IsI31(object); } in RefIsI31()6000 TrapIfFalse(wasm::kTrapIllegalCast, gasm_->IsI31(object), position); in RefAsI31()6009 gasm_->Branch(gasm_->IsI31(object), match_control, no_match_control, in BrOnI31()