HomeSort by relevance Sort by last modified time
    Searched refs:combined_type (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
type-info.cc 199 Type** combined_type) {
203 *left_type = *right_type = *combined_type = Type::None(zone());
216 *combined_type = CompareICState::StateToType(zone(), stub.state(), map);
219 *combined_type = stub.GetType(zone(), map);
  /external/v8/src/crankshaft/
typing.cc 209 Type* combined_type; local
211 &tag_type, &label_type, &combined_type);
214 clause->set_compare_type(combined_type);
741 Type* combined_type; local
743 &left_type, &right_type, &combined_type);
746 expr->set_combined_type(combined_type);
hydrogen.cc 5057 Type* combined_type = clause->compare_type(); local
11454 Type* combined_type = expr->combined_type(); local
    [all...]
hydrogen.h     [all...]
  /external/v8/src/ast/
ast.h 2337 Type* combined_type() const { return combined_type_; } function in class:v8::internal::final
    [all...]

Completed in 61 milliseconds