Home
last modified time | relevance | path

Searched defs:iface (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.h34 explicit ConstArrayResolver(compiler::Graph *graph, BytecodeOptIrInterface *iface) in ConstArrayResolver() argument
H A Dcodegen.h49 explicit BytecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface) in BytecodeGen() argument
H A Doptimize_bytecode.cpp59 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 Dvtable_builder_variance-inl.h126 [[maybe_unused]] Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
H A Dvtable_builder_standard-inl.h101 bool StandardVTableBuilder<OverridePred>::IsMaxSpecificInterfaceMethod(const Class *iface, const Method &method, in IsMaxSpecificInterfaceMethod() argument
129 Class *iface = itable[itableIdx].GetInterface(); in ProcessDefaultMethod() local
H A Dvtable_builder_base-inl.h143 auto iface = itable[i].GetInterface(); in AddDefaultInterfaceMethods() local
H A Dclass-inl.h349 auto *iface = entry.GetInterface(); in FindInterfaceMethod() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcodegen.h41 BytecodeGen(compiler::Graph *graph, pandasm::Function *function, const BytecodeOptIrInterface *iface, pandasm::Program *prog) BytecodeGen() argument
H A Dmodule_constant_analyzer.cpp23 ModuleConstantAnalyzer(compiler::Graph *graph, const std::unordered_set<uint32_t> &const_local_export_slots, ModuleConstantAnalysisResult &analysis_result, const BytecodeOptIrInterface *iface) ModuleConstantAnalyzer() argument
H A Doptimize_bytecode.cpp67 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp148 auto iface = RefTypeLink(&subCDA.GetPandaFile(), subCDA.GetInterfaceId(i)); in RefExtendsOrImplements() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool.h166 WorkerCreationInterface *iface = GetWorkerCreationInterface(); in Help() local
251 WorkerCreationInterface *iface = threadPool->GetWorkerCreationInterface(); in WorkerEntry() local
[all...]
H A Dclass_linker.cpp814 auto *iface = GetClass(pf, id, context, errorHandler); in LoadInterfaces() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp44 ConstantPropagation::ConstantPropagation(compiler::Graph *graph, const BytecodeOptIrInterface *iface) in ConstantPropagation() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_TypeCreator.cpp563 auto iface = GetPandasmTypeFromDescriptor(creator->GetCtx(), descr->GetMutf8()); in TypeAPITypeCreatorCtxClassAddIface() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp808 auto &iface = it->second; in HandleInterfaces() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp950 auto &iface = it->second; in HandleInterfaces() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1067 void AddInterface(BaseClassItem *iface) in AddInterface() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h1096 void AddInterface(BaseClassItem *iface) in AddInterface() argument

Completed in 24 milliseconds