Home
last modified time | relevance | path

Searched refs:script_desc (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-script.c856 struct script_desc { struct
865 static struct script_desc *script_desc__new(const char *name) in script_desc__new() argument
867 struct script_desc *s = zalloc(sizeof(*s)); in script_desc__new()
875 static void script_desc__delete(struct script_desc *s) in script_desc__delete()
883 static void script_desc__add(struct script_desc *s) in script_desc__add()
888 static struct script_desc *script_desc__find(const char *name) in script_desc__find()
890 struct script_desc *s; in script_desc__find()
898 static struct script_desc *script_desc__findnew(const char *name) in script_desc__findnew()
900 struct script_desc *s = script_desc__find(name); in script_desc__findnew()
933 static int read_script_info(struct script_desc *desc, const char *filename) in read_script_info()
[all …]
/external/v8/test/cctest/
Dtest-api.cc5667 Local<Script> script_desc = v8_compile( in THREADED_TEST() local
5671 Local<Value> result = script_desc->Run(); in THREADED_TEST()
5684 result = script_desc->Run(); in THREADED_TEST()
5695 result = script_desc->Run(); in THREADED_TEST()
5715 Local<Script> script_desc = v8_compile( in THREADED_TEST() local
5720 Local<Value> result = script_desc->Run(); in THREADED_TEST()
5732 result = script_desc->Run(); in THREADED_TEST()
5743 result = script_desc->Run(); in THREADED_TEST()