OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_slot_index
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/ast/
scopeinfo.cc
119
int
first_slot_index
;
local
121
first_slot_index
= stack_locals[0]->index();
123
first_slot_index
= 0;
126
scope_info->set(index++, Smi::FromInt(
first_slot_index
));
129
DCHECK(stack_locals[i]->index() ==
first_slot_index
+ i);
265
const int
first_slot_index
= 0;
local
267
scope_info->set(index++, Smi::FromInt(
first_slot_index
));
437
int
first_slot_index
= Smi::cast(get(StackLocalFirstSlotIndex()))->value();
local
438
return
first_slot_index
+ var;
517
int
first_slot_index
= Smi::cast(get(StackLocalFirstSlotIndex()))->value()
local
[
all
...]
Completed in 94 milliseconds