Home
last modified time | relevance | path

Searched defs:impl (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H A Dnapi_impl.h29 NapiImpl impl; in InitNapi() local
H A Dnapi_impl.cpp28 void NapiImpl::Init(NapiImpl impl) in Init() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A De2p_test_plugin_is.c24 static struct es2panda_Impl const *impl = NULL; variable
H A De2p_test_plugin_dump_json.c24 static struct es2panda_Impl const *impl = NULL; variable
H A De2p_test_plugin_ets_src.c24 static struct es2panda_Impl const *impl = NULL; variable
H A De2p_test_plugin.c24 static struct es2panda_Impl const *impl = NULL; variable
H A Des2panda_public_test.cpp83 es2panda_Impl const *impl = nullptr; in TEST_F() member
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A Dmain.cpp24 const auto *impl = es2panda_GetImpl(ES2PANDA_LIB_VERSION); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_cast.h35 namespace impl { namespace
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp142 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative() argument
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dstring_index_of.h33 namespace impl { namespace
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_helpers.cpp386 Method *impl = etsClassLinker->GetAsyncImplMethod(method, currentCoro); in EtsAsyncCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h217 void RegisterNativeImpl(void *impl) in RegisterNativeImpl() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h190 CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator() argument
H A Dcircuit_builder_helper.h257 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label() argument
345 auto impl = new Label::LabelImpl(env, control); in NewLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.h64 inline void SetImpl(void *impl) in SetImpl() argument
H A Dllvm_ir_builder.cpp303 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); in SetToCfg() local
316 auto impl = bb->GetImpl<BasicBlockImpl>(); in ProcessPhiWorkList() local
338 BasicBlockImpl *impl = currentBb_->GetImpl<BasicBlockImpl>(); EndCurrentBlock() local
358 auto impl = std::make_unique<BasicBlockImpl>(); EnsureBBImpl() local
509 BasicBlockImpl *impl = EnsureBBImpl(bb); EnsureLBB() local
1202 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); VisitPhi() local
1219 BasicBlockImpl* impl = currentBb_->GetImpl<BasicBlockImpl>(); VisitPhi() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp666 const ir::MethodDefinition *impl = FindAsyncImpl(scriptFunc); in GenAnnotationAsync() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp848 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseClassImplementClause() local
H A DASparser.cpp1136 auto *impl = AllocNode<ir::TSClassImplements>(current, implTypeParams); in ParseClassImplementClause() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h3802 void *impl = reinterpret_cast<void *>(&ExecuteImpl<RuntimeIfaceT, IS_DYNAMIC, IS_PROFILE_ENABLED>); in ExecuteImplInner() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3325 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseTSClassImplements() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 36 milliseconds