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

  /external/v8/src/
contexts.cc 262 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
contexts.h 296 NEXT_CONTEXT_LINK, // Weak.
bootstrapper.cc 664 ASSERT(context->get(Context::NEXT_CONTEXT_LINK)->IsUndefined());
668 current = Context::cast(current)->get(Context::NEXT_CONTEXT_LINK)) {
673 context->set(Context::NEXT_CONTEXT_LINK, heap->global_contexts_list());
    [all...]
incremental-marking.cc 703 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
heap.cc 707 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
728 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
    [all...]
deoptimizer.cc 319 context = Context::cast(context)->get(Context::NEXT_CONTEXT_LINK);
    [all...]
mark-compact.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc 990 object = Context::cast(object)->get(Context::NEXT_CONTEXT_LINK);
    [all...]

Completed in 54 milliseconds