Home | History | Annotate | Download | only in objects

Lines Matching refs:Pc

195   // Get the safepoint entry for the given pc.
196 SafepointEntry GetSafepointEntry(Address pc);
303 // Returns true if pc is inside this object's instructions.
304 inline bool contains(Address pc);
338 void PrintDeoptLocation(FILE* out, const char* str, Address pc);
339 bool CanDeoptAt(Address pc);
558 // Returns true if pc is inside this object's instructions.
559 inline bool contains(Address pc);
869 DECL_ENTRY_ACCESSORS(Pc, Smi)