Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints_list.h37 V(CheckCast, void, const mirror::Class*, const mirror::Class*) \
/art/compiler/optimizing/
Dnodes.h814 M(CheckCast, Instruction) \
3763 DECLARE_INSTRUCTION(CheckCast);
/art/runtime/arch/
Dstub_test.cc1076 TEST_F(StubTest, CheckCast) { in TEST_F() argument