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

  /art/runtime/
oat_file-inl.h 58 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const {
oat_file.h 138 uint32_t GetCoreSpillMask() const;
  /art/compiler/
oat_test.cc 75 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U);
81 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask());
    [all...]
common_compiler_test.cc 70 compiled_method->GetCoreSpillMask(),
compiled_method.h 422 uint32_t GetCoreSpillMask() const {
oat_writer.cc 842 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask();
    [all...]
  /art/compiler/optimizing/
code_generator.h 229 uint32_t GetCoreSpillMask() const { return core_spill_mask_; }
    [all...]
optimizing_compiler.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 336 milliseconds