Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc527 Object*& ExitFrame::code_slot() const { in code_slot() function in v8::internal::ExitFrame
534 return reinterpret_cast<Code*>(code_slot()); in unchecked_code()
560 v->VisitPointer(&code_slot()); in Iterate()
Dframes.h445 Object*& code_slot() const;
/external/v8/src/heap/
Dmark-compact.cc1039 Object** code_slot = in ProcessSharedFunctionInfoCandidates() local
1041 isolate_->heap()->mark_compact_collector()->RecordSlot(candidate, code_slot, in ProcessSharedFunctionInfoCandidates()
1042 *code_slot); in ProcessSharedFunctionInfoCandidates()