HomeSort by relevance Sort by last modified time
    Searched refs:AllocateFunction (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_stub.h 14 typedef void* (*AllocateFunction)(std::size_t);
allocator_proxy.cc 15 extern AllocateFunction g_alloc;
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.h 41 AllocateFunction alloc,
initialize_module.cc 26 AllocateFunction g_alloc = NULL;
48 AllocateFunction alloc,
  /external/chromium_org/v8/src/
factory.cc 615 isolate()->heap()->AllocateFunction(*function_map,
    [all...]
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/
factory.cc 521 isolate()->heap()->AllocateFunction(*function_map,
    [all...]
heap.h     [all...]
heap.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 183 HEAP->AllocateFunction(*Isolate::Current()->function_map(),
  /external/v8/test/cctest/
test-mark-compact.cc 190 HEAP->AllocateFunction(*Isolate::Current()->function_map(),

Completed in 251 milliseconds