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

  /external/v8/src/
frames.cc 577 Object*& ExitFrame::code_slot() const { function in class:v8::internal::ExitFrame
583 return reinterpret_cast<Code*>(code_slot());
610 v->VisitPointer(&code_slot());
    [all...]
  /external/v8/src/heap/
mark-compact.cc 976 Object** code_slot = local
    [all...]

Completed in 71 milliseconds