Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86_64.cc2325 static void CreateOneBitLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is_high) { in CreateOneBitLocations() function
2429 CreateOneBitLocations(allocator_, invoke, /* is_high= */ true); in VisitIntegerHighestOneBit()
2437 CreateOneBitLocations(allocator_, invoke, /* is_high= */ true); in VisitLongHighestOneBit()
2445 CreateOneBitLocations(allocator_, invoke, /* is_high= */ false); in VisitIntegerLowestOneBit()
2453 CreateOneBitLocations(allocator_, invoke, /* is_high= */ false); in VisitLongLowestOneBit()