HomeSort by relevance Sort by last modified time
    Searched refs:Allocate (Results 276 - 300 of 375) sorted by null

<<1112131415

  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
lithium-mips64.h 23 V(Allocate) \
    [all...]
macro-assembler-mips64.h 508 // Allocate an object in new space or old pointer space. The object_size is
515 void Allocate(int object_size,
522 void Allocate(Register object_size,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 23 V(Allocate) \
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 25 V(Allocate) \
659 DECLARE_CONCRETE_INSTRUCTION(Allocate, "allocate")
660 DECLARE_HYDROGEN_ACCESSOR(Allocate)
    [all...]
macro-assembler-arm64.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 28 V(Allocate) \
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 23 V(Allocate) \
    [all...]
macro-assembler-mips.h 487 // Allocate an object in new space or old pointer space. The object_size is
494 void Allocate(int object_size,
501 void Allocate(Register object_size,
    [all...]
  /external/chromium_org/v8/src/
serialize.cc 781 Address address = Allocate(space_number, size);
    [all...]
full-codegen.cc 599 interface->Allocate(scope->module_var()->index());
661 // 1. Allocate: for each module _literal_, allocate the module contexts and
691 // This is a scope hosting modules. Allocate a descriptor array to pass
693 Comment cmnt(masm_, "[ Allocate modules");
786 interface->Allocate(scope->module_var()->index());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 23 V(Allocate) \
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 28 V(Allocate) \
    [all...]
  /external/chromium_org/v8/src/heap/
heap.cc     [all...]
spaces.h     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 841 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
849 RetainSummary *Summ = (RetainSummary *) BPAlloc.Allocate<RetainSummary>();
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 514 Allocate();
    [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 97 resource->Allocate(
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 262 EXPECT_TRUE(output.Allocate(size.width(), size.height(), false));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 97 virtual void* Allocate(size_t size) OVERRIDE
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 145 @ Allocate stack memory required by the function
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc 698 // rounding up in OS::Allocate expects that.
737 // The address range used to randomize RWX allocations in OS::Allocate
774 void* OS::Allocate(const size_t requested,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 909 void *allocate() { function in class:clang::ento::CallEventManager
911 return Alloc.Allocate<CallEventTemplateTy>();
920 return new (allocate()) T(A, St, LCtx);
927 return new (allocate()) T(A1, A2, St, LCtx);
935 return new (allocate()) T(A1, A2, A3, St, LCtx);
944 return new (allocate()) T(A1, A2, A3, A4, St, LCtx);
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]

Completed in 3167 milliseconds

<<1112131415