Home
last modified time | relevance | path

Searched refs:architecture_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/
Dcpu.cc291 architecture_(0), in CPU()
400 architecture_ = strtol(architecture, &end, 10); in CPU()
402 architecture_ = 0; in CPU()
416 if (architecture_ == 7) { in CPU()
419 architecture_ = 6; in CPU()
459 if (architecture_ < 7 && has_vfp3_) { in CPU()
460 architecture_ = 7; in CPU()
464 if (architecture_ >= 7) { in CPU()
469 if (has_thumb2_ && architecture_ < 6) { in CPU()
470 architecture_ = 6; in CPU()
[all …]
Dcpu.h49 int architecture() const { return architecture_; } in architecture()
92 int architecture_; variable
/external/google-breakpad/src/common/
Dmodule.h282 string architecture() const { return architecture_; } in architecture()
296 string name_, os_, architecture_, id_; variable
Dmodule.cc55 architecture_(architecture), in Module()
88 architecture_ == "arm" && in AddFunction()
233 stream << "MODULE " << os_ << " " << architecture_ << " " in Write()