/external/v8/src/crankshaft/ |
compilation-phase.cc | 15 : name_(name), info_(info), zone_(info->isolate()->allocator(), ZONE_NAME) {
|
/external/v8/src/zone/ |
zone.h | 17 #ifndef ZONE_NAME 20 #define ZONE_NAME __FILE__ ":" TOSTRING(__LINE__)
|
/external/v8/src/compiler/ |
graph-replay.cc | 23 Zone zone(graph->zone()->allocator(), ZONE_NAME);
|
pipeline.cc | 95 graph_zone_scope_(zone_stats_, ZONE_NAME), 97 instruction_zone_scope_(zone_stats_, ZONE_NAME), 99 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), 125 graph_zone_scope_(zone_stats_, ZONE_NAME), 132 instruction_zone_scope_(zone_stats_, ZONE_NAME), 134 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), 148 graph_zone_scope_(zone_stats_, ZONE_NAME), 152 instruction_zone_scope_(zone_stats_, ZONE_NAME), 154 register_allocation_zone_scope_(zone_stats_, ZONE_NAME), 165 graph_zone_scope_(zone_stats_, ZONE_NAME), [all...] |
graph-visualizer.cc | 246 Zone tmp_zone(&allocator, ZONE_NAME); 640 Zone tmp_zone(&allocator, ZONE_NAME); 648 Zone tmp_zone(&allocator, ZONE_NAME); 658 Zone tmp_zone(&allocator, ZONE_NAME); 669 Zone local_zone(&allocator, ZONE_NAME);
|
jump-threading.cc | 147 Zone local_zone(code->isolate()->allocator(), ZONE_NAME);
|
type-cache.h | 24 TypeCache() : zone_(&allocator, ZONE_NAME) {}
|
register-allocator-verifier.cc | 378 Zone local_zone(zone()->allocator(), ZONE_NAME);
|
verifier.cc | [all...] |
/external/v8/src/ffi/ |
ffi-compiler.cc | 109 Zone zone(isolate->allocator(), ZONE_NAME);
|
/external/v8/src/builtins/ |
builtins.cc | 87 Zone zone(isolate->allocator(), ZONE_NAME); 105 Zone zone(isolate->allocator(), ZONE_NAME);
|
/external/v8/src/ |
handles.cc | 122 : isolate_(isolate), zone_(isolate->allocator(), ZONE_NAME) {
|
code-stubs-hydrogen.cc | 243 Zone zone(isolate()->allocator(), ZONE_NAME); 302 Zone zone(isolate->allocator(), ZONE_NAME);
|
fast-accessor-assembler.cc | 22 : zone_(isolate->allocator(), ZONE_NAME),
|
compiler.cc | [all...] |
json-parser.cc | 107 zone_(isolate_->allocator(), ZONE_NAME),
|
keys.cc | 802 Zone set_zone(isolate_->allocator(), ZONE_NAME); [all...] |
/external/v8/src/parsing/ |
parse-info.cc | 19 : zone_(std::make_shared<Zone>(zone_allocator, ZONE_NAME)),
|
/external/v8/src/wasm/ |
wasm-text.cc | 44 Zone zone(&allocator, ZONE_NAME);
|
module-decoder.cc | [all...] |
function-body-decoder.cc | [all...] |
wasm-objects.cc | 202 Zone tmp(&alloc, ZONE_NAME); [all...] |
wasm-module.cc | 559 Zone specialization_zone(isolate->allocator(), ZONE_NAME); [all...] |
/external/v8/src/ast/ |
ast-value-factory.h | 349 : zone_(isolate->allocator(), ZONE_NAME),
|
/external/v8/src/debug/ |
liveedit.cc | [all...] |