OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:context_locals
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
scopeinfo.cc
44
ZoneList<Variable*>
context_locals
(scope->ContextLocalCount());
45
scope->CollectStackAndContextLocals(&stack_locals, &
context_locals
);
47
const int context_local_count =
context_locals
.length();
112
context_locals
.Sort(&Variable::CompareIndex);
117
scope_info->set(index++, *
context_locals
[i]->name());
123
Variable* var =
context_locals
[i];
188
int
context_locals
= ContextLocalCount();
local
191
bool has_context =
context_locals
> 0 ||
196
return Context::MIN_CONTEXT_SLOTS +
context_locals
+
profile-generator.cc
2076
int
context_locals
= scope_info->ContextLocalCount();
local
[
all
...]
Completed in 515 milliseconds