Searched defs:iface (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/runtime/ |
| D | vtable_builder.cpp | 24 bool IsMaxSpecificMethod(const Class *iface, const Method &method, size_t startindex, const ITable … in IsMaxSpecificMethod()
|
| D | thread_pool.h | 144 WorkerCreationInterface *iface = GetWorkerCreationInterface(); in Help() local 228 WorkerCreationInterface *iface = thread_pool->GetWorkerCreationInterface(); in WorkerEntry() local
|
| D | class_initializer.cpp | 237 for (auto *iface : klass->GetInterfaces()) { in InitializeClass() local 280 …tializer<mode>::InitializeInterface(ClassLinker *class_linker, ManagedThread *thread, Class *iface, in InitializeInterface()
|
| D | class_linker.cpp | 759 auto *iface = GetClass(pf, id, context, error_handler); in LoadInterfaces() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 48 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()
|
| D | codegen.h | 42 const BytecodeOptIrInterface *iface, pandasm::Program *prog) in BytecodeGen()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | vtable_builder-inl.h | 107 auto iface = entry.GetInterface(); in AddDefaultInterfaceMethods() local
|
| D | class-inl.h | 347 auto *iface = entry.GetInterface(); in FindInterfaceMethod() local 529 auto *iface = method->GetClass(); in ResolveVirtualMethod() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 334 for (auto iface : ifaces_) { in WriteIfaces() local
|
| D | file_items.h | 1040 void AddInterface(BaseClassItem *iface) in AddInterface()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 781 auto &iface = it->second; in HandleInterfaces() local
|