Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h807 NO_RETURN void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame)
H A Dinterpreter_common.cc206 void UnexpectedOpcode(const Instruction* inst, const ShadowFrame& shadow_frame) { in UnexpectedOpcode() function
H A Dinterpreter_switch_impl-inl.h369 UnexpectedOpcode(inst_, shadow_frame_); in HandleUnused()