Home
last modified time | relevance | path

Searched defs:RuntimeInterfaceMock (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcommon.h57 struct RuntimeInterfaceMock : public compiler::RuntimeInterface { struct
61 explicit RuntimeInterfaceMock(size_t arg_count) : RuntimeInterfaceMock(arg_count, true) {} in RuntimeInterfaceMock() function
63 RuntimeInterfaceMock(size_t arg_count, bool is_ctor) : argument_count(arg_count), is_constructor(is_ctor) {} in RuntimeInterfaceMock() function
/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.h31 struct RuntimeInterfaceMock : public compiler::RuntimeInterface { struct
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.h33 struct RuntimeInterfaceMock : public compiler::RuntimeInterface { struct
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h58 struct RuntimeInterfaceMock : public compiler::RuntimeInterface { struct
64 explicit RuntimeInterfaceMock(size_t argCount) : RuntimeInterfaceMock(argCount, true) {} in RuntimeInterfaceMock() function
66 RuntimeInterfaceMock(size_t argCount, bool isCtor) : argumentCount(argCount), isConstructor(isCtor) {} in RuntimeInterfaceMock() function

Completed in 7 milliseconds