Home
last modified time | relevance | path

Searched defs:INLINE (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dlist.h52 INLINE(explicit List(int capacity)) { Initialize(capacity); } in INLINE() function
53 INLINE(~List()) { DeleteData(data_); } in INLINE() function
62 INLINE(void* operator new(size_t size)) { in INLINE() function
65 INLINE(void operator delete(void* p, size_t)) { return P::Delete(p); } in INLINE() function
79 INLINE(bool is_empty() const) { return length_ == 0; } in INLINE() function
80 INLINE(int length() const) { return length_; } in INLINE() function
81 INLINE(int capacity() const) { return capacity_; } in INLINE() function
107 INLINE(T RemoveLast()) { return Remove(length_ - 1); } in INLINE() function
132 INLINE(T* NewData(int n)) { return static_cast<T*>(P::New(n * sizeof(T))); } in INLINE() function
133 INLINE(void DeleteData(T* data)) { P::Delete(data); } in INLINE() function
Dallocation.h134 INLINE(static void* New(size_t size)) { return Malloced::New(size); } in INLINE() function
135 INLINE(static void Delete(void* p)) { Malloced::Delete(p); } in INLINE() function
Dassembler.h55 INLINE(Label()) { Unuse(); } in INLINE() function
56 INLINE(~Label()) { ASSERT(!is_linked()); } in INLINE() function
58 INLINE(void Unuse()) { pos_ = 0; } in INLINE() function
60 INLINE(bool is_bound() const) { return pos_ < 0; } in INLINE() function
61 INLINE(bool is_unused() const) { return pos_ == 0; } in INLINE() function
62 INLINE(bool is_linked() const) { return pos_ > 0; } in INLINE() function
Dhandles.h45 INLINE(Handle(T** location)) { location_ = location; } in INLINE() function
48 INLINE(Handle()) : location_(NULL) {} in INLINE() function
Dglobals.h566 #define INLINE(header) inline header __attribute__((always_inline)) macro
568 #define INLINE(header) inline __attribute__((always_inline)) header macro
571 #define INLINE(header) inline header macro
Dspaces.h127 INLINE(static Page* FromAddress(Address a)) { in INLINE() function
135 INLINE(static Page* FromAllocationTop(Address top)) { in INLINE() function
174 INLINE(int Offset(Address a)) { in INLINE() function
Dparser.cc246 INLINE(Token::Value peek()) { return scanner_.peek(); } in INLINE() function in v8::internal::Parser
247 INLINE(Token::Value Next()) { return scanner_.Next(); } in INLINE() function in v8::internal::Parser
Dobjects.h1938 INLINE(static uint32_t GetProbeOffset(uint32_t n)) { in INLINE() function
/external/dropbear/libtomcrypt/src/hashes/
Dtiger.c559 #define INLINE __inline macro
561 #define INLINE macro
/external/dropbear/libtomcrypt/src/ciphers/
Dcast5.c503 #define INLINE __inline macro
505 #define INLINE macro
/external/jpeg/
Djmorecfg.h353 #define INLINE __inline__ macro
356 #define INLINE /* default is to define it as empty */ macro
/external/libvpx/
Dvpx_config.h2 #define INLINE macro
/external/qemu/fpu/
Dsoftfloat.h78 #define INLINE static inline macro
/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h375 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK, enumerator
/external/libxml2/
DHTMLparser.c481 #define INLINE PCDATA FONTSTYLE PHRASE SPECIAL FORMCTRL macro