Home
last modified time | relevance | path

Searched refs:function_map (Results 1 – 7 of 7) sorted by relevance

/system/core/init/
Dmain.cpp63 const BuiltinFunctionMap function_map; in main() local
65 return SubcontextMain(argc, argv, &function_map); in main()
Daction.h78 static void set_function_map(const KeywordFunctionMap* function_map) { in set_function_map() argument
79 function_map_ = function_map; in set_function_map()
Dhost_init_verifier.cpp140 const BuiltinFunctionMap function_map; in main() local
141 Action::set_function_map(&function_map); in main()
Dsubcontext.cpp101 SubcontextProcess(const KeywordFunctionMap* function_map, std::string context, int init_fd) in SubcontextProcess() argument
102 : function_map_(function_map), context_(std::move(context)), init_fd_(init_fd){}; in SubcontextProcess()
217 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map) { in SubcontextMain() argument
227 auto subcontext_process = SubcontextProcess(function_map, context, init_fd); in SubcontextMain()
Dsubcontext.h63 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map);
Dinit.cpp694 const BuiltinFunctionMap function_map; in SecondStageMain() local
695 Action::set_function_map(&function_map); in SecondStageMain()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py279 self.function_map = {}
417 exist_function = self.function_map.get(function.key)
423 self.function_map[function.key] = function