Searched defs:is_large (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ | ||
H A D | nir_lower_amul.c | 224 is_large(lower_state *state, nir_variable *var) in is_large() function |
/third_party/node/deps/v8/src/heap/cppgc/ | ||
H A D | heap-space.h | 40 bool is_large() const { return type_ == PageType::kLarge; } in is_large() function in cppgc::internal::BaseSpace |
H A D | page-memory.cc | 86 PageMemoryRegion(PageAllocator& allocator, FatalOutOfMemoryHandler& oom_handler, MemoryRegion reserved_region, bool is_large) PageMemoryRegion() argument |
H A D | heap-page.h | 40 bool is_large() const { return type_ == PageType::kLarge; } in is_large() function in cppgc::internal::BasePage |
H A D | page-memory.h | 71 bool is_large() const { return is_large_; } in is_large() function in cppgc::internal::PageMemoryRegion |
/third_party/protobuf/src/google/protobuf/ | ||
H A D | extension_set.h | 667 bool is_large() const { return flat_capacity_ > kMaximumFlatCapacity; } in is_large() function in google::protobuf::internal::ExtensionSet |
Completed in 11 milliseconds