/external/v8/src/zone/ |
D | accounting-allocator.cc | 67 AccountingAllocator::AccountingAllocator() { in AccountingAllocator() function in v8::internal::AccountingAllocator 77 AccountingAllocator::~AccountingAllocator() = default; 79 Segment* AccountingAllocator::AllocateSegment(size_t bytes, in AllocateSegment() 103 void AccountingAllocator::ReturnSegment(Segment* segment, in ReturnSegment()
|
D | accounting-allocator.h | 26 class V8_EXPORT_PRIVATE AccountingAllocator { 28 AccountingAllocator(); 29 virtual ~AccountingAllocator(); 73 DISALLOW_COPY_AND_ASSIGN(AccountingAllocator);
|
D | zone-segment.h | 19 class AccountingAllocator; variable 48 friend class AccountingAllocator;
|
D | zone.h | 40 Zone(AccountingAllocator* allocator, const char* name, 180 AccountingAllocator* allocator() const { return allocator_; } in allocator() 224 AccountingAllocator* allocator_;
|
D | zone.cc | 32 Zone::Zone(AccountingAllocator* allocator, const char* name, in Zone()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.h | 13 class AccountingAllocator; variable 57 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index, 63 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index);
|
/external/v8/src/asmjs/ |
D | asm-js.h | 17 class AccountingAllocator; variable 30 AccountingAllocator* allocator);
|
D | asm-js.cc | 188 AccountingAllocator* allocator) in AsmJsCompilationJob() 211 AccountingAllocator* allocator_; 291 AccountingAllocator* allocator) { in NewCompilationJob()
|
/external/v8/src/wasm/ |
D | function-body-decoder.h | 39 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator, 47 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, 51 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
|
D | function-body-decoder.cc | 52 DecodeResult VerifyWasmCode(AccountingAllocator* allocator, in VerifyWasmCode() 85 AccountingAllocator allocator; in PrintRawWasmCode() 116 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode() 122 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body, in PrintRawWasmCode()
|
D | graph-builder-interface.h | 27 BuildTFGraph(AccountingAllocator* allocator, const WasmFeatures& enabled,
|
D | module-decoder.h | 143 AccountingAllocator* allocator); 205 AccountingAllocator* allocator,
|
D | wasm-engine.h | 216 AccountingAllocator* allocator() { return &allocator_; } in allocator() 373 AccountingAllocator allocator_;
|
D | module-decoder.cc | 321 void StartDecoding(Counters* counters, AccountingAllocator* allocator) { in StartDecoding() 1225 ModuleResult DecodeModule(Counters* counters, AccountingAllocator* allocator, in DecodeModule() 1432 void VerifyFunctionBody(AccountingAllocator* allocator, uint32_t func_num, in VerifyFunctionBody() 2169 AccountingAllocator* allocator) { in DecodeWasmModule() 2220 v8::metrics::Recorder::ContextId context_id, AccountingAllocator* allocator, in StartDecoding() 2277 AccountingAllocator allocator; in DecodeWasmInitExprForTesting()
|
D | wasm-debug.cc | 644 AccountingAllocator* allocator) { in GetDebugSideTable() 922 AccountingAllocator alloc; in FindNextBreakablePosition() 1200 AccountingAllocator alloc; in GetPossibleBreakpoints()
|
D | wasm-subtyping.cc | 34 : zone_(new AccountingAllocator(), "type judgement zone"), in TypeJudgementCache()
|
/external/v8/src/parsing/ |
D | parse-info.h | 30 class AccountingAllocator; variable 181 AccountingAllocator* allocator() const { return allocator_; } in allocator() 196 AccountingAllocator* allocator_; 235 AccountingAllocator* allocator() const { return state_->allocator(); } in allocator()
|
/external/v8/src/interpreter/ |
D | interpreter.h | 48 AccountingAllocator* allocator, 57 AccountingAllocator* allocator);
|
D | interpreter.cc | 36 AccountingAllocator* allocator, 158 AccountingAllocator* allocator, in InterpreterCompilationJob() 286 AccountingAllocator* allocator, in NewCompilationJob() 295 Handle<BytecodeArray> existing_bytecode, AccountingAllocator* allocator) { in NewSourcePositionCollectionJob()
|
/external/v8/src/compiler/ |
D | zone-stats.h | 77 explicit ZoneStats(AccountingAllocator* allocator); 98 AccountingAllocator* allocator_;
|
D | zone-stats.cc | 65 ZoneStats::ZoneStats(AccountingAllocator* allocator) in ZoneStats()
|
D | graph-visualizer.cc | 408 AccountingAllocator allocator; in operator <<() 807 AccountingAllocator allocator; in operator <<() 815 AccountingAllocator allocator; in operator <<() 827 AccountingAllocator allocator; in operator <<() 841 AccountingAllocator allocator; in operator <<()
|
D | type-cache.h | 21 AccountingAllocator allocator;
|
D | pipeline.cc | 215 Isolate* isolate, AccountingAllocator* allocator, Graph* graph, in PipelineData() 296 AccountingAllocator* allocator() const { return allocator_; } in allocator() 573 AccountingAllocator* const allocator_; 1003 AccountingAllocator allocator; in CreatePipelineStatistics() 2387 AccountingAllocator allocator; in DECL_PIPELINE_PHASE_CONSTANTS() 2721 AccountingAllocator allocator; in HashGraphForPGO()
|
/external/v8/src/codegen/ |
D | compiler.cc | 649 AccountingAllocator* allocator, in ExecuteSingleUnoptimizedCompilationJob() 677 AccountingAllocator* allocator, in RecursivelyExecuteUnoptimizedCompilationJobs() 702 AccountingAllocator* allocator, IsCompiledScope* is_compiled_scope, in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs() 1366 ParseInfo* parse_info, AccountingAllocator* allocator, in CompileAndFinalizeOnBackgroundThread() 1396 AccountingAllocator* allocator, in CompileOnBackgroundThread()
|