Searched refs:code_slot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dframes.cc494 Object*& ExitFrame::code_slot() const { function in class:v8::internal::ExitFrame
501 return reinterpret_cast<Code*>(code_slot());
527 v->VisitPointer(&code_slot());
H A Dframes.h421 Object*& code_slot() const;
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc1091 Object** code_slot = local
1093 isolate_->heap()->mark_compact_collector()->RecordSlot(code_slot, code_slot,
1094 *code_slot);

Completed in 132 milliseconds