/external/v8/test/cctest/interpreter/ |
D | test-interpreter.cc | 166 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/ |
D | test-run-bytecode-graph-builder.cc | 187 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 …]
|
D | test-run-intrinsics.cc | 51 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()
|
D | test-multiple-return.cc | 75 RawMachineAssembler m(handles.main_isolate(), in TEST() 87 CompilationInfo info("testing", handles.main_isolate(), handles.main_zone()); in TEST()
|
D | function-tester.h | 28 : isolate(main_isolate()), in isolate() argument 39 : isolate(main_isolate()), in FunctionTester() 46 : isolate(main_isolate()), in FunctionTester()
|
D | graph-builder-tester.h | 58 main_isolate(), in GraphAndBuilders() 75 Isolate* isolate() { return main_isolate(); } in isolate() 280 CompilationInfo info("testing", main_isolate(), main_zone()); in Generate()
|
D | test-run-stubs.cc | 24 Isolate* isolate = scope.main_isolate(); in TEST()
|
D | codegen-tester.h | 30 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()
|
D | test-js-constant-cache.cc | 39 : 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()
|
D | test-js-context-specialization.cc | 27 jsgraph_(main_isolate(), graph(), common(), &javascript_, &simplified_, in ContextSpecializationTester() 33 Factory* factory() { return main_isolate()->factory(); } in factory()
|
D | test-representation-change.cc | 25 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()
|
D | test-js-typed-lowering.cc | 36 : 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()
|
D | test-osr.cc | 49 : isolate(main_isolate()), in OsrDeconstructorTester() 52 jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr), in OsrDeconstructorTester()
|
D | test-instruction.cc | 51 TestInstrSeq(main_isolate(), main_zone(), instruction_blocks); in allocCode()
|
D | test-jump-threading.cc | 19 sequence_(main_isolate(), main_zone(), &blocks_), in TestCode()
|
D | test-loop-analysis.cc | 38 : isolate(main_isolate()), in LoopFinderTester() 41 jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr), in LoopFinderTester()
|
D | test-simplified-lowering.cc | 410 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()
|
D | test-machine-operator-reducer.cc | 56 : isolate(main_isolate()), in ReducerTester()
|
D | test-run-machops.cc | 1074 m.main_isolate()->random_number_generator()->NextBytes(values, in TEST()
|
/external/v8/test/cctest/wasm/ |
D | wasm-run-utils.h | 240 Isolate* isolate() { return main_isolate(); } in isolate()
|
/external/v8/test/cctest/ |
D | test-identity-map.cc | 24 Isolate* isolate() { return main_isolate(); } in isolate()
|
D | cctest.h | 594 i::Isolate* main_isolate() { return main_isolate_; } in main_isolate() function
|