Home
last modified time | relevance | path

Searched refs:HOT_ATTR (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h50 extern uint32_t JniMethodStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
52 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
54 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
57 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
60 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
65 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
/art/runtime/base/
Dmacros.h171 #define HOT_ATTR macro
174 #define HOT_ATTR __attribute__ ((hot)) macro
/art/runtime/mirror/
Dobject.h375 void VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) HOT_ATTR
378 void VisitInstanceFieldsReferences(mirror::Class* klass, const Visitor& visitor) HOT_ATTR
381 void VisitStaticFieldsReferences(mirror::Class* klass, const Visitor& visitor) HOT_ATTR
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2446 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR
2450 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR
Dinterpreter_switch_impl.cc2180 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR
2184 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR