Searched refs:EnsureAllocation (Results 1 - 7 of 7) sorted by relevance
/third_party/node/test/addons/stringbytes-external-exceed-max/ |
H A D | binding.cc | 35 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 D | spaces-inl.h | 261 if (!EnsureAllocation(size_in_bytes, kTaggedAligned, origin, in AllocateRawUnaligned() 282 if (!EnsureAllocation(size_in_bytes, alignment, origin, &max_aligned_size)) { in AllocateRawAligned()
|
H A D | new-spaces.h | 515 bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment,
|
H A D | spaces.h | 557 virtual bool EnsureAllocation(int size_in_bytes,
|
H A D | paged-spaces.h | 376 bool EnsureAllocation(int size_in_bytes, AllocationAlignment alignment,
|
H A D | new-spaces.cc | 630 bool NewSpace::EnsureAllocation(int size_in_bytes, in EnsureAllocation() function in v8::internal::NewSpace
|
H A D | paged-spaces.cc | 1033 bool PagedSpace::EnsureAllocation(int size_in_bytes, in EnsureAllocation() function in v8::internal::PagedSpace
|
Completed in 8 milliseconds