| /arkcompiler/ets_runtime/test/moduletest/bindfunction/ |
| H A D | bindfunction.js | |
| /arkcompiler/runtime_core/compiler/tests/js/ |
| H A D | regallocTest.js | 17 function func(num) { function
|
| /arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/ |
| H A D | setobjectwithproto.js | |
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| H A D | asmjit_test.cpp | 93 FuncDetail func; in TEST_F() local 184 FuncDetail func; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | irtoc_test.cpp | 75 void TestLoop(TestCfgFunc func) in TestLoop() argument
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | callable.h | 97 constexpr callable(FunctionType func) : method_ {func} {} // NOLINT(google-explicit-constructor) in callable() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | JSemitter.cpp | 28 auto *func = new pandasm::Function(Cg()->InternalName().Mutf8(), panda_file::SourceLang::ECMASCRIPT); in GenFunctionSignature() local 54 void JSFunctionEmitter::GenFunctionAnnotations(pandasm::Function *func) in GenFunctionAnnotations() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | functionExpression.cpp | 70 auto *const func = func_->Clone(allocator, nullptr)->AsScriptFunction(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | functionDeclaration.h | 26 explicit FunctionDeclaration(ArenaAllocator *allocator, ScriptFunction *func, bool isAnonymous = false) in FunctionDeclaration() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_proxy_stub_builder.cpp | 23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTarget)
in GenProxyConstructor() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| H A D | aarch64_proepilog.h | 31 AArch64GenProEpilog(CGFunc &func, MemPool &memPool) : GenProEpilog(func), tmpAlloc(&memPool) in AArch64GenProEpilog() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | proepilog.h | 25 explicit GenProEpilog(CGFunc &func) : cgFunc(func) {} in GenProEpilog() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_live.cpp | 45 MIRFunction *func = funcSt->GetFunction(); in ProcessCallInsnParam() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | label_creation.cpp | 50 MIRFunction *func = &cgFunc->GetFunction(); in CreateStartEndLabel() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | mir_symbol_builder.cpp | 31 CreateSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass, MIRFunction *func, uint8 scpID) const CreateSymbol() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | es2panda_public_test.cpp | 90 auto func = [](es2panda_AstNode *ast, void *argp) { in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | functionDeclarationBuilder.h | 29 FunctionDeclarationBuilder &SetFunction(ScriptFunction *func) in SetFunction() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | thisExpression.cpp | 45 const ir::ScriptFunction *func = util::Helpers::GetContainingConstructor(this); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | ASTVerifier.h | 113 static InvariantCheck RecursiveInvariant(const InvariantCheck &func) in RecursiveInvariant() argument
|
| /base/hiviewdfx/hiview/base/ |
| H A D | plugin_factory.cpp | 49 void PluginFactory::RegisterPlugin(const std::string& name, std::shared_ptr<PluginRegistInfo> func)
in RegisterPlugin() argument
|
| /base/inputmethod/imf/frameworks/cj/src/ |
| H A D | setting_listeners.cpp | 43 int32_t CJGetInputMethodSetting::Subscribe(uint32_t type, void (*func)(CInputMethodProperty, CInputMethodSubtype)) in Subscribe() argument
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/include/actions/ |
| H A D | action.h | 36 Action(std::function<void()> func) : func_(func) { } in Action() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
| H A D | memory_filter.cpp | 51 GetGroupFromMap(const string &name, string &group, const std::map<std::string, std::string> &map, MatchFunc func) GetGroupFromMap() argument
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
| H A D | hisysevent_c.cpp | 31 int HiSysEventInnerWrite(const char* func, int64_t line, const std::string& domain, const std::string& name, in HiSysEventInnerWrite() argument 45 int HiSysEvent_Write(const char* func, int64_t line, const char* domain, const char* name, in HiSysEvent_Write() argument
|
| /base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
| H A D | util.h | 113 ReturnT do_call(FuncType& func, VecType& args, indices<I...>) in do_call() argument 124 ReturnT unpack_caller(FuncType& func, VecType& args) in unpack_caller() argument
|