| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.h | 34 explicit ConstArrayResolver(compiler::Graph *graph, BytecodeOptIrInterface *iface) in ConstArrayResolver()
|
| D | optimize_bytecode.cpp | 59 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()
|
| D | codegen.h | 49 …tecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface) in BytecodeGen()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder_standard-inl.h | 101 bool StandardVTableBuilder<OverridePred>::IsMaxSpecificInterfaceMethod(const Class *iface, const Me… in IsMaxSpecificInterfaceMethod() 129 Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
|
| D | vtable_builder_variance-inl.h | 130 [[maybe_unused]] Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
|
| D | vtable_builder_base-inl.h | 148 auto iface = itable[i].GetInterface(); in AddDefaultInterfaceMethods() local
|
| D | class-inl.h | 364 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/ |
| D | handshake.cpp | 44 auto *iface = static_cast<arkplatform::VMInterface *>(jsvmIface); in VmHandshake() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.h | 41 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen()
|
| D | module_constant_analyzer.cpp | 24 const BytecodeOptIrInterface *iface) in ModuleConstantAnalyzer()
|
| D | optimize_bytecode.cpp | 55 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_pool.h | 166 WorkerCreationInterface *iface = GetWorkerCreationInterface(); in Help() local 251 WorkerCreationInterface *iface = threadPool->GetWorkerCreationInterface(); in WorkerEntry() local
|
| D | class_initializer.cpp | 317 for (auto *iface : klass->GetInterfaces()) { in InitializeClass() local 360 …itializer<MODE>::InitializeInterface(ClassLinker *classLinker, ManagedThread *thread, Class *iface, in InitializeInterface()
|
| D | class_linker.cpp | 842 auto *iface = GetClass(pf, id, context, errorHandler); in LoadInterfaces() local
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static.h | 60 … CodeGenStatic(compiler::Graph *graph, pandasm::Function *function, const AbckitIrInterface *iface) in CodeGenStatic()
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 292 for (auto iface : oldIfaces) { in InheritanceChangesCheck() local 295 for (auto iface : newIfaces) { in InheritanceChangesCheck() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vtable_builder.cpp | 153 auto iface = RefTypeLink(ctx, &subCDA.GetPandaFile(), subCDA.GetInterfaceId(i)); in RefExtendsOrImplements() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.cpp | 291 for (auto iface : ifaces_) { in WriteIfaces() local 401 for (auto &iface : ifaces_) { in SetDependencyMark() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.h | 300 for (auto iface : ifaces) { in EnumerateInterfaces() local
|
| D | ets_class.cpp | 621 void EtsClass::GetInterfaces(PandaUnorderedSet<EtsClass *> &ifaces, EtsClass *iface) in GetInterfaces()
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | constant_propagation.cpp | 40 …nstantPropagation::ConstantPropagation(compiler::Graph *graph, const BytecodeOptIrInterface *iface) in ConstantPropagation()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 607 auto iface = GetPandasmTypeFromDescriptor(creator->GetCtx(), descr->GetMutf8()); in TypeAPITypeCreatorCtxClassAddIface() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 183 for (auto iface : oi->GetInterfaces()) { in MergeClass() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 340 for (auto iface : ifaces_) { in WriteIfaces() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.cpp | 331 if (auto iface = weakSelf.lock()) { in Post() local
|