Searched refs:TypeGuard (Results 1 – 6 of 6) sorted by relevance
257 const Operator* TypeGuard(Type* type); in NON_EXPORTED_BASE()
110 jsgraph->common()->TypeGuard(original_type), replacement, control); in MaybeGuard()
395 Node* rename = graph()->NewNode(common()->TypeGuard(phi_type), in ChangeToPhisAndInsertGuards()
654 replacement = graph()->NewNode(common()->TypeGuard(node_type), in ReduceLoadField()704 replacement = graph()->NewNode(common()->TypeGuard(node_type), in ReduceLoadElement()
71 V(TypeGuard)
946 const Operator* CommonOperatorBuilder::TypeGuard(Type* type) { in TypeGuard() function in v8::internal::compiler::CommonOperatorBuilder