Searched defs:INLINE (Results 1 – 15 of 15) sorted by relevance
52 INLINE(explicit List(int capacity)) { Initialize(capacity); } in INLINE() function53 INLINE(~List()) { DeleteData(data_); } in INLINE() function62 INLINE(void* operator new(size_t size)) { in INLINE() function65 INLINE(void operator delete(void* p, size_t)) { return P::Delete(p); } in INLINE() function79 INLINE(bool is_empty() const) { return length_ == 0; } in INLINE() function80 INLINE(int length() const) { return length_; } in INLINE() function81 INLINE(int capacity() const) { return capacity_; } in INLINE() function107 INLINE(T RemoveLast()) { return Remove(length_ - 1); } in INLINE() function132 INLINE(T* NewData(int n)) { return static_cast<T*>(P::New(n * sizeof(T))); } in INLINE() function133 INLINE(void DeleteData(T* data)) { P::Delete(data); } in INLINE() function
134 INLINE(static void* New(size_t size)) { return Malloced::New(size); } in INLINE() function135 INLINE(static void Delete(void* p)) { Malloced::Delete(p); } in INLINE() function
55 INLINE(Label()) { Unuse(); } in INLINE() function56 INLINE(~Label()) { ASSERT(!is_linked()); } in INLINE() function58 INLINE(void Unuse()) { pos_ = 0; } in INLINE() function60 INLINE(bool is_bound() const) { return pos_ < 0; } in INLINE() function61 INLINE(bool is_unused() const) { return pos_ == 0; } in INLINE() function62 INLINE(bool is_linked() const) { return pos_ > 0; } in INLINE() function
45 INLINE(Handle(T** location)) { location_ = location; } in INLINE() function48 INLINE(Handle()) : location_(NULL) {} in INLINE() function
566 #define INLINE(header) inline header __attribute__((always_inline)) macro568 #define INLINE(header) inline __attribute__((always_inline)) header macro571 #define INLINE(header) inline header macro
127 INLINE(static Page* FromAddress(Address a)) { in INLINE() function135 INLINE(static Page* FromAllocationTop(Address top)) { in INLINE() function174 INLINE(int Offset(Address a)) { in INLINE() function
246 INLINE(Token::Value peek()) { return scanner_.peek(); } in INLINE() function in v8::internal::Parser247 INLINE(Token::Value Next()) { return scanner_.Next(); } in INLINE() function in v8::internal::Parser
1938 INLINE(static uint32_t GetProbeOffset(uint32_t n)) { in INLINE() function
559 #define INLINE __inline macro561 #define INLINE macro
503 #define INLINE __inline macro505 #define INLINE macro
353 #define INLINE __inline__ macro356 #define INLINE /* default is to define it as empty */ macro
2 #define INLINE macro
78 #define INLINE static inline macro
375 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK, enumerator
481 #define INLINE PCDATA FONTSTYLE PHRASE SPECIAL FORMCTRL macro