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

  /external/v8/test/cctest/
test-heap.cc 262 static void VerifyStringAllocation(const char* string) {
275 VerifyStringAllocation("a");
276 VerifyStringAllocation("ab");
277 VerifyStringAllocation("abc");
278 VerifyStringAllocation("abcd");
279 VerifyStringAllocation("fiskerdrengen er paa havet");
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 319 static void VerifyStringAllocation(Isolate* isolate, const char* string) {
333 VerifyStringAllocation(isolate, "a");
334 VerifyStringAllocation(isolate, "ab");
335 VerifyStringAllocation(isolate, "abc");
336 VerifyStringAllocation(isolate, "abcd");
337 VerifyStringAllocation(isolate, "fiskerdrengen er paa havet");
    [all...]

Completed in 184 milliseconds