Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_arm64.h97 #define CASE_INSTRUCTION_KIND(type, unused) case \ in IsSchedulable() macro
100 FOR_EACH_SCHEDULED_SHARED_INSTRUCTION(CASE_INSTRUCTION_KIND) in IsSchedulable()
102 FOR_EACH_CONCRETE_INSTRUCTION_ARM64(CASE_INSTRUCTION_KIND) in IsSchedulable()
107 #undef CASE_INSTRUCTION_KIND in IsSchedulable()