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.h349 void VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) HOT_ATTR
352 void VisitInstanceFieldsReferences(mirror::Class* klass, const Visitor& visitor) HOT_ATTR
355 void VisitStaticFieldsReferences(mirror::Class* klass, const Visitor& visitor) HOT_ATTR
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2442 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR
2446 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR
Dinterpreter_switch_impl.cc2176 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR
2180 template SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) HOT_ATTR