Home
last modified time | relevance | path

Searched refs:EnsureAllocation (Results 1 - 7 of 7) sorted by relevance

/third_party/node/test/addons/stringbytes-external-exceed-max/
H A Dbinding.cc35 void EnsureAllocation(const v8::FunctionCallbackInfo<v8::Value> &args) { in EnsureAllocation() function
51 NODE_SET_METHOD(exports, "ensureAllocation", EnsureAllocation); in init()
/third_party/node/deps/v8/src/heap/
H A Dspaces-inl.h261 if (!EnsureAllocation(size_in_bytes, kTaggedAligned, origin, in AllocateRawUnaligned()
282 if (!EnsureAllocation(size_in_bytes, alignment, origin, &max_aligned_size)) { in AllocateRawAligned()
H A Dnew-spaces.h515 bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment,
H A Dspaces.h557 virtual bool EnsureAllocation(int size_in_bytes,
H A Dpaged-spaces.h376 bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment,
H A Dnew-spaces.cc630 bool NewSpace::EnsureAllocation(int size_in_bytes, in EnsureAllocation() function in v8::internal::NewSpace
H A Dpaged-spaces.cc1033 bool PagedSpace::EnsureAllocation(int size_in_bytes, in EnsureAllocation() function in v8::internal::PagedSpace

Completed in 8 milliseconds