Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
Dnapi_impl.h29 NapiImpl impl; in InitNapi() local
Dnapi_impl.cpp28 void NapiImpl::Init(NapiImpl impl) in Init()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
De2p_test_plugin.c24 static struct es2panda_Impl const *impl = NULL; variable
Des2panda_public_test.cpp83 es2panda_Impl const *impl = nullptr; in TEST_F() member
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
Dmain.cpp24 const auto *impl = es2panda_GetImpl(ES2PANDA_LIB_VERSION); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h89 auto &impl = static_cast<FuncOptimizeImpl &>(utils::ToRef(param)); in RunImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp142 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.h217 void RegisterNativeImpl(void *impl) in RegisterNativeImpl()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h190 CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
Dcircuit_builder_helper.h257 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp386 Method *impl = etsClassLinker->GetAsyncImplMethod(method, currentCoro); in EtsAsyncCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h64 inline void SetImpl(void *impl) in SetImpl()
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>(); in EndCurrentBlock() local
358 auto impl = std::make_unique<BasicBlockImpl>(); in EnsureBBImpl() local
509 BasicBlockImpl *impl = EnsureBBImpl(bb); in EnsureLBB() local
1202 BasicBlockImpl *impl = bb->GetImpl<BasicBlockImpl>(); in VisitPhi() local
1219 BasicBlockImpl* impl = currentBb_->GetImpl<BasicBlockImpl>(); in VisitPhi() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp666 const ir::MethodDefinition *impl = FindAsyncImpl(scriptFunc); in GenAnnotationAsync() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp843 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseClassImplementClause() local
DASparser.cpp1136 auto *impl = AllocNode<ir::TSClassImplements>(current, implTypeParams); in ParseClassImplementClause() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp353 for (auto *impl : classDef->Implements()) { in BuildClassDefinitionImpl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1111 auto *impl = CreateAsyncProxy(overload, classDef, false); in CreateAsyncProxyMethods() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3802 …void *impl = reinterpret_cast<void *>(&ExecuteImpl<RuntimeIfaceT, IS_DYNAMIC, IS_PROFILE_ENABLED>); in ExecuteImplInner() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3279 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseTSClassImplements() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js2797 impl: null property
2804 impl: null property
2934 get impl() { getter
3021 get impl() { getter
3057 get impl() { getter
3150 get impl() { getter
46779 this.impl = new UO(this); property
107694 impl: null, property
107736 impl: null, property
107770 impl: null, property
[all …]