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

  /art/runtime/
instruction_set.h 186 class PACKED(4) InstructionSetFeatures {
188 InstructionSetFeatures() : mask_(0) {}
189 explicit InstructionSetFeatures(uint32_t mask) : mask_(mask) {}
191 static InstructionSetFeatures GuessInstructionSetFeatures();
213 bool operator==(const InstructionSetFeatures &peer) const {
217 bool operator!=(const InstructionSetFeatures &peer) const {
221 bool operator<=(const InstructionSetFeatures &peer) const {
oat.h 41 const InstructionSetFeatures& instruction_set_features,
97 const InstructionSetFeatures& GetInstructionSetFeatures() const;
111 const InstructionSetFeatures& instruction_set_features,
124 InstructionSetFeatures instruction_set_features_;
instruction_set.cc 120 std::string InstructionSetFeatures::GetFeatureString() const {
oat.cc 42 const InstructionSetFeatures& instruction_set_features,
63 const InstructionSetFeatures& instruction_set_features,
152 const InstructionSetFeatures& OatHeader::GetInstructionSetFeatures() const {
  /art/compiler/dex/
compiler_ir.h 69 InstructionSetFeatures GetInstructionSetFeatures() {
  /art/compiler/
common_compiler_test.cc 69 static InstructionSetFeatures GuessInstructionFeatures() {
70 InstructionSetFeatures f;
118 // return the InstructionSetFeatures object.
119 static InstructionSetFeatures ParseFeatureList(std::string str) {
120 InstructionSetFeatures result;
290 InstructionSetFeatures instruction_set_features =
294 InstructionSetFeatures runtime_features = GuessInstructionFeatures();
oat_test.cc 97 InstructionSetFeatures insn_features;
195 InstructionSetFeatures instruction_set_features;
  /art/dex2oat/
dex2oat.cc 249 InstructionSetFeatures instruction_set_features,
511 InstructionSetFeatures instruction_set_features,
583 const InstructionSetFeatures instruction_set_features_;
732 // return the InstructionSetFeatures object.
733 static InstructionSetFeatures ParseFeatureList(std::string str) {
734 InstructionSetFeatures result;
    [all...]
  /art/compiler/driver/
compiler_driver.h 109 InstructionSetFeatures instruction_set_features,
138 InstructionSetFeatures GetInstructionSetFeatures() const {
782 const InstructionSetFeatures instruction_set_features_;
    [all...]
compiler_driver.cc 337 InstructionSetFeatures instruction_set_features,
    [all...]

Completed in 421 milliseconds