Home
last modified time | relevance | path

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

12

/external/v8/src/zone/
Daccounting-allocator.cc67 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()
Daccounting-allocator.h26 class V8_EXPORT_PRIVATE AccountingAllocator {
28 AccountingAllocator();
29 virtual ~AccountingAllocator();
73 DISALLOW_COPY_AND_ASSIGN(AccountingAllocator);
Dzone-segment.h19 class AccountingAllocator; variable
48 friend class AccountingAllocator;
Dzone.h40 Zone(AccountingAllocator* allocator, const char* name,
180 AccountingAllocator* allocator() const { return allocator_; } in allocator()
224 AccountingAllocator* allocator_;
Dzone.cc32 Zone::Zone(AccountingAllocator* allocator, const char* name, in Zone()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.h13 class AccountingAllocator; variable
57 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index,
63 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index);
/external/v8/src/asmjs/
Dasm-js.h17 class AccountingAllocator; variable
30 AccountingAllocator* allocator);
Dasm-js.cc188 AccountingAllocator* allocator) in AsmJsCompilationJob()
211 AccountingAllocator* allocator_;
291 AccountingAllocator* allocator) { in NewCompilationJob()
/external/v8/src/wasm/
Dfunction-body-decoder.h39 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
47 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
51 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
Dfunction-body-decoder.cc52 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()
Dgraph-builder-interface.h27 BuildTFGraph(AccountingAllocator* allocator, const WasmFeatures& enabled,
Dmodule-decoder.h143 AccountingAllocator* allocator);
205 AccountingAllocator* allocator,
Dwasm-engine.h216 AccountingAllocator* allocator() { return &allocator_; } in allocator()
373 AccountingAllocator allocator_;
Dmodule-decoder.cc321 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()
Dwasm-debug.cc644 AccountingAllocator* allocator) { in GetDebugSideTable()
922 AccountingAllocator alloc; in FindNextBreakablePosition()
1200 AccountingAllocator alloc; in GetPossibleBreakpoints()
Dwasm-subtyping.cc34 : zone_(new AccountingAllocator(), "type judgement zone"), in TypeJudgementCache()
/external/v8/src/parsing/
Dparse-info.h30 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/
Dinterpreter.h48 AccountingAllocator* allocator,
57 AccountingAllocator* allocator);
Dinterpreter.cc36 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/
Dzone-stats.h77 explicit ZoneStats(AccountingAllocator* allocator);
98 AccountingAllocator* allocator_;
Dzone-stats.cc65 ZoneStats::ZoneStats(AccountingAllocator* allocator) in ZoneStats()
Dgraph-visualizer.cc408 AccountingAllocator allocator; in operator <<()
807 AccountingAllocator allocator; in operator <<()
815 AccountingAllocator allocator; in operator <<()
827 AccountingAllocator allocator; in operator <<()
841 AccountingAllocator allocator; in operator <<()
Dtype-cache.h21 AccountingAllocator allocator;
Dpipeline.cc215 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/
Dcompiler.cc649 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()

12