HomeSort by relevance Sort by last modified time
    Searched defs:code_slot (Results 1 - 3 of 3) 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...]
  /external/chromium_org/v8/src/
frames.cc 519 Object*& ExitFrame::code_slot() const { function in class:v8::internal::ExitFrame
526 return reinterpret_cast<Code*>(code_slot());
548 v->VisitPointer(&code_slot());
    [all...]
mark-compact.cc 1077 Object** code_slot = local
1123 Object** code_slot = HeapObject::RawField(code_map, local
    [all...]

Completed in 399 milliseconds