OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:art_quick_check_cast
(Results
1 - 11
of
11
) sorted by null
/art/runtime/arch/arm/
entrypoints_init_arm.cc
55
qpoints->pCheckCast =
art_quick_check_cast
;
/art/runtime/arch/arm64/
entrypoints_init_arm64.cc
38
qpoints->pCheckCast =
art_quick_check_cast
;
quick_entrypoints_arm64.S
[
all
...]
/art/runtime/arch/x86/
entrypoints_init_x86.cc
41
qpoints->pCheckCast =
art_quick_check_cast
;
quick_entrypoints_x86.S
[
all
...]
/art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc
48
qpoints->pCheckCast =
art_quick_check_cast
;
quick_entrypoints_x86_64.S
[
all
...]
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
65
qpoints->pCheckCast =
art_quick_check_cast
;
/art/runtime/entrypoints/quick/
quick_default_externs.h
34
extern "C" void
art_quick_check_cast
(const art::mirror::Class*, const art::mirror::Class*);
/art/runtime/arch/mips/
entrypoints_init_mips.cc
74
qpoints->pCheckCast =
art_quick_check_cast
;
/art/runtime/arch/
stub_test.cc
810
extern "C" void
art_quick_check_cast
(void);
818
const uintptr_t
art_quick_check_cast
= StubTest::GetEntrypoint(self, kQuickCheckCast);
local
833
art_quick_check_cast
, self);
local
838
art_quick_check_cast
, self);
local
843
art_quick_check_cast
, self);
local
850
art_quick_check_cast
, self);
local
[
all
...]
Completed in 274 milliseconds