Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2731 std::vector<uint8_t> methodBytecode; in TEST_F() local
2732 … auto resolvedMethodData = CreateResolvedMethod(cls, vregNum, args1, &methodBytecode, &shortyBuf); in TEST_F()