Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.h34 explicit ConstArrayResolver(compiler::Graph *graph, BytecodeOptIrInterface *iface) in ConstArrayResolver()
Doptimize_bytecode.cpp59 constexpr void RunOpts(compiler::Graph *graph, [[maybe_unused]] BytecodeOptIrInterface *iface) in RunOpts()
78 constexpr void RunOpts(compiler::Graph *graph, BytecodeOptIrInterface *iface = nullptr) in RunOpts()
84 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations()
Dcodegen.h49 …tecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface) in BytecodeGen()
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_standard-inl.h101 bool StandardVTableBuilder<OverridePred>::IsMaxSpecificInterfaceMethod(const Class *iface, const Me… in IsMaxSpecificInterfaceMethod()
129 Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
Dvtable_builder_variance-inl.h130 [[maybe_unused]] Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
Dvtable_builder_base-inl.h148 auto iface = itable[i].GetInterface(); in AddDefaultInterfaceMethods() local
Dclass-inl.h364 auto *iface = entry.GetInterface(); in FindInterfaceMethod() local
607 auto *iface = method->GetClass(); in ResolveVirtualMethod() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dhandshake.cpp44 auto *iface = static_cast<arkplatform::VMInterface *>(jsvmIface); in VmHandshake() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h41 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen()
Dmodule_constant_analyzer.cpp24 const BytecodeOptIrInterface *iface) in ModuleConstantAnalyzer()
Doptimize_bytecode.cpp55 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations()
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h166 WorkerCreationInterface *iface = GetWorkerCreationInterface(); in Help() local
251 WorkerCreationInterface *iface = threadPool->GetWorkerCreationInterface(); in WorkerEntry() local
Dclass_initializer.cpp317 for (auto *iface : klass->GetInterfaces()) { in InitializeClass() local
360 …itializer<MODE>::InitializeInterface(ClassLinker *classLinker, ManagedThread *thread, Class *iface, in InitializeInterface()
Dclass_linker.cpp842 auto *iface = GetClass(pf, id, context, errorHandler); in LoadInterfaces() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static.h60 … CodeGenStatic(compiler::Graph *graph, pandasm::Function *function, const AbckitIrInterface *iface) in CodeGenStatic()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp292 for (auto iface : oldIfaces) { in InheritanceChangesCheck() local
295 for (auto iface : newIfaces) { in InheritanceChangesCheck() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp153 auto iface = RefTypeLink(ctx, &subCDA.GetPandaFile(), subCDA.GetInterfaceId(i)); in RefExtendsOrImplements() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.cpp291 for (auto iface : ifaces_) { in WriteIfaces() local
401 for (auto &iface : ifaces_) { in SetDependencyMark() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h300 for (auto iface : ifaces) { in EnumerateInterfaces() local
Dets_class.cpp621 void EtsClass::GetInterfaces(PandaUnorderedSet<EtsClass *> &ifaces, EtsClass *iface) in GetInterfaces()
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp40 …nstantPropagation::ConstantPropagation(compiler::Graph *graph, const BytecodeOptIrInterface *iface) in ConstantPropagation()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp607 auto iface = GetPandasmTypeFromDescriptor(creator->GetCtx(), descr->GetMutf8()); in TypeAPITypeCreatorCtxClassAddIface() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp183 for (auto iface : oi->GetInterfaces()) { in MergeClass() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp340 for (auto iface : ifaces_) { in WriteIfaces() local
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp331 if (auto iface = weakSelf.lock()) { in Post() local

12