Lines Matching defs:cast
214 static H##type* cast(HValue* value) { \
222 static H##type* cast(HValue* value) { \
649 static HValue* cast(HValue* value) { return value; }
1435 static HUnaryOperation* cast(HValue* value) {
2437 HUnaryMathOperation* b = HUnaryMathOperation::cast(other);
2556 HCheckMaps* b = HCheckMaps::cast(other);
2635 HCheckFunction* b = HCheckFunction::cast(other);
2689 HCheckInstanceType* b = HCheckInstanceType::cast(other);
3099 static HPhi* cast(HValue* value) {
3247 Handle<JSObject>::cast(constant_object)->map() == *map;
3345 return Handle<String>::cast(handle_);
3396 HConstant* other_constant = HConstant::cast(other);
3785 HBoundsCheck* bounds_check() { return HBoundsCheck::cast(OperandAt(1)); }
4503 HConstant::cast(right())->HasInteger32Value()) {
4504 int32_t value = HConstant::cast(right())->Integer32Value();
4627 HMathMinMax::cast(other)->operation_ == operation_;
4661 return op() == HBitwise::cast(other)->op();
4679 HConstant::cast(left)->Integer32Value() >= 0) ||
4682 HConstant::cast(right)->Integer32Value() >= 0))) {
4689 HConstant::cast(left)->Integer32Value() < 0) ||
4692 HConstant::cast(right)->Integer32Value() < 0))) {
4993 HLoadGlobalCell* b = HLoadGlobalCell::cast(other);
5215 && !(value->IsConstant() && HConstant::cast(value)->ImmortalImmovable());
5223 HInnerAllocatedObject::cast(object)->base_object(),
5226 if (object->IsConstant() && HConstant::cast(object)->IsCell()) {
5230 HConstant::cast(object)->HasExternalReferenceValue()) {
5236 return !HAllocate::cast(object)->IsNewSpaceAllocation();
5378 HLoadContextSlot* b = HLoadContextSlot::cast(other);
5657 HLoadNamedField* b = HLoadNamedField::cast(other);
5831 HLoadKeyed* other_load = HLoadKeyed::cast(other);
5994 return Handle<Map>::cast(HConstant::cast(transition())->handle());
6002 Handle<Map> map = Handle<Map>::cast(map_constant->handle());
6164 return value()->IsConstant() && HConstant::cast(value())->IsTheHole();
6300 HTransitionElementsKind* instr = HTransitionElementsKind::cast(other);
6623 const Runtime::Function* function = HCallRuntime::cast(value)->function();