OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
318
static void
VerifyStringAllocation
(Isolate* isolate, const char* string) {
332
VerifyStringAllocation
(isolate, "a");
333
VerifyStringAllocation
(isolate, "ab");
334
VerifyStringAllocation
(isolate, "abc");
335
VerifyStringAllocation
(isolate, "abcd");
336
VerifyStringAllocation
(isolate, "fiskerdrengen er paa havet");
[
all
...]
Completed in 32 milliseconds