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

  /art/runtime/interpreter/
interpreter_switch_impl0.cc 26 template HOT_ATTR
interpreter_switch_impl2.cc 26 template HOT_ATTR
  /art/runtime/entrypoints/quick/
quick_entrypoints.h 56 extern uint32_t JniMethodStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
57 extern uint32_t JniMethodFastStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
59 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
61 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
63 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
66 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
69 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
73 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
79 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
83 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
    [all...]
  /art/libartbase/base/
macros.h 83 #define HOT_ATTR
86 #define HOT_ATTR __attribute__ ((hot))
  /art/runtime/mirror/
object.h 693 void VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) HOT_ATTR
698 void VisitInstanceFieldsReferences(ObjPtr<mirror::Class> klass, const Visitor& visitor) HOT_ATTR
    [all...]

Completed in 1082 milliseconds