HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 126 - 150 of 383) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 38 // void *cb.Allocate(uptr size);
165 QuarantineBatch *b = (QuarantineBatch *)cb.Allocate(sizeof(*b));
  /external/llvm/include/llvm/ADT/
ImmutableList.h 178 L = (ListTy*) A.Allocate<ListTy>();
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 491 Allocate(SU->NodeNum, --Id);
589 Allocate(w, i - shift);
594 Allocate(L[j], i - shift);
632 /// Allocate - assign the topological index to the node n.
633 void ScheduleDAGTopologicalSort::Allocate(int n, int index) {
  /external/skia/src/core/
SkBitmapFilter.h 52 static SkBitmapFilter* Allocate();
  /external/v8/test/cctest/
test-weakmaps.cc 42 Object* table_obj = ObjectHashTable::Allocate(1)->ToObjectChecked();
test-macro-assembler-x64.cc 154 // Allocate an executable page of memory.
156 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
243 // Allocate an executable page of memory.
246 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
296 // Allocate an executable page of memory.
298 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
426 // Allocate an executable page of memory.
428 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
472 // Allocate an executable page of memory.
474 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize
    [all...]
  /external/v8/test/mjsunit/
substr.js 75 var w = Math.random() * 42; // Allocate something new in new-space.
93 var w = Math.random() * 42; // Allocate something new in new-space.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-create-exception.js 42 // Allocate some heap numbers in order to randomize the behaviour of the
  /external/chromium_org/v8/test/webkit/
duplicate-param-gc-crash.js 33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
exception-try-finally-scope-error.js 31 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
var-shadows-arg-gc-crash.js 33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 93 /// \brief Allocate new storage.
94 Storage *Allocate() {
127 /// \brief Allocator used to allocate storage for this diagnostic.
136 DiagStorage = Allocator->Allocate();
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 248 V = G.getAllocator().Allocate<ExplodedNodeVector>();
313 // Allocate a new node.
314 V = (NodeTy*) getAllocator().Allocate<NodeTy>();
  /external/compiler-rt/lib/asan/
asan_mac.cc 164 new_env = (char*)allocator_for_env.Allocate(old_env_len + fname_len + 2);
191 // Allocate memory to hold the previous env var name, its value, the '='
193 char *new_env = (char*)allocator_for_env.Allocate(
  /external/llvm/lib/MC/
MCContext.cpp 357 char *Buf = static_cast<char *>(Allocate(Directory.size()));
370 char *Buf = static_cast<char *>(Allocate(FileName.size()));
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 42 // Allocate some heap numbers in order to randomize the behaviour of the
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 60 // Allocate buffer in executable space.
61 byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
105 byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, &actual_size, true));
135 // Allocate buffer in executable space.
136 byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB,
162 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
291 // The fail label is not actually used since we do not allocate.
306 // allocate a new backing store.
311 // Check if the backing store is in new-space. If not, we need to allocate
347 // Allocate new backing store
    [all...]
  /external/openfst/src/include/fst/
cache.h 50 // S *Allocate(StateId s);
67 S *Allocate(StateId s) {
157 cache_first_state_ = allocator_->Allocate(cache_first_state_id_);
167 S *copied_state = allocator_->Allocate(s);
484 C *allocator_; // used to allocate new states
508 cache_first_state_ = allocator_->Allocate(s);
514 // With Default allocator, the Free and Allocate will reuse the same S*.
517 cache_first_state_ = allocator_->Allocate(s);
525 state = allocator_->Allocate(s);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 312 static void* Allocate(size_t n) {
429 // that can mmap/mremap/sbrk-allocate memory regions for stacks
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 312 static void* Allocate(size_t n) {
429 // that can mmap/mremap/sbrk-allocate memory regions for stacks
    [all...]
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 154 // Allocate an executable page of memory.
156 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
242 // Allocate an executable page of memory.
245 static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2,
294 // Allocate an executable page of memory.
296 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
423 // Allocate an executable page of memory.
425 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize,
468 // Allocate an executable page of memory.
470 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize
    [all...]
  /external/clang/lib/AST/
Expr.cpp 442 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
461 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
763 // Allocate enough space for the StringLiteral plus an array of locations for
765 void *Mem = C.Allocate(sizeof(StringLiteral)+
770 // OPTIMIZE: could allocate this appended to the StringLiteral.
782 void *Mem = C.Allocate(sizeof(StringLiteral)+
    [all...]
CommentParser.cpp 169 char *TextPtr = Allocator.Allocate<char>(Length + 1);
214 char *TextPtr = Allocator.Allocate<char>(Length + 1);
289 new (Allocator.Allocate<Argument>(NumArgs)) Argument[NumArgs];
  /external/chromium_org/v8/src/
factory.cc 85 NameDictionary::Allocate(isolate()->heap(),
95 SeededNumberDictionary::Allocate(isolate()->heap(),
105 UnseededNumberDictionary::Allocate(isolate()->heap(),
114 ObjectHashSet::Allocate(isolate()->heap(),
123 ObjectHashTable::Allocate(isolate()->heap(),
133 DescriptorArray::Allocate(number_of_descriptors, slack),
143 DeoptimizationInputData::Allocate(deopt_entry_count,
154 DeoptimizationOutputData::Allocate(deopt_entry_count,
561 // If the instance size overflows, we allocate as many properties
887 // Allocate the functio
    [all...]
  /external/v8/src/
factory.cc 75 StringDictionary::Allocate(at_least_space_for),
84 SeededNumberDictionary::Allocate(at_least_space_for),
93 UnseededNumberDictionary::Allocate(at_least_space_for),
101 ObjectHashSet::Allocate(at_least_space_for),
109 ObjectHashTable::Allocate(at_least_space_for),
117 DescriptorArray::Allocate(number_of_descriptors),
127 DeoptimizationInputData::Allocate(deopt_entry_count,
138 DeoptimizationOutputData::Allocate(deopt_entry_count,
473 // If the instance size overflows, we allocate as many properties
726 // Allocate the functio
    [all...]

Completed in 1041 milliseconds

1 2 3 4 56 7 8 91011>>