Home
last modified time | relevance | path

Searched defs:ada (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_annotation.cpp32 panda_file::AnnotationDataAccessor ada(pf, annId); in FindAsyncAnnotation() local
Dets_class_linker.cpp78 panda_file::AnnotationDataAccessor ada(pf, asyncAnnId); in GetAsyncImplMethod() local
/arkcompiler/runtime_core/tests/fuzztest/annotationdataaccessor_fuzzer/
Dannotationdataaccessor_fuzzer.cpp40 panda::panda_file::AnnotationDataAccessor ada(panda_file, id); in AnnotationDataAccessorFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp48 panda_file::AnnotationDataAccessor ada(*pf, annotationId); in Initialize() local
172 panda_file::AnnotationDataAccessor ada(*pf, annotationId); in GetConcurrentRequestedModules() local
Dtype_literal_extractor.cpp44 panda_file::AnnotationDataAccessor ada(pf, annotationId); in GetMethodAnnoOffset() local
/arkcompiler/runtime_core/verifier/
Dverifier.cpp351 panda_file::AnnotationDataAccessor ada(*file_, annotation_id); in GetSlotNumberFromAnnotation() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp511 panda_file::AnnotationDataAccessor ada(*file_, annotation_id); in GetMethodAnnotations() local
522 void Disassembler::CreateAnnotationElement(panda_file::AnnotationDataAccessor &ada, pandasm::Functi… in CreateAnnotationElement()