HomeSort by relevance Sort by last modified time
    Searched refs:code_slot (Results 1 - 2 of 2) sorted by null

  /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;

Completed in 130 milliseconds