HomeSort by relevance Sort by last modified time
    Searched refs:main_isolate (Results 1 - 22 of 22) sorted by null

  /external/v8/test/cctest/interpreter/
test-interpreter.cc 166 handles.main_isolate()->factory()->undefined_value();
168 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone());
175 InterpreterTester tester(handles.main_isolate(), bytecode_array);
185 handles.main_isolate()->factory()->undefined_value();
187 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone());
194 InterpreterTester tester(handles.main_isolate(), bytecode_array);
203 Handle<Object> null_value = handles.main_isolate()->factory()->null_value();
205 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone());
212 InterpreterTester tester(handles.main_isolate(), bytecode_array);
222 handles.main_isolate()->factory()->the_hole_value()
    [all...]
  /external/v8/test/cctest/compiler/
test-run-bytecode-graph-builder.cc 187 Isolate* isolate = scope.main_isolate();
224 Isolate* isolate = scope.main_isolate();
252 Isolate* isolate = scope.main_isolate();
313 Isolate* isolate = scope.main_isolate();
357 Isolate* isolate = scope.main_isolate();
415 Isolate* isolate = scope.main_isolate();
465 Isolate* isolate = scope.main_isolate();
523 Isolate* isolate = scope.main_isolate();
558 Isolate* isolate = scope.main_isolate();
597 Isolate* isolate = scope.main_isolate();
    [all...]
test-multiple-return.cc 75 RawMachineAssembler m(handles.main_isolate(),
87 CompilationInfo info("testing", handles.main_isolate(), handles.main_zone());
test-run-intrinsics.cc 51 StatsCounter counter(T.main_isolate(), COUNTER_NAME);
169 T.main_isolate()->factory()->NewRawOneByteString(3).ToHandleChecked();
184 T.main_isolate()->factory()->NewRawOneByteString(3).ToHandleChecked();
264 T.main_isolate()->factory()->NewRawTwoByteString(3).ToHandleChecked();
279 T.main_isolate()->factory()->NewRawTwoByteString(3).ToHandleChecked();
function-tester.h 28 : isolate(main_isolate()),
39 : isolate(main_isolate()),
46 : isolate(main_isolate()),
test-run-stubs.cc 24 Isolate* isolate = scope.main_isolate();
graph-builder-tester.h 58 main_isolate(),
75 Isolate* isolate() { return main_isolate(); }
280 CompilationInfo info("testing", main_isolate(), main_zone());
codegen-tester.h 30 main_isolate(),
34 main_isolate(), new (main_zone()) Graph(main_zone()),
65 CompilationInfo info("testing", main_isolate(), main_zone());
test-js-constant-cache.cc 39 : JSCacheTesterHelper(main_isolate(), main_zone()),
40 JSGraph(main_isolate(), &main_graph_, &main_common_, &main_javascript_,
55 Factory* factory() { return main_isolate()->factory(); }
test-js-context-specialization.cc 27 jsgraph_(main_isolate(), graph(), common(), &javascript_, &simplified_,
33 Factory* factory() { return main_isolate()->factory(); }
test-representation-change.cc 25 jsgraph_(main_isolate(), main_graph_, &main_common_, &javascript_,
27 changer_(&jsgraph_, main_isolate()) {
36 Isolate* isolate() { return main_isolate(); }
test-instruction.cc 51 TestInstrSeq(main_isolate(), main_zone(), instruction_blocks);
test-js-typed-lowering.cc 36 : isolate(main_isolate()),
43 deps(main_isolate(), main_zone()),
45 typer(main_isolate(), &graph),
94 JSGraph jsgraph(main_isolate(), &graph, &common, &javascript, &simplified,
    [all...]
test-osr.cc 49 : isolate(main_isolate()),
52 jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr),
test-jump-threading.cc 19 sequence_(main_isolate(), main_zone(), &blocks_),
test-loop-analysis.cc 38 : isolate(main_isolate()),
41 jsgraph(main_isolate(), &graph, &common, nullptr, nullptr, nullptr),
test-machine-operator-reducer.cc 56 : isolate(main_isolate()),
test-simplified-lowering.cc 410 tagged_array(main_isolate()->factory()->NewByteArray(
680 typer(main_isolate(), graph()),
682 jsgraph(main_isolate(), graph(), common(), &javascript, simplified(),
    [all...]
test-run-machops.cc     [all...]
  /external/v8/test/cctest/wasm/
wasm-run-utils.h 240 Isolate* isolate() { return main_isolate(); }
  /external/v8/test/cctest/
cctest.h 594 i::Isolate* main_isolate() { return main_isolate_; } function in class:InitializedHandleScope
test-identity-map.cc 24 Isolate* isolate() { return main_isolate(); }

Completed in 4986 milliseconds