OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stack_parameter_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/v8/src/
code-stubs-hydrogen.cc
154
HInstruction*
stack_parameter_count
= NULL;
local
164
stack_parameter_count
= param;
165
arguments_length_ =
stack_parameter_count
;
171
stack_parameter_count
= graph()->GetConstantMinus1();
186
HInstruction* stack_pop_count =
stack_parameter_count
;
188
if (!
stack_parameter_count
->IsConstant() &&
191
stack_pop_count = AddUncasted<HAdd>(
stack_parameter_count
, constant_one);
193
// TODO(mvstanton): verify that
stack_parameter_count
+1 really fits in a
[
all
...]
Completed in 163 milliseconds