Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dexceptions.h58 void ThrowIncompatibleClassChangeErrorForMethodConflict(const Method *method);
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h196 static void ThrowIncompatibleClassChangeErrorForMethodConflict(Method *method) in ThrowIncompatibleClassChangeErrorForMethodConflict() function
198 panda::ThrowIncompatibleClassChangeErrorForMethodConflict(method); in ThrowIncompatibleClassChangeErrorForMethodConflict()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h347 … static void ThrowIncompatibleClassChangeErrorForMethodConflict([[maybe_unused]] Method *method) {} in ThrowIncompatibleClassChangeErrorForMethodConflict() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp165 void ThrowIncompatibleClassChangeErrorForMethodConflict(const Method *method) in ThrowIncompatibleClassChangeErrorForMethodConflict() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1045 ThrowIncompatibleClassChangeErrorForMethodConflict(method); in IncompatibleClassChangeErrorForMethodConflictEntrypoint()