OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arguments_bytes
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/ia32/
full-codegen-ia32.cc
319
int
arguments_bytes
= (scope()->num_parameters() + 1) * kPointerSize;
local
320
__ Ret(
arguments_bytes
, ecx);
[
all
...]
/external/v8/src/x64/
full-codegen-x64.cc
315
int
arguments_bytes
= (scope()->num_parameters() + 1) * kPointerSize;
local
316
__ Ret(
arguments_bytes
, rcx);
[
all
...]
Completed in 94 milliseconds