| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/ |
| H A D | napi_impl.h | 29 NapiImpl impl; in InitNapi() local
|
| H A D | napi_impl.cpp | 28 void NapiImpl::Init(NapiImpl impl) in Init() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | e2p_test_plugin_is.c | 24 static struct es2panda_Impl const *impl = NULL; variable
|
| H A D | e2p_test_plugin_dump_json.c | 24 static struct es2panda_Impl const *impl = NULL; variable
|
| H A D | e2p_test_plugin_ets_src.c | 24 static struct es2panda_Impl const *impl = NULL; variable
|
| H A D | e2p_test_plugin.c | 24 static struct es2panda_Impl const *impl = NULL; variable
|
| H A D | es2panda_public_test.cpp | 83 es2panda_Impl const *impl = nullptr; in TEST_F() member
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| H A D | main.cpp | 24 const auto *impl = es2panda_GetImpl(ES2PANDA_LIB_VERSION); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | safe_cast.h | 35 namespace impl { namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_vm_api.cpp | 142 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative() argument
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | string_index_of.h | 33 namespace impl { namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| H A D | ets_napi_helpers.cpp | 386 Method *impl = etsClassLinker->GetAsyncImplMethod(method, currentCoro); in EtsAsyncCall() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_method.h | 217 void RegisterNativeImpl(void *impl) in RegisterNativeImpl() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | code_generator.h | 190 CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName)
in CodeGenerator() argument
|
| H A D | circuit_builder_helper.h | 257 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 D | llvm_ir_builder.h | 64 inline void SetImpl(void *impl) in SetImpl() argument
|
| H A D | llvm_ir_builder.cpp | 303 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 D | ETSemitter.cpp | 666 const ir::MethodDefinition *impl = FindAsyncImpl(scriptFunc); in GenAnnotationAsync() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TypedParser.cpp | 848 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseClassImplementClause() local
|
| H A D | ASparser.cpp | 1136 auto *impl = AllocNode<ir::TSClassImplements>(current, implTypeParams); in ParseClassImplementClause() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter-inl.h | 3802 void *impl = reinterpret_cast<void *>(&ExecuteImpl<RuntimeIfaceT, IS_DYNAMIC, IS_PROFILE_ENABLED>); in ExecuteImplInner() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 3325 auto *impl = AllocNode<ir::TSClassImplements>(expr, implTypeParams); in ParseTSClassImplements() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |