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

  /external/v8/src/
scopeinfo.h 88 int number_of_context_slots() const { function in class:v8::internal::BASE_EMBEDDED
scopeinfo.cc 527 if (number_of_context_slots() > 0) {
528 ASSERT(number_of_context_slots() >= Context::MIN_CONTEXT_SLOTS);
529 number_of_locals += number_of_context_slots() - Context::MIN_CONTEXT_SLOTS;
frames.cc 556 int heap_locals_count = info.number_of_context_slots();
runtime.cc     [all...]

Completed in 2510 milliseconds