OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindInterfaceMethod
(Results
1 - 9
of
9
) sorted by null
/art/compiler/llvm/
runtime_support_llvm_func_list.h
49
V(
FindInterfaceMethod
, art_portable_find_interface_method_from_code) \
gbc_expander.cc
82
using ::art::llvm::runtime_support::
FindInterfaceMethod
;
[
all
...]
/art/runtime/mirror/
class.cc
361
ArtMethod* Class::
FindInterfaceMethod
(const StringPiece& name, const StringPiece& signature) {
379
ArtMethod* Class::
FindInterfaceMethod
(const StringPiece& name, const Signature& signature) {
397
ArtMethod* Class::
FindInterfaceMethod
(const DexCache* dex_cache, uint32_t dex_method_idx) {
class.h
754
ArtMethod*
FindInterfaceMethod
(const StringPiece& name, const StringPiece& signature)
757
ArtMethod*
FindInterfaceMethod
(const StringPiece& name, const Signature& signature)
760
ArtMethod*
FindInterfaceMethod
(const DexCache* dex_cache, uint32_t dex_method_idx)
[
all
...]
/art/runtime/native/
dalvik_system_VMRuntime.cc
320
method = klass->
FindInterfaceMethod
(dex_cache.Get(), method_idx);
/art/runtime/
class_linker_test.cc
[
all
...]
class_linker.cc
[
all
...]
jni_internal.cc
151
method = c->
FindInterfaceMethod
(name, sig);
[
all
...]
/art/runtime/verifier/
method_verifier.cc
[
all
...]
Completed in 163 milliseconds