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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 55 extern uint32_t JniMethodStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
56 extern uint32_t JniMethodFastStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
58 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
60 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
62 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
65 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
68 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
72 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
78 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
82 NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
    [all...]
  /art/runtime/base/
macros.h 75 #define HOT_ATTR
78 #define HOT_ATTR __attribute__ ((hot))
  /art/runtime/mirror/
object.h 645 void VisitFieldsReferences(uint32_t ref_offsets, const Visitor& visitor) HOT_ATTR
650 void VisitInstanceFieldsReferences(ObjPtr<mirror::Class> klass, const Visitor& visitor) HOT_ATTR
655 void VisitStaticFieldsReferences(ObjPtr<mirror::Class> klass, const Visitor& visitor) HOT_ATTR
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc     [all...]

Completed in 2149 milliseconds