Searched defs:start_of_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform-freebsd.cc181 char* start_of_path = index(buffer, '/'); local
183 if (start_of_path == NULL) continue;
185 LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
/external/v8/src/
H A Dplatform-freebsd.cc298 char* start_of_path = index(buffer, '/'); local
300 if (start_of_path == NULL) continue;
302 LOG(i::Isolate::Current(), SharedLibraryEvent(start_of_path, start, end));

Completed in 54 milliseconds