Home | History | Annotate | Download | only in src

Lines Matching defs:cast

208   static H##type* cast(HValue* value) {             \
216 static H##type* cast(HValue* value) { \
551 static HValue* cast(HValue* value) { return value; }
1126 static HUnaryOperation* cast(HValue* value) {
1437 HThisFunction* b = HThisFunction::cast(other);
1955 HUnaryMathOperation* b = HUnaryMathOperation::cast(other);
2045 HCheckMap* b = HCheckMap::cast(other);
2084 HCheckFunction* b = HCheckFunction::cast(other);
2127 HCheckInstanceType* b = HCheckInstanceType::cast(other);
2218 HCheckPrototypeMaps* b = HCheckPrototypeMaps::cast(other);
2318 static HPhi* cast(HValue* value) {
2400 (HeapNumber::cast(*handle_)->value() ==
2452 HConstant* other_constant = HConstant::cast(other);
3216 HConstant::cast(right())->HasInteger32Value()) {
3217 int32_t value = HConstant::cast(right())->Integer32Value();
3289 return op() == HBitwise::cast(other)->op();
3482 HLoadGlobalCell* b = HLoadGlobalCell::cast(other);
3528 && !(value->IsConstant() && HConstant::cast(value)->ImmortalImmovable());
3655 HLoadContextSlot* b = HLoadContextSlot::cast(other);
3747 HLoadNamedField* b = HLoadNamedField::cast(other);
3874 HLoadKeyedFastElement* other_load = HLoadKeyedFastElement::cast(other);
3954 HLoadKeyedSpecializedArrayElement::cast(other);
4252 HTransitionElementsKind* instr = HTransitionElementsKind::cast(other);
4466 return Handle<JSObject>::cast(boilerplate_object_)->GetElementsKind();