Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2679 … auto resolvedMethodData = CreateResolvedMethod(cls, vregNum, args1, &methodBytecode, &shortyBuf); in TEST_F() local
2680 auto resolvedMethod = std::move(resolvedMethodData.first); in TEST_F()