Searched refs:number_of_stack_slots (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dscopeinfo.h83 int number_of_stack_slots() const { return stack_slots_.length(); } function in class:v8::internal::BASE_EMBEDDED
H A Dscopeinfo.cc515 if (i < number_of_stack_slots()) {
518 return context_slot_name(i - number_of_stack_slots() +
526 int number_of_locals = number_of_stack_slots();
H A Dframes.cc555 int stack_locals_count = info.number_of_stack_slots();
H A Druntime.cc6623 if (i < info.number_of_stack_slots()) {
6777 for (int i = 0; i < scope_info.number_of_stack_slots(); i++) {
7546 if (sinfo->number_of_stack_slots() > 0) {

Completed in 261 milliseconds