Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dvtable_builder.cpp24 bool IsMaxSpecificMethod(const Class *iface, const Method &method, size_t startindex, const ITable … in IsMaxSpecificMethod()
Dthread_pool.h144 WorkerCreationInterface *iface = GetWorkerCreationInterface(); in Help() local
228 WorkerCreationInterface *iface = thread_pool->GetWorkerCreationInterface(); in WorkerEntry() local
Dclass_initializer.cpp237 for (auto *iface : klass->GetInterfaces()) { in InitializeClass() local
280 …tializer<mode>::InitializeInterface(ClassLinker *class_linker, ManagedThread *thread, Class *iface, in InitializeInterface()
Dclass_linker.cpp759 auto *iface = GetClass(pf, id, context, error_handler); in LoadInterfaces() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp48 constexpr void RunOpts(compiler::Graph *graph, [[maybe_unused]] BytecodeOptIrInterface *iface) in RunOpts()
55 constexpr void RunOpts(compiler::Graph *graph, BytecodeOptIrInterface *iface = nullptr) in RunOpts()
61 bool RunOptimizations(compiler::Graph *graph, BytecodeOptIrInterface *iface) in RunOptimizations()
Dcodegen.h42 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen()
/arkcompiler/runtime_core/runtime/include/
Dvtable_builder-inl.h107 auto iface = entry.GetInterface(); in AddDefaultInterfaceMethods() local
Dclass-inl.h347 auto *iface = entry.GetInterface(); in FindInterfaceMethod() local
529 auto *iface = method->GetClass(); in ResolveVirtualMethod() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp334 for (auto iface : ifaces_) { in WriteIfaces() local
Dfile_items.h1040 void AddInterface(BaseClassItem *iface) in AddInterface()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp781 auto &iface = it->second; in HandleInterfaces() local