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

  /art/compiler/driver/
compiler_driver.cc     [all...]
compiler_driver.h 536 InvokeType sharp_type,
    [all...]
  /art/compiler/dex/
mir_optimization.cc 1530 InvokeType sharp_type = method_info.GetSharpType(); local
    [all...]
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...]
  /art/compiler/dex/quick/
ralloc_util.cc 1202 InvokeType sharp_type = info.GetSharpType(); local
    [all...]

Completed in 2286 milliseconds