HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 251 - 275 of 374) sorted by null

<<1112131415

  /external/chromium_org/v8/src/mips/
builtins-mips.cc 195 __ Allocate(JSValue::kSize,
357 // Try to allocate the object without transitioning into C code. If any of
383 Label allocate; local
388 __ Branch(&allocate, eq, t2, Operand(JSFunction::kNoSlackTracking));
392 &allocate, ne, t2, Operand(JSFunction::kFinishSlackTracking));
403 __ bind(&allocate);
406 // Now allocate the JSObject on the heap.
414 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
451 // Allocate object with a slack.
524 __ Allocate(
    [all...]
  /external/chromium_org/v8/src/
serialize.cc 850 Address address = Allocate(space_number, size);
    [all...]
factory.cc 19 isolate()->heap()->Allocate(*map, space),
30 isolate()->heap()->Allocate(*map, space, *allocation_site),
140 return OrderedHashSet::Allocate(isolate(), 4);
145 return OrderedHashMap::Allocate(isolate(), 4);
250 // Allocate string.
    [all...]
lithium.cc 420 if (!allocator.Allocate(chunk)) {
scopeinfo.cc 23 // Make sure we allocate the correct amount.
537 Handle<ModuleInfo> info = Allocate(isolate, interface->Length());
  /external/chromium_org/v8/src/x64/
builtins-x64.cc 130 // Try to allocate the object without transitioning into C code. If any of
163 Label allocate; local
171 __ j(zero, &allocate); // JSFunction::kNoSlackTracking
177 __ j(not_equal, &allocate);
189 __ bind(&allocate);
192 // Now allocate the JSObject on the heap.
199 __ Allocate(rdi,
228 // Allocate object with a slack.
270 // Allocate and initialize a FixedArray if it is.
291 __ Allocate(FixedArray::kHeaderSize
    [all...]
  /external/chromium_org/v8/src/x87/
builtins-x87.cc 131 // Try to allocate the object without transitioning into C code. If any of
161 Label allocate; local
169 __ j(zero, &allocate); // JSFunction::kNoSlackTracking
175 __ j(not_equal, &allocate);
187 __ bind(&allocate);
190 // Now allocate the JSObject on the heap.
199 __ Allocate(edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS);
225 // Allocate object with a slack.
269 // Allocate and initialize a FixedArray if it is.
290 __ Allocate(FixedArray::kHeaderSize
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 438 Entry = ContentCacheAlloc.Allocate<ContentCache>();
466 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>();
    [all...]
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 407 EXPECT_TRUE(platform_bitmap->Allocate(kWidth, kHeight, /*is_opaque=*/false));
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
exif_encoder.js 188 // Allocate the largest theoretically possible size.
522 * Allocate the space for 'width' bytes for the value that will be set later.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js 188 // Allocate the largest theoretically possible size.
522 * Allocate the space for 'width' bytes for the value that will be set later.
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 631 void *Mem = Context.Allocate(BufferSize, llvm::alignOf<void *>());
DeclTemplate.cpp 64 void *Mem = C.Allocate(Size, Align);
148 // If we never found a common pointer, allocate one now.
654 void *Mem = Context.Allocate(Size);
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 510 DeclVec *BV = (DeclVec*) A.Allocate<DeclVec>();
  /external/clang/lib/CodeGen/
CGDebugInfo.h 407 /// internString - Allocate a copy of \p A using the DebugInfoNames allocator
411 char *Data = DebugInfoNames.Allocate<char>(A.size() + B.size());
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 540 // Get the number of IdentifierInfos and pre-allocate the identifier cache.
543 // Pre-allocate the persistent ID -> IdentifierInfo* cache. We use calloc()
551 InvalidPTH(Diags, "Could not allocate memory for processing PTH file");
577 // Allocate the object.
579 Alloc.Allocate<std::pair<IdentifierInfo,const unsigned char*> >();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 48 // it does not allocate). For now, we just call it anyway, and we leak
669 modules_ = (LoadedModule*)(symbolizer_allocator_.Allocate(
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 362 ileAllocator.Allocate(sizeof(IndexListEntry),
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 212 new(Allocator.Allocate()) DomainValue :
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.cc 568 cdm::Buffer* CdmAdapter::Allocate(uint32_t capacity) {
569 return allocator_.Allocate(capacity);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc     [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 712 // Allocate an object in new space or old pointer space. The object_size is
719 void Allocate(int object_size,
726 void Allocate(Register object_size,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 468 Entry = Alloc.Allocate<PDFileEntry>();
473 // Allocate persistent storage for the file name.
474 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 799 KSECDDDECLSPEC NTSTATUS NTAPI SecMakeSPN(PUNICODE_STRING ServiceClass,PUNICODE_STRING ServiceName,PUNICODE_STRING InstanceName,USHORT InstancePort,PUNICODE_STRING Referrer,PUNICODE_STRING Spn,PULONG Length,BOOLEAN Allocate);
800 KSECDDDECLSPEC NTSTATUS NTAPI SecMakeSPNEx(PUNICODE_STRING ServiceClass,PUNICODE_STRING ServiceName,PUNICODE_STRING InstanceName,USHORT InstancePort,PUNICODE_STRING Referrer,PUNICODE_STRING TargetInfo,PUNICODE_STRING Spn,PULONG Length,BOOLEAN Allocate);
    [all...]

Completed in 3481 milliseconds

<<1112131415