OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_stack_space
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/x64/
macro-assembler-x64.h
314
// Allocates
arg_stack_space
* kPointerSize memory (not GCed) on the stack
316
void EnterExitFrame(int
arg_stack_space
= 0, bool save_doubles = false);
318
// Enter specific kind of exit frame. Allocates
arg_stack_space
* kPointerSize
320
void EnterApiExitFrame(int
arg_stack_space
);
[
all
...]
macro-assembler-x64.cc
703
void MacroAssembler::PrepareCallApiFunction(int
arg_stack_space
) {
704
EnterApiExitFrame(
arg_stack_space
);
[
all
...]
code-stubs-x64.cc
2209
int
arg_stack_space
= (result_size() < 2 ? 2 : 4);
local
2211
int
arg_stack_space
= 0;
local
[
all
...]
Completed in 157 milliseconds