Searched defs:i_isolate (Results 1 - 18 of 18) sorted by relevance

/external/v8/test/fuzzer/
H A Dparser.cc24 v8::internal::Isolate* i_isolate = local
26 v8::internal::Factory* factory = i_isolate->factory();
36 v8::internal::Zone zone(i_isolate->allocator());
H A Dwasm-asmjs.cc22 v8::internal::Isolate* i_isolate = local
26 if (i_isolate->has_pending_exception()) {
27 i_isolate->clear_pending_exception();
34 v8::internal::WasmJs::InstallWasmFunctionMap(i_isolate,
35 i_isolate->native_context());
36 v8::internal::wasm::testing::CompileAndRunWasmModule(i_isolate, data,
H A Dwasm.cc22 v8::internal::Isolate* i_isolate = local
26 if (i_isolate->has_pending_exception()) {
27 i_isolate->clear_pending_exception();
34 v8::internal::WasmJs::InstallWasmFunctionMap(i_isolate,
35 i_isolate->native_context());
36 v8::internal::wasm::testing::CompileAndRunWasmModule(i_isolate, data,
H A Dregexp.cc35 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
36 i::Factory* factory = i_isolate->factory();
/external/v8/test/cctest/heap/
H A Dtest-page-promotion.cc34 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
39 Heap* heap = i_isolate->heap();
67 Isolate* i_isolate = reinterpret_cast<Isolate*>(isolate); local
72 Heap* heap = i_isolate->heap();
93 Isolate* i_isolate = reinterpret_cast<Isolate*>(isolate); local
98 Heap* heap = i_isolate->heap();
105 i_isolate->factory()->NewJSArrayBuffer(SharedFlag::kNotShared);
106 JSArrayBuffer::SetupAllocatingData(buffer, i_isolate, 100);
H A Dtest-array-buffer-tracker.cc299 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
304 Heap* heap = i_isolate->heap();
H A Dtest-spaces.cc203 Isolate* isolate = CcTest::i_isolate();
247 Isolate* isolate = CcTest::i_isolate();
302 Isolate* isolate = CcTest::i_isolate();
352 Isolate* isolate = CcTest::i_isolate();
379 Isolate* isolate = CcTest::i_isolate();
402 Isolate* isolate = CcTest::i_isolate();
486 Isolate* isolate = CcTest::i_isolate();
562 void testAllocationObserver(Isolate* i_isolate, T* space) { argument
613 PauseAllocationObserversScope pause_observers(i_isolate->heap());
639 Isolate* i_isolate local
662 Isolate* i_isolate = reinterpret_cast<Isolate*>(isolate); local
[all...]
H A Dtest-heap.cc136 Isolate* isolate = CcTest::i_isolate();
146 Isolate* isolate = CcTest::i_isolate();
206 CcTest::i_isolate()->context()->global_object());
251 Isolate* isolate = CcTest::i_isolate();
438 Isolate* isolate = CcTest::i_isolate();
447 CcTest::i_isolate()->context()->global_object());
526 Isolate* isolate = CcTest::i_isolate();
538 Isolate* isolate = CcTest::i_isolate();
593 Isolate* isolate = CcTest::i_isolate();
635 Isolate* isolate = CcTest::i_isolate();
1237 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
3881 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5478 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5557 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
[all...]
/external/v8/test/cctest/
H A Dtest-random-number-generator.cc70 Isolate* i_isolate = reinterpret_cast<Isolate*>(isolate); local
71 v8::base::RandomNumberGenerator* rng = i_isolate->random_number_generator();
H A Dtest-deoptimization.cc138 NonIncrementalGC(CcTest::i_isolate());
146 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
158 NonIncrementalGC(CcTest::i_isolate());
166 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
184 NonIncrementalGC(CcTest::i_isolate());
192 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
205 NonIncrementalGC(CcTest::i_isolate());
213 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
232 NonIncrementalGC(CcTest::i_isolate());
245 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate()));
419 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
490 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>((*env)->GetIsolate()); local
527 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
557 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
587 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
617 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
647 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
677 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
741 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
841 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
[all...]
H A Dcctest.h100 return i_isolate();
103 static i::Isolate* i_isolate() { function in class:CcTest
108 return i_isolate()->heap();
H A Dtest-serialize.cc920 Isolate* isolate = CcTest::i_isolate();
970 Isolate* isolate = CcTest::i_isolate();
1000 Isolate* isolate = CcTest::i_isolate();
1059 Isolate* isolate = CcTest::i_isolate();
1106 Isolate* isolate = CcTest::i_isolate();
1163 Isolate* isolate = CcTest::i_isolate();
1273 Isolate* isolate = CcTest::i_isolate();
1335 Isolate* isolate = CcTest::i_isolate();
1393 Isolate* isolate = CcTest::i_isolate();
1795 Isolate* i_isolate local
[all...]
H A Dtest-debug.cc252 v8::internal::Isolate* isolate = CcTest::i_isolate();
307 v8::internal::Debug* debug = CcTest::i_isolate()->debug();
331 v8::internal::Debug* debug = CcTest::i_isolate()->debug();
336 static void ClearStepping() { CcTest::i_isolate()->debug()->ClearStepping(); }
346 Debug* debug = CcTest::i_isolate()->debug();
359 CcTest::i_isolate()->factory()->NewFixedArray(count);
376 CHECK(CcTest::i_isolate()->debug()->debug_context().is_null());
377 CHECK(!CcTest::i_isolate()->debug()->debug_info_list_);
523 v8::internal::Isolate* isolate = CcTest::i_isolate();
615 v8::internal::Debug* debug = CcTest::i_isolate()
8003 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
[all...]
H A Dtest-api.cc453 CcTest::i_isolate()->compilation_cache()->Clear();
484 CcTest::i_isolate()->compilation_cache()->Clear();
518 CcTest::i_isolate()->compilation_cache()->Clear();
544 CcTest::i_isolate()->compilation_cache()->Clear();
629 i::Factory* factory = CcTest::i_isolate()->factory();
651 i::Factory* factory = CcTest::i_isolate()->factory();
812 CcTest::i_isolate()->compilation_cache()->Clear();
835 CcTest::i_isolate()->compilation_cache()->Clear();
893 CcTest::i_isolate()->compilation_cache()->Clear();
2794 i::Isolate* i_isolate local
14746 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
19547 v8::internal::Isolate* i_isolate = local
21511 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
21600 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
22789 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
[all...]
/external/v8/src/
H A Dapi-experimental.cc56 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
58 new internal::FastAccessorAssembler(i_isolate);
H A Dapi.cc1128 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate(); local
1129 ENTER_V8(i_isolate);
1131 i_isolate);
1132 if (result->IsUndefined(i_isolate)) {
1135 *ObjectTemplateNew(i_isolate, Local<FunctionTemplate>(), true));
1192 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
1195 LOG_API(i_isolate, FunctionTemplate, New);
1196 ENTER_V8(i_isolate);
1197 auto templ = FunctionTemplateNew(i_isolate, callback, nullptr, data,
1205 i::Isolate* i_isolate local
1222 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
1430 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
2597 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
2630 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
5841 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6008 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6032 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6107 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate(); local
6113 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6123 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6143 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6191 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6241 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6306 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6351 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6459 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6786 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6801 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6977 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6994 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7007 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7040 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7048 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7056 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7062 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7068 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7074 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7080 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7091 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7408 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
7431 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
8042 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
8072 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
8109 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
8193 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
8204 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
8729 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
[all...]
/external/v8/test/cctest/interpreter/
H A Dbytecode-expectations-printer.h106 i::Isolate* i_isolate() const { function in class:v8::internal::interpreter::final
/external/v8/src/wasm/
H A Dwasm-js.cc296 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); local
307 i_isolate->factory()->NewJSObject(module_cons);
383 static i::Handle<i::FunctionTemplateInfo> NewTemplate(i::Isolate* i_isolate, argument
385 Isolate* isolate = reinterpret_cast<Isolate*>(i_isolate);

Completed in 1174 milliseconds