HomeSort by relevance Sort by last modified time
    Searched refs:GetMethods (Results 1 - 19 of 19) sorted by null

  /art/runtime/
native_bridge_art_interface.cc 48 for (auto& m : c->GetMethods(sizeof(void*))) {
63 for (auto& m : c->GetMethods(sizeof(void*))) {
instrumentation.cc 97 for (ArtMethod& method : klass->GetMethods(sizeof(void*))) {
    [all...]
class_linker.cc     [all...]
jni_internal.cc 319 for (auto& method : c->GetMethods(pointer_size)) {
    [all...]
class_linker_test.cc     [all...]
debugger.cc 580 for (auto& m : klass->GetMethods(pointer_size)) {
    [all...]
  /system/tools/aidl/
aidl_unittest.cpp 144 ASSERT_FALSE(parse_result->GetMethods().empty());
145 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsNullable(),
158 ASSERT_FALSE(parse_result->GetMethods().empty());
159 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsUtf8InCpp(),
generate_cpp.cpp 394 for (const auto& method : interface.GetMethods()) {
527 for (const auto& method : interface.GetMethods()) {
605 for (const auto& method: interface.GetMethods()) {
662 for (const auto& method : interface.GetMethods()) {
689 for (const auto& method : interface.GetMethods()) {
aidl.cpp 181 for (const auto& m : c->GetMethods()) {
617 interface->GetMethods()) != 0) {
aidl_language.h 289 const std::vector<std::unique_ptr<AidlMethod>>& GetMethods() const
generate_java_binder.cpp 541 for (const auto& item : iface->GetMethods()) {
  /art/compiler/
common_compiler_test.cc 119 for (auto& m : klass->GetMethods(pointer_size)) {
240 for (auto& m : klass->GetMethods(pointer_size)) {
image_writer.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 90 for (auto& m : c->GetMethods(pointer_size)) {
compiler_driver.cc     [all...]
  /art/runtime/jit/
profile_saver.cc 206 for (ArtMethod& method : klass->GetMethods(sizeof(void*))) {
  /art/runtime/mirror/
class-inl.h     [all...]
class.cc 805 for (auto& m : GetMethods(pointer_size)) {
    [all...]
class.h 716 ALWAYS_INLINE IterationRange<StrideIterator<ArtMethod>> GetMethods(size_t pointer_size)
    [all...]

Completed in 472 milliseconds