Home
last modified time | relevance | path

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

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