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

  /art/runtime/
native_bridge_art_interface.cc 50 for (auto& m : c->GetMethods(kRuntimePointerSize)) {
65 for (auto& m : c->GetMethods(kRuntimePointerSize)) {
runtime_callbacks_test.cc 77 for (auto& m : klass->GetMethods(pointer_size)) {
class_linker.cc     [all...]
instrumentation.cc 124 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) {
    [all...]
jni_internal.cc 417 for (auto& method : c->GetMethods(pointer_size)) {
    [all...]
class_linker_test.cc     [all...]
runtime.cc     [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
class-refvisitor-inl.h 70 for (ArtMethod& method : GetMethods(pointer_size)) {
class-inl.h     [all...]
class.cc     [all...]
class.h 734 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethods(PointerSize pointer_size)
    [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
Program.cs 35 var methods = testClass.GetMethods(BindingFlags.Public |
  /system/tools/aidl/
aidl_unittest.cpp 153 ASSERT_FALSE(parse_result->GetMethods().empty());
154 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsNullable(),
167 ASSERT_FALSE(parse_result->GetMethods().empty());
168 EXPECT_EQ(parse_result->GetMethods()[0]->GetType().IsUtf8InCpp(),
generate_cpp.cpp 406 for (const auto& method : interface.GetMethods()) {
550 for (const auto& method : interface.GetMethods()) {
644 for (const auto& method: interface.GetMethods()) {
701 for (const auto& method : interface.GetMethods()) {
737 if (!interface.GetMethods().empty()) {
739 for (const auto& method : interface.GetMethods()) {
aidl.cpp 187 for (const auto& m : c->GetMethods()) {
660 interface->GetMethods()) != 0) {
aidl_language.h 329 const std::vector<std::unique_ptr<AidlMethod>>& GetMethods() const
generate_java_binder.cpp 545 for (const auto& item : iface->GetMethods()) {
  /art/compiler/
common_compiler_test.cc 128 for (auto& m : klass->GetMethods(pointer_size)) {
248 for (auto& m : klass->GetMethods(pointer_size)) {
image_writer.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 92 for (auto& m : c->GetMethods(pointer_size)) {
compiler_driver.cc     [all...]
  /art/runtime/jit/
profile_saver.cc 345 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) {
    [all...]
  /art/profman/
profile_assistant_test.cc 687 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) {
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 1070 milliseconds