HomeSort by relevance Sort by last modified time
    Searched refs:CcTest (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/v8/test/cctest/
test-func-name-inference.cc 34 #include "test/cctest/cctest.h"
54 Isolate* isolate = CcTest::i_isolate();
84 CHECK(shared_func_info_ptr != CcTest::heap()->undefined_value());
101 CcTest::InitializeVM();
102 v8::HandleScope scope(CcTest::isolate());
105 CcTest::isolate(),
114 CcTest::InitializeVM();
115 v8::HandleScope scope(CcTest::isolate());
118 CcTest::isolate()
    [all...]
test-mementos.cc 28 #include "test/cctest/cctest.h"
34 Isolate* isolate = CcTest::i_isolate();
57 CcTest::InitializeVM();
59 v8::HandleScope scope(CcTest::isolate());
66 CcTest::i_isolate()->heap()->CollectAllGarbage(
72 CcTest::InitializeVM();
74 v8::HandleScope scope(CcTest::isolate());
79 CcTest::i_isolate()->heap()->CollectGarbage(i::NEW_SPACE);
84 CcTest::InitializeVM()
    [all...]
test-object-observe.cc 30 #include "test/cctest/cctest.h"
37 HandleScope scope(CcTest::isolate());
38 LocalContext context1(CcTest::isolate());
55 LocalContext context2(CcTest::isolate());
57 context2->Global()->Set(String::NewFromUtf8(CcTest::isolate(), "obj"),
64 LocalContext context3(CcTest::isolate());
66 context3->Global()->Set(String::NewFromUtf8(CcTest::isolate(), "obj"),
72 LocalContext context4(CcTest::isolate());
75 String::NewFromUtf8(CcTest::isolate(), "observer"), observer)
    [all...]
test-heap.cc 39 #include "test/cctest/cctest.h"
45 MarkCompactCollector* collector = CcTest::heap()->mark_compact_collector();
46 IncrementalMarking* marking = CcTest::heap()->incremental_marking();
65 CHECK(CcTest::heap()->Contains(map));
67 CHECK_EQ(CcTest::heap()->meta_map(), map->map());
74 CcTest::InitializeVM();
75 Heap* heap = CcTest::heap();
141 CcTest::InitializeVM();
142 Isolate* isolate = CcTest::i_isolate()
    [all...]