Lines Matching refs:CcTest
40 Heap* heap = CcTest::heap(); in AllocateAfterFailures()
51 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()
82 heap->CopyCode(CcTest::i_isolate()->builtins()->builtin( in AllocateAfterFailures()
94 CcTest::heap()->CollectAllAvailableGarbage("panic"); in TestAllocateAfterFailures()
95 AlwaysAllocateScope scope(CcTest::i_isolate()); in TestAllocateAfterFailures()
96 return handle(AllocateAfterFailures().ToObjectChecked(), CcTest::i_isolate()); in TestAllocateAfterFailures()
101 v8::HandleScope scope(CcTest::isolate()); in HEAP_TEST()
102 v8::Local<v8::Context> env = v8::Context::New(CcTest::isolate()); in HEAP_TEST()
137 Isolate* isolate = CcTest::i_isolate(); in TEST()
139 v8::HandleScope scope(CcTest::isolate()); in TEST()
140 v8::Local<v8::Context> env = v8::Context::New(CcTest::isolate()); in TEST()
147 function->ReplaceCode(CcTest::i_isolate()->builtins()->builtin( in TEST()
164 ->Set(env, v8::String::NewFromUtf8(CcTest::isolate(), "Foo", in TEST()
172 env, v8::String::NewFromUtf8(CcTest::isolate(), "(new Foo).get", in TEST()
212 CcTest::InitializeVM(); in TEST()
213 CodeRange code_range(reinterpret_cast<Isolate*>(CcTest::isolate())); in TEST()