Home
last modified time | relevance | path

Searched defs:is_high (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack.cc377 const bool is_high = (location_kind == DexRegisterLocation::Kind::kInRegisterHigh) || in GetRegisterIfAccessible() local
/art/compiler/optimizing/
Dintrinsics_x86_64.cc2325 static void CreateOneBitLocations(ArenaAllocator* allocator, HInvoke* invoke, bool is_high) { in CreateOneBitLocations()
2337 bool is_high, bool is_long) { in GenOneBit()