Home
last modified time | relevance | path

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

/external/v8/src/base/
Dcpu.cc312 architecture_(0), in CPU()
477 architecture_ = strtol(architecture, &end, 10); in CPU()
481 architecture_ = 8; in CPU()
483 architecture_ = 0; in CPU()
498 if (architecture_ == 7) { in CPU()
501 architecture_ = 6; in CPU()
507 if (architecture_ == 7) { in CPU()
510 architecture_ = 6; in CPU()
550 if (architecture_ < 7 && has_vfp3_) { in CPU()
551 architecture_ = 7; in CPU()
[all …]
Dcpu.h49 int architecture() const { return architecture_; } in architecture()
124 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()