Home
last modified time | relevance | path

Searched refs:main_isolate (Results 1 – 22 of 22) sorted by relevance

/external/v8/test/cctest/interpreter/
Dtest-interpreter.cc166 handles.main_isolate()->factory()->undefined_value(); in TEST()
168 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST()
175 InterpreterTester tester(handles.main_isolate(), bytecode_array); in TEST()
185 handles.main_isolate()->factory()->undefined_value(); in TEST()
187 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST()
194 InterpreterTester tester(handles.main_isolate(), bytecode_array); in TEST()
203 Handle<Object> null_value = handles.main_isolate()->factory()->null_value(); in TEST()
205 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST()
212 InterpreterTester tester(handles.main_isolate(), bytecode_array); in TEST()
222 handles.main_isolate()->factory()->the_hole_value(); in TEST()
[all …]
/external/v8/test/cctest/compiler/
Dtest-run-bytecode-graph-builder.cc187 Isolate* isolate = scope.main_isolate(); in TEST()
224 Isolate* isolate = scope.main_isolate(); in TEST()
252 Isolate* isolate = scope.main_isolate(); in TEST()
313 Isolate* isolate = scope.main_isolate(); in TEST()
357 Isolate* isolate = scope.main_isolate(); in TEST()
415 Isolate* isolate = scope.main_isolate(); in TEST()
465 Isolate* isolate = scope.main_isolate(); in TEST()
523 Isolate* isolate = scope.main_isolate(); in TEST()
558 Isolate* isolate = scope.main_isolate(); in TEST()
597 Isolate* isolate = scope.main_isolate(); in TEST()
[all …]
Dtest-run-intrinsics.cc51 StatsCounter counter(T.main_isolate(), COUNTER_NAME); in TEST()
169 T.main_isolate()->factory()->NewRawOneByteString(3).ToHandleChecked(); in TEST()
184 T.main_isolate()->factory()->NewRawOneByteString(3).ToHandleChecked(); in TEST()
264 T.main_isolate()->factory()->NewRawTwoByteString(3).ToHandleChecked(); in TEST()
279 T.main_isolate()->factory()->NewRawTwoByteString(3).ToHandleChecked(); in TEST()
Dtest-multiple-return.cc75 RawMachineAssembler m(handles.main_isolate(), in TEST()
87 CompilationInfo info("testing", handles.main_isolate(), handles.main_zone()); in TEST()
Dfunction-tester.h28 : isolate(main_isolate()), in isolate() argument
39 : isolate(main_isolate()), in FunctionTester()
46 : isolate(main_isolate()), in FunctionTester()
Dgraph-builder-tester.h58 main_isolate(), in GraphAndBuilders()
75 Isolate* isolate() { return main_isolate(); } in isolate()
280 CompilationInfo info("testing", main_isolate(), main_zone()); in Generate()
Dtest-run-stubs.cc24 Isolate* isolate = scope.main_isolate(); in TEST()
Dcodegen-tester.h30 main_isolate(), in HandleAndZoneScope()
34 main_isolate(), new (main_zone()) Graph(main_zone()), in HandleAndZoneScope()
65 CompilationInfo info("testing", main_isolate(), main_zone()); in Generate()
Dtest-js-constant-cache.cc39 : JSCacheTesterHelper(main_isolate(), main_zone()), in JSConstantCacheTester()
40 JSGraph(main_isolate(), &main_graph_, &main_common_, &main_javascript_, in JSConstantCacheTester()
55 Factory* factory() { return main_isolate()->factory(); } in factory()
Dtest-js-context-specialization.cc27 jsgraph_(main_isolate(), graph(), common(), &javascript_, &simplified_, in ContextSpecializationTester()
33 Factory* factory() { return main_isolate()->factory(); } in factory()
Dtest-representation-change.cc25 jsgraph_(main_isolate(), main_graph_, &main_common_, &javascript_, in RepresentationChangerTester()
27 changer_(&jsgraph_, main_isolate()) { in RepresentationChangerTester()
36 Isolate* isolate() { return main_isolate(); } in isolate()
Dtest-js-typed-lowering.cc36 : isolate(main_isolate()), in JSTypedLoweringTester()
43 deps(main_isolate(), main_zone()), in JSTypedLoweringTester()
45 typer(main_isolate(), &graph), in JSTypedLoweringTester()
94 JSGraph jsgraph(main_isolate(), &graph, &common, &javascript, &simplified, in reduce()
Dtest-osr.cc49 : isolate(main_isolate()), in OsrDeconstructorTester()
52 jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr), in OsrDeconstructorTester()
Dtest-instruction.cc51 TestInstrSeq(main_isolate(), main_zone(), instruction_blocks); in allocCode()
Dtest-jump-threading.cc19 sequence_(main_isolate(), main_zone(), &blocks_), in TestCode()
Dtest-loop-analysis.cc38 : isolate(main_isolate()), in LoopFinderTester()
41 jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr), in LoopFinderTester()
Dtest-simplified-lowering.cc410 tagged_array(main_isolate()->factory()->NewByteArray( in AccessTester()
680 typer(main_isolate(), graph()), in TestingGraph()
682 jsgraph(main_isolate(), graph(), common(), &javascript, simplified(), in TestingGraph()
Dtest-machine-operator-reducer.cc56 : isolate(main_isolate()), in ReducerTester()
Dtest-run-machops.cc1074 m.main_isolate()->random_number_generator()->NextBytes(values, in TEST()
/external/v8/test/cctest/wasm/
Dwasm-run-utils.h240 Isolate* isolate() { return main_isolate(); } in isolate()
/external/v8/test/cctest/
Dtest-identity-map.cc24 Isolate* isolate() { return main_isolate(); } in isolate()
Dcctest.h594 i::Isolate* main_isolate() { return main_isolate_; } in main_isolate() function