HomeSort by relevance Sort by last modified time
    Searched defs:sharp_type (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
mir_optimization_test.cc 47 InvokeType sharp_type; member in struct:art::MirOptimizationTest::MethodDef
263 ASSERT_EQ(def->invoke_type != kStatic, def->sharp_type != kStatic);
268 (static_cast<uint16_t>(def->sharp_type) << MirMethodLoweringInfo::kBitSharpTypeBegin) |
    [all...]
mir_optimization.cc 1530 InvokeType sharp_type = method_info.GetSharpType(); local
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 1202 InvokeType sharp_type = info.GetSharpType(); local
    [all...]

Completed in 2888 milliseconds