| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | const_array_resolver.h | 34 explicit ConstArrayResolver(compiler::Graph *graph, BytecodeOptIrInterface *iface) in ConstArrayResolver() argument
|
| H A D | codegen.h | 49 explicit BytecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface) in BytecodeGen() argument
|
| H A D | optimize_bytecode.cpp | 59 constexpr void RunOpts(compiler::Graph *graph, [[maybe_unused]] BytecodeOptIrInterface *iface) in RunOpts() argument 84 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | vtable_builder_variance-inl.h | 126 [[maybe_unused]] Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
|
| H A D | vtable_builder_standard-inl.h | 101 bool StandardVTableBuilder<OverridePred>::IsMaxSpecificInterfaceMethod(const Class *iface, const Method &method, in IsMaxSpecificInterfaceMethod() argument 129 Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
|
| H A D | vtable_builder_base-inl.h | 143 auto iface = itable[i].GetInterface(); in AddDefaultInterfaceMethods() local
|
| H A D | class-inl.h | 349 auto *iface = entry.GetInterface(); in FindInterfaceMethod() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | codegen.h | 41 BytecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface, pandasm::Program *prog) BytecodeGen() argument
|
| H A D | module_constant_analyzer.cpp | 23 ModuleConstantAnalyzer(compiler::Graph *graph, const std::unordered_set<uint32_t> &const_local_export_slots, ModuleConstantAnalysisResult &analysis_result, const BytecodeOptIrInterface *iface) ModuleConstantAnalyzer() argument
|
| H A D | optimize_bytecode.cpp | 67 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_vtable_builder.cpp | 148 auto iface = RefTypeLink(&subCDA.GetPandaFile(), subCDA.GetInterfaceId(i)); in RefExtendsOrImplements() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | thread_pool.h | 166 WorkerCreationInterface *iface = GetWorkerCreationInterface(); in Help() local 251 WorkerCreationInterface *iface = threadPool->GetWorkerCreationInterface(); in WorkerEntry() local [all...] |
| H A D | class_linker.cpp | 814 auto *iface = GetClass(pf, id, context, errorHandler); in LoadInterfaces() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| H A D | constant_propagation.cpp | 44 ConstantPropagation::ConstantPropagation(compiler::Graph *graph, const BytecodeOptIrInterface *iface) in ConstantPropagation() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_TypeCreator.cpp | 563 auto iface = GetPandasmTypeFromDescriptor(creator->GetCtx(), descr->GetMutf8()); in TypeAPITypeCreatorCtxClassAddIface() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-emitter.cpp | 808 auto &iface = it->second; in HandleInterfaces() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-emitter.cpp | 950 auto &iface = it->second; in HandleInterfaces() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_items.h | 1067 void AddInterface(BaseClassItem *iface) in AddInterface() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.h | 1096 void AddInterface(BaseClassItem *iface) in AddInterface() argument
|