HomeSort by relevance Sort by last modified time
    Searched defs:value_long (Results 1 - 2 of 2) sorted by null

  /art/runtime/
stack.cc 178 int64_t value_long = static_cast<int64_t>(ptr_val); local
180 ptr_val = static_cast<uintptr_t>(value_long & 0xFFFFFFFF);
182 ptr_val = static_cast<uintptr_t>(value_long >> 32);
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 53 milliseconds