Home
last modified time | relevance | path

Searched refs:allocated_type (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Darena.h178 // Note: typeid(void) will be passed as allocated_type every time we
181 void (*on_arena_allocation)(const std::type_info* allocated_type,
519 void OnArenaAllocation(const std::type_info* allocated_type, size_t n) const;
520 inline void AllocHook(const std::type_info* allocated_type, size_t n) const { in AllocHook() argument
522 OnArenaAllocation(allocated_type, n); in AllocHook()
709 void (*on_arena_allocation_)(const std::type_info* allocated_type,
H A Darena.cc381 void Arena::OnArenaAllocation(const std::type_info* allocated_type, in OnArenaAllocation() argument
384 on_arena_allocation_(allocated_type, n, hooks_cookie_); in OnArenaAllocation()
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc6074 Node* allocated_type; in LowerAssertType() local
6081 allocated_type = __ HeapConstant(type.AllocateOnHeap(factory())); in LowerAssertType()
6084 allocated_type, __ SmiConstant(node->id())); in LowerAssertType()

Completed in 13 milliseconds