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

  /art/compiler/
oat_test.cc 52 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U);
58 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask());
72 EXPECT_EQ(oat_method.GetCoreSpillMask(), 0U);
compiled_method.h 162 uint32_t GetCoreSpillMask() const {
common_compiler_test.cc 181 compiled_method->GetCoreSpillMask(),
oat_writer.cc 397 uint32_t core_spill_mask = compiled_method->GetCoreSpillMask();
    [all...]
  /art/compiler/optimizing/
code_generator.h 106 uint32_t GetCoreSpillMask() const { return core_spill_mask_; }
optimizing_compiler.cc 174 codegen->GetCoreSpillMask(),
  /art/runtime/
oat_file-inl.h 65 inline uint32_t OatFile::OatMethod::GetCoreSpillMask() const {
oat_file.h 135 uint32_t GetCoreSpillMask() const;
  /art/oatdump/
oatdump.cc 576 *indent2_os << StringPrintf("core_spill_mask: 0x%08x ", oat_method.GetCoreSpillMask());
577 DumpSpillMask(*indent2_os, oat_method.GetCoreSpillMask(), false);
679 uint32_t spill_mask = oat_method.GetCoreSpillMask();
709 : oat_method.GetCoreSpillMask();
712 uint32_t offset = StackVisitor::GetVRegOffset(code_item, oat_method.GetCoreSpillMask(),
    [all...]

Completed in 380 milliseconds