/external/v8/src/zone/ |
D | accounting-allocator.cc | 18 AccountingAllocator::AccountingAllocator() : unused_segments_mutex_() { in AccountingAllocator() function in v8::internal::AccountingAllocator 29 AccountingAllocator::~AccountingAllocator() { ClearPool(); } in ~AccountingAllocator() 31 void AccountingAllocator::MemoryPressureNotification( in MemoryPressureNotification() 40 void AccountingAllocator::ConfigureSegmentPool(const size_t max_pool_size) { in ConfigureSegmentPool() 74 Segment* AccountingAllocator::GetSegment(size_t bytes) { in GetSegment() 86 Segment* AccountingAllocator::AllocateSegment(size_t bytes) { in AllocateSegment() 99 void AccountingAllocator::ReturnSegment(Segment* segment) { in ReturnSegment() 109 void AccountingAllocator::FreeSegment(Segment* memory) { in FreeSegment() 116 size_t AccountingAllocator::GetCurrentMemoryUsage() const { in GetCurrentMemoryUsage() 120 size_t AccountingAllocator::GetMaxMemoryUsage() const { in GetMaxMemoryUsage() [all …]
|
D | accounting-allocator.h | 22 class V8_EXPORT_PRIVATE AccountingAllocator { 26 AccountingAllocator(); 27 virtual ~AccountingAllocator(); 86 DISALLOW_COPY_AND_ASSIGN(AccountingAllocator);
|
D | zone.h | 42 Zone(AccountingAllocator* allocator, const char* name, 69 AccountingAllocator* allocator() const { return allocator_; } in allocator() 111 AccountingAllocator* allocator_;
|
D | zone.cc | 30 Zone::Zone(AccountingAllocator* allocator, const char* name, in Zone()
|
/external/v8/src/wasm/ |
D | function-body-decoder.h | 45 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator, 51 DecodeResult BuildTFGraph(AccountingAllocator* allocator, 58 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, 62 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
|
D | module-decoder.h | 65 Counters* counters, AccountingAllocator* allocator); 120 void StartDecoding(Counters* counters, AccountingAllocator* allocator,
|
D | wasm-engine.h | 115 AccountingAllocator* allocator() { return &allocator_; } in allocator() 155 AccountingAllocator allocator_;
|
D | module-decoder.cc | 293 void StartDecoding(Counters* counters, AccountingAllocator* allocator) { in StartDecoding() 854 ModuleResult DecodeModule(Counters* counters, AccountingAllocator* allocator, in DecodeModule() 1038 void VerifyFunctionBody(AccountingAllocator* allocator, uint32_t func_num, in VerifyFunctionBody() 1396 AccountingAllocator* allocator) { in DecodeWasmModule() 1436 AccountingAllocator* allocator, in StartDecoding() 1500 AccountingAllocator allocator; in DecodeWasmInitExprForTesting()
|
D | function-body-decoder.cc | 835 DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() 846 DecodeResult BuildTFGraph(AccountingAllocator* allocator, in BuildTFGraph() 879 AccountingAllocator allocator; in PrintRawWasmCode() 899 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode() 905 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode()
|
D | wasm-text.cc | 42 AccountingAllocator allocator; in PrintWasmText()
|
D | wasm-objects.cc | 152 AccountingAllocator alloc; in IsBreakablePosition() 581 AccountingAllocator alloc; in GetPossibleBreakpoints()
|
/external/v8/src/asmjs/ |
D | asm-js.h | 15 class AccountingAllocator; variable 27 AccountingAllocator* allocator);
|
D | asm-js.cc | 191 AccountingAllocator* allocator) in AsmJsCompilationJob() 213 AccountingAllocator* allocator_; 329 AccountingAllocator* allocator) { in NewCompilationJob()
|
/external/v8/src/compiler/ |
D | zone-stats.h | 66 explicit ZoneStats(AccountingAllocator* allocator); 85 AccountingAllocator* allocator_;
|
D | graph-visualizer.cc | 396 AccountingAllocator allocator; in operator <<() 790 AccountingAllocator allocator; in operator <<() 798 AccountingAllocator allocator; in operator <<() 808 AccountingAllocator allocator; in operator <<() 819 AccountingAllocator allocator; in operator <<()
|
D | zone-stats.cc | 65 ZoneStats::ZoneStats(AccountingAllocator* allocator) in ZoneStats()
|
D | type-cache.h | 20 AccountingAllocator allocator;
|
D | pipeline.cc | 230 AccountingAllocator* allocator() const { return allocator_; } in allocator() 423 AccountingAllocator* const allocator_; 811 AccountingAllocator allocator; in CreatePipelineStatistics() 1922 AccountingAllocator allocator; in Run()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 32 AccountingAllocator* allocator, 166 AccountingAllocator* allocator, in InterpreterCompilationJob() 226 AccountingAllocator* allocator, in NewCompilationJob()
|
D | interpreter.h | 49 AccountingAllocator* allocator,
|
/external/v8/src/parsing/ |
D | parse-info.h | 24 class AccountingAllocator; variable 41 ParseInfo(Isolate*, AccountingAllocator* zone_allocator);
|
D | parse-info.cc | 19 ParseInfo::ParseInfo(Isolate* isolate, AccountingAllocator* zone_allocator) in ParseInfo()
|
/external/v8/src/compiler-dispatcher/ |
D | unoptimized-compile-job.h | 65 AccountingAllocator* allocator_;
|
/external/v8/src/ |
D | compiler.cc | 433 AccountingAllocator* allocator, in ExecuteUnoptimizedCompileJobs() 471 ParseInfo* parse_info, AccountingAllocator* allocator, in GenerateUnoptimizedCode() 913 ParseInfo* parse_info, AccountingAllocator* allocator, in CompileTopLevelOnBackgroundThread() 945 AccountingAllocator* allocator_;
|
D | isolate.h | 1474 AccountingAllocator* allocator() { return allocator_; } in allocator() 1692 AccountingAllocator* allocator_;
|