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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 50 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/
macros.h 171 #define HOT_ATTR
174 #define HOT_ATTR __attribute__ ((hot))
  /art/runtime/mirror/
object.h 349 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/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]

Completed in 4673 milliseconds