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

  /art/runtime/
mem_map.cc 208 // If the expected_ptr is null, nothing is checked beyond the fact
209 // that the actual_ptr is not MAP_FAILED. However, if expected_ptr is
210 // non-null, we check that pointer is the actual_ptr == expected_ptr,
213 static bool CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count,
218 if (expected_ptr == nullptr) {
223 uintptr_t expected = reinterpret_cast<uintptr_t>(expected_ptr);
226 if (expected_ptr == actual_ptr) {
240 // - The kernel is not *required* to honor expected_ptr unless MAP_FIXED is
279 uint8_t* expected_ptr,
298 CHECK(expected_ptr != nullptr)
    [all...]
  /external/v8/test/cctest/
test-api.cc 1268 static void* expected_ptr; variable
    [all...]

Completed in 135 milliseconds