Home
last modified time | relevance | path

Searched refs:is_weak (Results 1 – 17 of 17) sorted by relevance

/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor_unittest.cc229 ASSERT_FALSE(parent->is_weak()); in TEST_F()
230 ASSERT_TRUE(first->is_weak()); in TEST_F()
231 ASSERT_FALSE(second->is_weak()); in TEST_F()
238 ASSERT_TRUE(parent->is_weak()); in TEST_F()
239 ASSERT_TRUE(first->is_weak()); in TEST_F()
240 ASSERT_TRUE(second->is_weak()); in TEST_F()
259 ASSERT_FALSE(parent->is_weak()); in TEST_F()
260 ASSERT_FALSE(first->is_weak()); in TEST_F()
261 ASSERT_TRUE(first_child->is_weak()); in TEST_F()
262 ASSERT_TRUE(first_gchild->is_weak()); in TEST_F()
[all …]
Dgraph_processor.cc285 bool is_weak = raw_node.flags() & RawMemoryGraphNode::Flags::kWeak; in CollectAllocatorNodes() local
286 node = process->CreateNode(raw_node.id(), path, is_weak); in CollectAllocatorNodes()
349 PERFETTO_DCHECK(!node->is_weak() || node->is_explicit()); in MarkImplicitWeakParentsRecursively()
353 if (node->is_weak()) in MarkImplicitWeakParentsRecursively()
361 all_children_weak = all_children_weak && path_to_child.second->is_weak(); in MarkImplicitWeakParentsRecursively()
387 if ((node->owns_edge() && node->owns_edge()->target()->is_weak()) || in MarkWeakOwnersAndChildrenRecursively()
388 (node->parent() && node->parent()->is_weak())) { in MarkWeakOwnersAndChildrenRecursively()
416 if (child->is_weak()) { in RemoveWeakNodesRecursively()
425 !child->owns_edge()->target()->is_weak()); in RemoveWeakNodesRecursively()
434 [](Edge* edge) { return edge->source()->is_weak(); }); in RemoveWeakNodesRecursively()
Dgraph_unittest.cc176 ASSERT_TRUE(first->is_weak()); in TEST()
177 ASSERT_FALSE(second->is_weak()); in TEST()
184 ASSERT_FALSE(parent->is_weak()); in TEST()
189 ASSERT_FALSE(grandparent->is_weak()); in TEST()
/external/libbpf/src/
Dbpf_gen_internal.h12 bool is_weak; member
67 void bpf_gen__record_extern(struct bpf_gen *gen, const char *name, bool is_weak,
Dgen_loader.c562 void bpf_gen__record_extern(struct bpf_gen *gen, const char *name, bool is_weak, in bpf_gen__record_extern() argument
575 relo->is_weak = is_weak; in bpf_gen__record_extern()
679 if (!relo->is_weak) in emit_relo_kfunc_btf()
741 relo->is_typeless, relo->is_weak, relo->name, ref); in emit_ksym_relo_log()
744 relo->is_typeless, relo->is_weak, relo->name, ref); in emit_ksym_relo_log()
818 if (!relo->is_weak) in emit_relo_ksym_btf()
Dlinker.c98 bool is_weak; member
1881 && !glob_sym->is_weak && sym_bind != STB_WEAK) { in linker_append_elf_sym()
1902 glob_sym->is_weak = false; in linker_append_elf_sym()
1994 glob_sym->is_weak = sym_bind == STB_WEAK; in linker_append_elf_sym()
Dlibbpf.c420 bool is_weak; member
3659 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()
6784 ext->is_weak, !ext->ksym.type_id, in bpf_program_record_relos()
6789 ext->is_weak, false, BTF_KIND_FUNC, in bpf_program_record_relos()
7262 if (id == -ESRCH && ext->is_weak) in bpf_object__resolve_ksym_var_btf_id()
7316 if (kfunc_id == -ESRCH && ext->is_weak) in bpf_object__resolve_ksym_func_btf_id()
7466 if (!ext->is_set && !ext->is_weak) { in bpf_object__resolve_externs()
/external/libchrome/base/trace_event/
Dprocess_memory_dump.h256 bool is_weak);
Dprocess_memory_dump.cc444 bool is_weak) { in CreateSharedMemoryOwnershipEdgeInternal() argument
/external/cronet/base/trace_event/
Dprocess_memory_dump.h272 bool is_weak);
Dprocess_memory_dump.cc504 bool is_weak) { in CreateSharedMemoryOwnershipEdgeInternal() argument
/external/elfutils/src/
Dnm.c980 bool is_weak = GELF_ST_BIND (syms[cnt].sym.st_info) == STB_WEAK; in show_symbols_bsd() local
982 ? (is_tls ? "@" : (is_weak ? "*" : " ")) : ""); in show_symbols_bsd()
991 else if (is_weak) in show_symbols_bsd()
1006 else if (is_weak) in show_symbols_bsd()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Dgraph.h141 bool is_weak() const { return weak_; } in is_weak() function
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp170 static SkWeakReturn is_weak(FcPattern* pattern, const char object[], int id) { in is_weak() function
248 result = is_weak(minimal, object, 0); in remove_weak()
/external/kmod/tools/
Ddepmod.c1624 uint8_t is_weak = bindtype == KMOD_SYMBOL_WEAK; in depmod_load_module_dependencies() local
1629 if (cfg->print_unknown && !is_weak) in depmod_load_module_dependencies()
1635 if (cfg->check_symvers && sym->crc != crc && !is_weak) { in depmod_load_module_dependencies()
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc6374 bool is_weak = !pool_->enforce_weak_ && proto.options().weak(); in CrossLinkField() local
6375 bool is_lazy = pool_->lazily_build_dependencies_ && !is_weak; in CrossLinkField()
6413 if (is_weak) { in CrossLinkField()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc6434 bool is_weak = !pool_->enforce_weak_ && proto.options().weak(); in CrossLinkField() local
6435 bool is_lazy = pool_->lazily_build_dependencies_ && !is_weak; in CrossLinkField()
6473 if (is_weak) { in CrossLinkField()