Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h60 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
62 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
64 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
67 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
70 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
74 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
80 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
85 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
87 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
91 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
[all …]
/aosp12/art/libartbase/base/
H A Dmacros.h85 #define HOT_ATTR macro
88 #define HOT_ATTR __attribute__ ((hot)) macro
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl0.cc26 template HOT_ATTR
H A Dinterpreter_switch_impl2.cc26 template HOT_ATTR
/aosp12/art/runtime/mirror/
H A Dobject.h697 void VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) HOT_ATTR
702 void VisitInstanceFieldsReferences(ObjPtr<mirror::Class> klass, const Visitor& visitor) HOT_ATTR
707 void VisitStaticFieldsReferences(ObjPtr<mirror::Class> klass, const Visitor& visitor) HOT_ATTR