HomeSort by relevance Sort by last modified time
    Searched refs:SmartPointer (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/
background-parsing-task.h 26 base::SmartPointer<ScriptCompiler::ExternalSourceStream> source_stream;
28 base::SmartPointer<ScriptCompiler::CachedData> cached_data;
34 base::SmartPointer<Zone> zone;
35 base::SmartPointer<ParseInfo> info;
36 base::SmartPointer<Parser> parser;
fast-accessor-assembler.h 86 base::SmartPointer<CodeStubAssembler> assembler_;
compiler.cc 757 base::SmartPointer<CompilationJob> job(
    [all...]
  /external/v8/src/profiler/
heap-profiler.h 82 base::SmartPointer<HeapObjectsMap> ids_;
84 base::SmartPointer<StringsStorage> names_;
86 base::SmartPointer<AllocationTracker> allocation_tracker_;
89 base::SmartPointer<SamplingHeapProfiler> sampling_heap_profiler_;
sampling-heap-profiler.h 144 base::SmartPointer<SamplingAllocationObserver> new_space_observer_;
145 base::SmartPointer<SamplingAllocationObserver> other_spaces_observer_;
  /external/v8/src/base/
smart-pointers.h 112 class SmartPointer : public SmartPointerBase<ObjectDeallocator<T>, T> {
114 SmartPointer() {}
115 explicit SmartPointer(T* ptr)
117 SmartPointer(const SmartPointer<T>& rhs)
  /external/clang/test/Analysis/
dtor.cpp 23 class SmartPointer {
26 SmartPointer(void *x) : X(x) {}
27 ~SmartPointer() {
35 SmartPointer Deleter(mem);
46 SmartPointer Deleter(mem);
55 class Subclass : public SmartPointer {
57 Subclass(void *x) : SmartPointer(x) {}
72 class MultipleInheritance : public Subclass, public SmartPointer {
74 MultipleInheritance(void *a, void *b) : Subclass(a), SmartPointer(b) {}
112 SmartPointer P
    [all...]
  /external/v8/src/compiler/
pipeline-statistics.h 42 base::SmartPointer<ZonePool::StatsScope> scope_;
wasm-compiler.h 69 base::SmartPointer<Zone> graph_zone_;
73 base::SmartPointer<CompilationJob> job_;
pipeline.cc 582 base::SmartPointer<PipelineStatistics> pipeline_statistics_;
    [all...]
code-assembler.h 389 base::SmartPointer<RawMachineAssembler> raw_assembler_;
  /external/v8/test/unittests/compiler/
scheduler-rpo-unittest.cc 138 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2));
147 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2));
321 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1));
322 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1));
341 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1));
342 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1));
364 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, size));
365 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, size));
384 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1));
385 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1))
    [all...]
instruction-sequence-unittest.h 232 base::SmartPointer<RegisterConfiguration> config_;
  /external/sfntly/cpp/src/test/
smart_pointer_test.cc 77 TEST(SmartPointer, All) {
  /external/llvm/unittests/Support/
IteratorTest.cpp 60 TEST(PointeeIteratorTest, SmartPointer) {
  /external/v8/src/wasm/
wasm-module.h 188 base::SmartPointer<base::Semaphore> pending_tasks;
  /external/v8/src/debug/
debug.cc 258 base::SmartPointer<Iterator> it(GetIterator(debug_info));
281 for (base::SmartPointer<Iterator> it(GetIterator(debug_info)); !it->Done();
295 for (base::SmartPointer<Iterator> it(GetIterator(debug_info)); !it->Done();
315 base::SmartPointer<Iterator> it(GetIterator(debug_info));
877 for (base::SmartPointer<BreakLocation::Iterator> it(
911 for (base::SmartPointer<BreakLocation::Iterator> it(
    [all...]
debug-scopes.cc 86 base::SmartPointer<ParseInfo> info;
  /external/v8/src/snapshot/
code-serializer.cc 157 base::SmartPointer<SerializedCodeData> scd(
  /external/v8/test/cctest/
test-lockers.cc 103 v8::base::SmartPointer<KangarooThread> thread1;
468 v8::base::SmartPointer<LockIsolateAndCalculateFibSharedContextThread>
test-heap-profiler.cc     [all...]
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 116 v8::base::SmartPointer<v8::Platform> platform_;
  /external/v8/src/ppc/
codegen-ppc.cc 469 base::SmartPointer<CodePatcher> patcher(
  /external/v8/src/runtime/
runtime-internal.cc 476 base::SmartPointer<ParseInfo> info(
  /external/v8/src/s390/
codegen-s390.cc 469 base::SmartPointer<CodePatcher> patcher(

Completed in 533 milliseconds

1 2