OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8_NOINLINE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/include/
v8config.h
316
//
V8_NOINLINE
int GetMinusOne() { return -1; }
318
# define
V8_NOINLINE
__attribute__((noinline))
320
# define
V8_NOINLINE
__declspec(noinline)
322
# define
V8_NOINLINE
/* NOT SUPPORTED */
/external/chromium_org/v8/src/
globals.h
358
// Newly written code should use V8_INLINE and
V8_NOINLINE
directly.
360
#define NO_INLINE(declarator)
V8_NOINLINE
declarator
Completed in 493 milliseconds