Home | Sort by relevance Sort by last modified time |
/external/v8/src/ | |
frames.cc | 500 Object*& ExitFrame::code_slot() const { function in class:v8::internal::ExitFrame 507 return reinterpret_cast<Code*>(code_slot()); 529 v->VisitPointer(&code_slot()); [all...] |
frames.h | 356 Object*& code_slot() const; |
/external/chromium_org/v8/src/ | |
mark-compact.cc | 1053 Object** code_slot = local 1099 Object** code_slot = HeapObject::RawField(code_map, local [all...] |
frames.cc | 517 Object*& ExitFrame::code_slot() const { function in class:v8::internal::ExitFrame 524 return reinterpret_cast<Code*>(code_slot()); 546 v->VisitPointer(&code_slot()); [all...] |
frames.h | 421 Object*& code_slot() const; |