#include "allocation.h"
#include "zone.h"
Go to the source code of this file.
#define F |
( |
|
name, |
|
|
|
nargs, |
|
|
|
ressize |
|
) |
| k##name, |
#define F |
( |
|
name, |
|
|
|
nargs, |
|
|
|
ressize |
|
) |
| kInline##name, |
#define INLINE_FUNCTION_LIST |
( |
|
F | ) |
|
Value:
F(IsNonNegativeSmi, 1, 1)
\
F(IsConstructCall, 0, 1)
\
F(CallFunction, -1 , 1)
\
F(ArgumentsLength, 0, 1)
\
F(StringCharFromCode, 1, 1)
\
F(RandomHeapNumber, 0, 1)
\
F(IsUndetectableObject, 1, 1)
\
F(IsStringWrapperSafeForDefaultValueOf, 1, 1)
\
F(IsRegExpEquivalent, 2, 1)
\
F(HasCachedArrayIndex, 1, 1)
\
F(GetCachedArrayIndex, 1, 1)
\
F(FastAsciiArrayJoin, 2, 1)
#define F(name, nargs, ressize)
Definition at line 493 of file runtime.h.
#define INLINE_RUNTIME_FUNCTION_LIST |
( |
|
F | ) |
|
Value:
F(StringCharCodeAt, 2, 1)
\
F(RegExpConstructResult, 3, 1)
\
Handle< String > SubString(Handle< String > str, int start, int end, PretenureFlag pretenure)
#define F(name, nargs, ressize)
Definition at line 531 of file runtime.h.
#define RUNTIME_FUNCTION_LIST |
( |
|
F | ) |
|
Value:
#define RUNTIME_FUNCTION_LIST_ALWAYS_2(F)
#define RUNTIME_FUNCTION_LIST_ALWAYS_1(F)
#define F(name, nargs, ressize)
#define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F)
#define RUNTIME_FUNCTION_LIST_DEBUG(F)
Definition at line 483 of file runtime.h.
#define RUNTIME_FUNCTION_LIST_ALWAYS_1 |
( |
|
F | ) |
|
#define RUNTIME_FUNCTION_LIST_ALWAYS_2 |
( |
|
F | ) |
|
#define RUNTIME_FUNCTION_LIST_DEBUG |
( |
|
F | ) |
|
#define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT |
( |
|
F | ) |
|