Searched defs:fun_name (Results 1 - 9 of 9) sorted by relevance
| /third_party/node/deps/v8/src/extensions/ |
| H A D | gc-extension.h | 36 explicit GCExtension(const char* fun_name) in GCExtension() argument 44 static const char* BuildSource(char* buf, size_t size, const char* fun_name) { in BuildSource() argument 46 "native function %s();", fun_name); in BuildSource() local
|
| H A D | cputracemark-extension.h | 20 explicit CpuTraceMarkExtension(const char* fun_name) in CpuTraceMarkExtension() argument 30 static const char* BuildSource(char* buf, size_t size, const char* fun_name) { in BuildSource() argument 32 "native function %s();", fun_name); in BuildSource() local
|
| H A D | vtunedomain-support-extension.h | 40 static const char* BuildSource(char* buf, size_t size, const char* fun_name) { in BuildSource() argument 42 "native function %s();", fun_name); in BuildSource() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | optimize_bytecode_test.cpp | 95 const std::string fun_name = "func_main_0:(any,any,any)"; in HWTEST_F() local 150 const std::string fun_name = "func_main_0:(any,any,any)"; in HWTEST_F() local 210 const std::string fun_name = "func_main_0:(any,any,any)"; in HWTEST_F() local
|
| H A D | excluded_keys_test.cpp | 85 const std::string fun_name = "foo:(any,any,any)"; in HWTEST_F() local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| H A D | class.cpp | 63 auto fun_name = name.substr(pos2 + 1); in GetFuncNameWithoutPrefix() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_parser_test.cpp | 207 const std::string fun_name = "foo:(any,any,any)"; in HWTEST_F() local
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 2300 Handle<String> fun_name = SharedFunctionInfo::DebugName(shared); in LogExistingFunction() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-objects.cc | 1028 Handle<String> fun_name = in DefineProperty() local 1061 Handle<String> fun_name = in DefineProperties() local 2777 std::unique_ptr<char[]> fun_name = function.shared().DebugNameCStr(); in JSObjectShortPrint() local
|
Completed in 18 milliseconds