Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc85 MemAddr function_size; in LookupAddress() local
306 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
H A Dbasic_source_line_resolver.cc318 MemAddr function_size; in LookupAddress() local
380 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dbreakpad_parser.h46 size_t function_size = 0; member
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module.cc758 size_t BPFModule::function_size(size_t id) const { in function_size() function in ebpf::BPFModule
765 size_t BPFModule::function_size(const string &name) const { in function_size() function in ebpf::BPFModule
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dfunction.pb.h1180 inline int FunctionDefLibrary::function_size() const { in function_size() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dmutable_graph_view.cc469 const int function_size = subgraph.library().function_size(); in AddSubgraph() local