Home
last modified time | relevance | path

Searched defs:fun_name (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.h36 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 Dcputracemark-extension.h20 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 Dvtunedomain-support-extension.h40 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 Doptimize_bytecode_test.cpp95 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 Dexcluded_keys_test.cpp85 const std::string fun_name = "foo:(any,any,any)"; in HWTEST_F() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dclass.cpp63 auto fun_name = name.substr(pos2 + 1); in GetFuncNameWithoutPrefix() local
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_parser_test.cpp207 const std::string fun_name = "foo:(any,any,any)"; in HWTEST_F() local
/third_party/node/deps/v8/src/logging/
H A Dlog.cc2300 Handle<String> fun_name = SharedFunctionInfo::DebugName(shared); in LogExistingFunction() local
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1028 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