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 205 // If the expected_ptr is null, nothing is checked beyond the fact
206 // that the actual_ptr is not MAP_FAILED. However, if expected_ptr is
207 // non-null, we check that pointer is the actual_ptr == expected_ptr,
210 static bool CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count,
215 if (expected_ptr == nullptr) {
220 uintptr_t expected = reinterpret_cast<uintptr_t>(expected_ptr);
223 if (expected_ptr == actual_ptr) {
237 // - The kernel is not *required* to honor expected_ptr unless MAP_FIXED is
276 uint8_t* expected_ptr,
295 CHECK(expected_ptr != nullptr)
    [all...]
  /external/v8/test/cctest/
test-api.cc 1297 static void* expected_ptr; variable
    [all...]

Completed in 253 milliseconds