Home
last modified time | relevance | path

Searched refs:AccountingAllocator (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/zone/
Daccounting-allocator.cc18 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 …]
Daccounting-allocator.h22 class V8_EXPORT_PRIVATE AccountingAllocator {
26 AccountingAllocator();
27 virtual ~AccountingAllocator();
86 DISALLOW_COPY_AND_ASSIGN(AccountingAllocator);
Dzone.h42 Zone(AccountingAllocator* allocator, const char* name,
69 AccountingAllocator* allocator() const { return allocator_; } in allocator()
111 AccountingAllocator* allocator_;
Dzone.cc30 Zone::Zone(AccountingAllocator* allocator, const char* name, in Zone()
/external/v8/src/wasm/
Dfunction-body-decoder.h45 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,
Dmodule-decoder.h65 Counters* counters, AccountingAllocator* allocator);
120 void StartDecoding(Counters* counters, AccountingAllocator* allocator,
Dwasm-engine.h115 AccountingAllocator* allocator() { return &allocator_; } in allocator()
155 AccountingAllocator allocator_;
Dmodule-decoder.cc293 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()
Dfunction-body-decoder.cc835 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()
Dwasm-text.cc42 AccountingAllocator allocator; in PrintWasmText()
Dwasm-objects.cc152 AccountingAllocator alloc; in IsBreakablePosition()
581 AccountingAllocator alloc; in GetPossibleBreakpoints()
/external/v8/src/asmjs/
Dasm-js.h15 class AccountingAllocator; variable
27 AccountingAllocator* allocator);
Dasm-js.cc191 AccountingAllocator* allocator) in AsmJsCompilationJob()
213 AccountingAllocator* allocator_;
329 AccountingAllocator* allocator) { in NewCompilationJob()
/external/v8/src/compiler/
Dzone-stats.h66 explicit ZoneStats(AccountingAllocator* allocator);
85 AccountingAllocator* allocator_;
Dgraph-visualizer.cc396 AccountingAllocator allocator; in operator <<()
790 AccountingAllocator allocator; in operator <<()
798 AccountingAllocator allocator; in operator <<()
808 AccountingAllocator allocator; in operator <<()
819 AccountingAllocator allocator; in operator <<()
Dzone-stats.cc65 ZoneStats::ZoneStats(AccountingAllocator* allocator) in ZoneStats()
Dtype-cache.h20 AccountingAllocator allocator;
Dpipeline.cc230 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/
Dinterpreter.cc32 AccountingAllocator* allocator,
166 AccountingAllocator* allocator, in InterpreterCompilationJob()
226 AccountingAllocator* allocator, in NewCompilationJob()
Dinterpreter.h49 AccountingAllocator* allocator,
/external/v8/src/parsing/
Dparse-info.h24 class AccountingAllocator; variable
41 ParseInfo(Isolate*, AccountingAllocator* zone_allocator);
Dparse-info.cc19 ParseInfo::ParseInfo(Isolate* isolate, AccountingAllocator* zone_allocator) in ParseInfo()
/external/v8/src/compiler-dispatcher/
Dunoptimized-compile-job.h65 AccountingAllocator* allocator_;
/external/v8/src/
Dcompiler.cc433 AccountingAllocator* allocator, in ExecuteUnoptimizedCompileJobs()
471 ParseInfo* parse_info, AccountingAllocator* allocator, in GenerateUnoptimizedCode()
913 ParseInfo* parse_info, AccountingAllocator* allocator, in CompileTopLevelOnBackgroundThread()
945 AccountingAllocator* allocator_;
Disolate.h1474 AccountingAllocator* allocator() { return allocator_; } in allocator()
1692 AccountingAllocator* allocator_;

12