Home
last modified time | relevance | path

Searched refs:classMethods (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h98 auto classMethods = allocator_.New<ArenaForwardList<MethodInfo>>(allocator_.Adapter()); in AddClassMethods() local
100 cda->EnumerateMethods([this, ctx, &classMethods](panda_file::MethodDataAccessor &mda) { in AddClassMethods()
102 classMethods->emplace_front(mda, numVmethods_++, ctx); in AddClassMethods()
106 for (auto &info : *classMethods) { in AddClassMethods()
117 auto classMethods = allocator_.New<ArenaForwardList<MethodInfo>>(allocator_.Adapter()); in AddClassMethods() local
121 classMethods->emplace_front(&method, numVmethods_++); in AddClassMethods()
125 for (auto const &info : *classMethods) { in AddClassMethods()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch126 ...ter.asyncGenerators.classMethods.es2015.ts | 11 +
4384 …r.asyncGenerators.classMethods.es2015.ts b/tests/cases/conformance/emitter/es2015/asyncGenerators/…
4386 --- a/tests/cases/conformance/emitter/es2015/asyncGenerators/emitter.asyncGenerators.classMethods.e…
4387 +++ b/tests/cases/conformance/emitter/es2015/asyncGenerators/emitter.asyncGenerators.classMethods.e…