Home
last modified time | relevance | path

Searched defs:newData2 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/
Dannotations_test.cpp47 …notationsInner(std::string_view name, AbckitCoreAnnotationElement *annoElement, AnnoInfo *newData2) in ProcessAnnotationsInner()
117 auto *newData2 = reinterpret_cast<AnnoInfo *>(data2); in ProcessAnnotations() local
148 auto *newData2 = reinterpret_cast<AnnoInfo *>(data2); in __anon6c29206d0402() local
287 auto *newData2 = reinterpret_cast<AnnoInterfaceInfo *>(data2); in __anon6c29206d0902() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_test_common.h221 … auto newData2 = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * nums); variable