HomeSort by relevance Sort by last modified time
    Searched refs:HOT_ATTR (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 143 extern uint32_t JniMethodStart(Thread* self) UNLOCK_FUNCTION(Locks::mutator_lock_) HOT_ATTR;
145 UNLOCK_FUNCTION(Locks::mutator_lock_) HOT_ATTR;
147 SHARED_LOCK_FUNCTION(Locks::mutator_lock_) HOT_ATTR;
150 SHARED_LOCK_FUNCTION(Locks::mutator_lock_) HOT_ATTR;
153 SHARED_LOCK_FUNCTION(Locks::mutator_lock_) HOT_ATTR;
158 SHARED_LOCK_FUNCTION(Locks::mutator_lock_) HOT_ATTR;
  /art/runtime/base/
macros.h 140 #define HOT_ATTR
142 #define HOT_ATTR __attribute__ ((hot))

Completed in 159 milliseconds