/external/v8/test/cctest/compiler/ |
D | test-graph-visualizer.cc | 30 Graph graph(scope.main_zone()); in TEST() 31 CommonOperatorBuilder common(scope.main_zone()); in TEST() 49 Graph graph(scope.main_zone()); in TEST() 50 CommonOperatorBuilder common(scope.main_zone()); in TEST() 68 Graph graph(scope.main_zone()); in TEST() 69 CommonOperatorBuilder common(scope.main_zone()); in TEST() 87 Graph graph(scope.main_zone()); in TEST() 88 CommonOperatorBuilder common(scope.main_zone()); in TEST() 104 Graph graph(scope.main_zone()); in TEST() 105 CommonOperatorBuilder common(scope.main_zone()); in TEST()
|
D | test-run-bytecode-graph-builder.cc | 188 Zone* zone = scope.main_zone(); in TEST() 225 Zone* zone = scope.main_zone(); in TEST() 253 Zone* zone = scope.main_zone(); in TEST() 314 Zone* zone = scope.main_zone(); in TEST() 358 Zone* zone = scope.main_zone(); in TEST() 416 Zone* zone = scope.main_zone(); in TEST() 466 Zone* zone = scope.main_zone(); in TEST() 524 Zone* zone = scope.main_zone(); in TEST() 559 Zone* zone = scope.main_zone(); in TEST() 598 Zone* zone = scope.main_zone(); in TEST() [all …]
|
D | test-jump-threading.cc | 18 blocks_(main_zone()), in TestCode() 19 sequence_(main_isolate(), main_zone(), &blocks_), in TestCode() 32 Instruction::New(main_zone(), kArchJmp, 0, NULL, 1, ops, 0, NULL)); in Jump() 47 Instruction::New(main_zone(), code, 0, NULL, 2, ops, 0, NULL)); in Branch() 54 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in Nop() 58 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in RedundantMoves() 67 sequence_.AddInstruction(Instruction::New(main_zone(), kArchNop)); in NonRedundantMoves() 75 sequence_.AddInstruction(Instruction::New(main_zone(), 155)); in Other() 88 current_ = new (main_zone()) in Start() 89 InstructionBlock(main_zone(), rpo_number_, RpoNumber::Invalid(), in Start() [all …]
|
D | test-js-context-specialization.cc | 22 : graph_(new (main_zone()) Graph(main_zone())), in ContextSpecializationTester() 23 common_(main_zone()), in ContextSpecializationTester() 24 javascript_(main_zone()), in ContextSpecializationTester() 25 machine_(main_zone()), in ContextSpecializationTester() 26 simplified_(main_zone()), in ContextSpecializationTester() 29 reducer_(main_zone(), graph()), in ContextSpecializationTester() 243 GraphReducer graph_reducer(t.main_zone(), t.graph()); in TEST()
|
D | test-js-constant-cache.cc | 39 : JSCacheTesterHelper(main_isolate(), main_zone()), in JSConstantCacheTester() 236 CHECK(T.TypeOf(node)->Is(Type::Of(value, T.main_zone()))); in TEST() 309 NodeVector nodes(T->main_zone()); in CheckGetCachedNodesContains() 339 NodeVector nodes_before(T.main_zone()); in TEST() 361 NodeVector nodes_before(T.main_zone()); in TEST() 383 NodeVector nodes_before(T.main_zone()); in TEST() 405 NodeVector nodes_before(T.main_zone()); in TEST() 432 NodeVector nodes_before(T.main_zone()); in TEST() 468 NodeVector nodes(T.main_zone()); in TEST()
|
D | test-linkage.cc | 45 ParseInfo parse_info(handles.main_zone(), function); in TEST() 61 ParseInfo parse_info(handles.main_zone(), function); in TEST() 91 ParseInfo parse_info(handles.main_zone(), function); in TEST()
|
D | test-pipeline.cc | 32 RunPipeline(handles.main_zone(), "(function(a,b) { return a + b; })"); in TEST() 39 RunPipeline(handles.main_zone(), "(function(a,b) { return a + b; })"); in TEST()
|
D | codegen-tester.h | 31 CSignature::New(main_zone(), MachineTypeForC<ReturnType>(), p0, p1, in HandleAndZoneScope() 34 main_isolate(), new (main_zone()) Graph(main_zone()), in HandleAndZoneScope() 36 main_zone(), in HandleAndZoneScope() 37 CSignature::New(main_zone(), MachineTypeForC<ReturnType>(), p0, in HandleAndZoneScope() 65 CompilationInfo info("testing", main_isolate(), main_zone()); in Generate() 173 CSignature::New(main_zone(), MachineType::Int32(), p0, p1, p2, p3)), in BufferedRawMachineAssemblerTester() 232 CSignature::New(RawMachineAssemblerTester<void>::main_zone(),
|
D | test-multiple-return.cc | 76 new (handles.main_zone()) Graph(handles.main_zone()), in TEST() 87 CompilationInfo info("testing", handles.main_isolate(), handles.main_zone()); in TEST()
|
D | test-gap-resolver.cc | 168 ParallelMove* parallel_move = new (main_zone()) ParallelMove(main_zone()); in Create() 246 MoveInterpreter mi1(pmc.main_zone()); in TEST() 249 MoveInterpreter mi2(pmc.main_zone()); in TEST()
|
D | test-instruction.cc | 40 Zone* zone() { return main_zone(); } in zone() 45 Scheduler::ComputeSpecialRPO(main_zone(), &schedule); in allocCode() 49 TestInstrSeq::InstructionBlocksFor(main_zone(), &schedule); in allocCode() 50 code = new (main_zone()) in allocCode() 51 TestInstrSeq(main_isolate(), main_zone(), instruction_blocks); in allocCode()
|
D | graph-builder-tester.h | 56 : GraphAndBuilders(main_zone()), in GraphAndBuilders() argument 59 CSignature::New(main_zone(), MachineTypeForC<ReturnType>(), p0, p1, in GraphAndBuilders() 63 parameters_(main_zone()->template NewArray<Node*>(parameter_count())) { in GraphAndBuilders() 280 CompilationInfo info("testing", main_isolate(), main_zone()); in Generate()
|
D | test-loop-assignment-analysis.cc | 33 ParseInfo parse_info(main_zone(), function); in CheckLoopAssignedCount() 45 AstLoopAssignmentAnalyzer analyzer(main_zone(), &info); in CheckLoopAssignedCount()
|
D | test-js-typed-lowering.cc | 39 javascript(main_zone()), in JSTypedLoweringTester() 40 machine(main_zone()), in JSTypedLoweringTester() 41 simplified(main_zone()), in JSTypedLoweringTester() 42 common(main_zone()), in JSTypedLoweringTester() 43 deps(main_isolate(), main_zone()), in JSTypedLoweringTester() 44 graph(main_zone()), in JSTypedLoweringTester() 97 GraphReducer graph_reducer(main_zone(), &graph); in reduce() 100 main_zone()); in reduce() 527 Type* t = Type::Union(Type::Number(), others[i], R.main_zone()); in TEST() 692 Type::Union(Type::Number(), Type::String(), R.main_zone())}; in TEST_WITH_STRONG()
|
D | test-osr.cc | 50 common(main_zone()), in OsrDeconstructorTester() 51 graph(main_zone()), in OsrDeconstructorTester() 117 helper.Deconstruct(&jsgraph, &common, main_zone()); in DeconstructOsr() 118 AllNodes nodes(main_zone(), &graph); in DeconstructOsr() 183 AllNodes nodes(T.main_zone(), &T.graph); in TEST()
|
D | test-run-stubs.cc | 25 Zone* zone = scope.main_zone(); in TEST()
|
D | test-machine-operator-reducer.cc | 59 machine(main_zone(), MachineType::PointerRepresentation(), flags), in ReducerTester() 60 common(main_zone()), in ReducerTester() 61 graph(main_zone()), in ReducerTester() 62 javascript(main_zone()), in ReducerTester()
|
D | test-simplified-lowering.cc | 679 : GraphAndBuilders(main_zone()), in TestingGraph() 681 javascript(main_zone()), in TestingGraph() 976 Type* small_range = Type::Range(1, 10, scope.main_zone()); in TEST() 977 Type* large_range = Type::Range(-1e+13, 1e+14, scope.main_zone()); in TEST() 997 Type* small_range = Type::Range(1, 10, scope.main_zone()); in TEST() 998 Type* large_range = Type::Range(-1e+13, 1e+14, scope.main_zone()); in TEST() 1383 Zone* z = scope.main_zone(); in TEST() 1449 Zone* z = scope.main_zone(); in TEST() 1927 Zone* z = scope.main_zone(); in TEST()
|
D | test-representation-change.cc | 23 : GraphAndBuilders(main_zone()), in RepresentationChangerTester() 24 javascript_(main_zone()), in RepresentationChangerTester()
|
D | test-loop-analysis.cc | 39 common(main_zone()), in LoopFinderTester() 40 graph(main_zone()), in LoopFinderTester() 182 Zone* zone() { return main_zone(); } in zone()
|
/external/v8/test/cctest/ |
D | test-ast-expression-visitor.cc | 32 i::ParseInfo info(handles->main_zone(), script); in CollectTypes() 54 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() 276 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() 303 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() 320 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() 345 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() 366 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST() 402 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST()
|
D | test-typing-reset.cc | 272 i::ParseInfo info(handles.main_zone(), script); in TEST() 285 ZoneVector<ExpressionTypeEntry> types(handles.main_zone()); in TEST()
|
D | test-asm-validator.cc | 122 Zone* zone = handles.main_zone(); in TEST() 320 Zone* zone = handles.main_zone(); in TEST() 336 Zone* zone = handles.main_zone(); in TEST() 351 Zone* zone = handles.main_zone(); in TEST() 511 Zone* zone = handles.main_zone(); \ 548 Zone* zone = handles.main_zone(); \ 1761 Zone* zone = handles.main_zone(); in TEST()
|
/external/v8/test/cctest/interpreter/ |
D | test-interpreter.cc | 168 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 187 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 205 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 224 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 242 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 260 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 280 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 295 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 310 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() 325 BytecodeArrayBuilder builder(handles.main_isolate(), handles.main_zone()); in TEST() [all …]
|
/external/v8/test/cctest/wasm/ |
D | wasm-run-utils.h | 227 : GraphAndBuilders(main_zone()), in GraphAndBuilders() argument 248 TestBuildingGraph(main_zone(), &jsgraph, &env, start, end); in Build()
|