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

  /external/v8/src/
scopeinfo.cc 58 context_modes_(scope->num_heap_slots()) {
118 context_modes_.length());
120 context_modes_.Add(heap_locals[i]->mode());
143 context_modes_.length());
145 context_modes_.Add(Variable::INTERNAL);
252 context_modes_(8) {
259 p = ReadList<Allocator>(p, &context_slots_, &context_modes_);
330 p = WriteList(p, &context_slots_, &context_modes_);
scopeinfo.h 151 List<Variable::Mode, Allocator > context_modes_; member in class:v8::internal::BASE_EMBEDDED

Completed in 38 milliseconds