Home
last modified time | relevance | path

Searched defs:func (Results 376 - 400 of 4486) sorted by relevance

1...<<11121314151617181920>>...180

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
H A Dbindfunction.js
/arkcompiler/runtime_core/compiler/tests/js/
H A DregallocTest.js17 function func(num) { function
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
H A Dsetobjectwithproto.js
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dasmjit_test.cpp93 FuncDetail func; in TEST_F() local
184 FuncDetail func; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dirtoc_test.cpp75 void TestLoop(TestCfgFunc func) in TestLoop() argument
/arkcompiler/runtime_core/static_core/verification/util/
H A Dcallable.h97 constexpr callable(FunctionType func) : method_ {func} {} // NOLINT(google-explicit-constructor) in callable() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSemitter.cpp28 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 DfunctionExpression.cpp70 auto *const func = func_->Clone(allocator, nullptr)->AsScriptFunction(); in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DfunctionDeclaration.h26 explicit FunctionDeclaration(ArenaAllocator *allocator, ScriptFunction *func, bool isAnonymous = false) in FunctionDeclaration() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.cpp23 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 Daarch64_proepilog.h31 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 Dproepilog.h25 explicit GenProEpilog(CGFunc &func) : cgFunc(func) {} in GenProEpilog() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_live.cpp45 MIRFunction *func = funcSt->GetFunction(); in ProcessCallInsnParam() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlabel_creation.cpp50 MIRFunction *func = &cgFunc->GetFunction(); in CreateStartEndLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol_builder.cpp31 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 Des2panda_public_test.cpp90 auto func = [](es2panda_AstNode *ast, void *argp) { in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DfunctionDeclarationBuilder.h29 FunctionDeclarationBuilder &SetFunction(ScriptFunction *func) in SetFunction() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DthisExpression.cpp45 const ir::ScriptFunction *func = util::Helpers::GetContainingConstructor(this); in Compile() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DASTVerifier.h113 static InvariantCheck RecursiveInvariant(const InvariantCheck &func) in RecursiveInvariant() argument
/base/hiviewdfx/hiview/base/
H A Dplugin_factory.cpp49 void PluginFactory::RegisterPlugin(const std::string& name, std::shared_ptr<PluginRegistInfo> func) in RegisterPlugin() argument
/base/inputmethod/imf/frameworks/cj/src/
H A Dsetting_listeners.cpp43 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 Daction.h36 Action(std::function<void()> func) : func_(func) { } in Action() argument
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_filter.cpp51 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 Dhisysevent_c.cpp31 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 Dutil.h113 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

Completed in 8 milliseconds

1...<<11121314151617181920>>...180