Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h2009 bool spansTwo4K = ((reinterpret_cast<intptr_t>(instruction) & 0xfff) == 0x002); in canBeJumpT3() local
2010 mayTriggerErrata = spansTwo4K; in canBeJumpT3()
2013 bool wouldTriggerA8Errata = spansTwo4K && targetInFirstPage; in canBeJumpT3()
2030 bool spansTwo4K = ((reinterpret_cast<intptr_t>(instruction) & 0xfff) == 0x002); in canBeJumpT4() local
2031 mayTriggerErrata = spansTwo4K; in canBeJumpT4()
2034 bool wouldTriggerA8Errata = spansTwo4K && targetInFirstPage; in canBeJumpT4()