Home
last modified time | relevance | path

Searched defs:function_size (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
Dfast_source_line_resolver.cc78 MemAddr function_size; in LookupAddress() local
217 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
Dbasic_source_line_resolver.cc240 MemAddr function_size; in LookupAddress() local
295 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
/external/perfetto/src/profiling/symbolizer/
Dbreakpad_parser.h46 size_t function_size = 0; member
/external/bcc/src/cc/
Dbpf_module.cc691 size_t BPFModule::function_size(size_t id) const { in function_size() function in ebpf::BPFModule
698 size_t BPFModule::function_size(const string &name) const { in function_size() function in ebpf::BPFModule
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc447 const int function_size = subgraph.library().function_size(); in AddSubgraph() local