Searched refs:SafepointTable (Results 1 – 6 of 6) sorted by relevance
46 if (bits_[i] != SafepointTable::kNoRegisters) return true; in HasRegisters()61 SafepointTable::SafepointTable(Code* code) { in SafepointTable() function in v8::internal::SafepointTable76 SafepointEntry SafepointTable::FindEntry(Address pc) const { in FindEntry()86 void SafepointTable::PrintEntry(unsigned index) const { in PrintEntry()111 void SafepointTable::PrintBits(uint8_t byte, int digits) { in PrintBits()196 bits[j] = SafepointTable::kNoRegisters; in Emit()
114 class SafepointTable BASE_EMBEDDED {116 explicit SafepointTable(Code* code);175 DISALLOW_COPY_AND_ASSIGN(SafepointTable);
6344 SafepointTable table(this); in GetSafepointEntry()6637 SafepointTable table(this); in Disassemble()
67 SafepointTable table(*code); in EnsureRelocSpaceForLazyDeoptimization()157 SafepointTable table(code); in DeoptimizeFunction()
69 SafepointTable table(function->code()); in DeoptimizeFunction()
94 SafepointTable table_;