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

/external/v8/src/
H A Dframes.cc559 Object*& ExitFrame::code_slot() const { function in class:v8::internal::ExitFrame
566 return reinterpret_cast<Code*>(code_slot());
592 v->VisitPointer(&code_slot());
H A Dframes.h616 Object*& code_slot() const;
/external/v8/src/heap/
H A Dmark-compact.cc1036 Object** code_slot = local
1038 isolate_->heap()->mark_compact_collector()->RecordSlot(candidate, code_slot,
1039 *code_slot);

Completed in 94 milliseconds