Home
last modified time | relevance | path

Searched refs:AllocateJSFunctionProxy (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dheap.h580 MUST_USE_RESULT MaybeObject* AllocateJSFunctionProxy(Object* handler,
Dheap.cc3914 MaybeObject* Heap::AllocateJSFunctionProxy(Object* handler, in AllocateJSFunctionProxy() function in v8::internal::Heap
Druntime.cc682 return isolate->heap()->AllocateJSFunctionProxy( in RUNTIME_FUNCTION()