Home
last modified time | relevance | path

Searched refs:base_method (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/tools/hidl/lint/test/interfaces/method_versions/1.0/
DISnakeCase.hal20 base_method();
/aosp_15_r20/art/openjdkjvmti/
H A Dti_method.cc185 art::ArtMethod* base_method = art_method->GetInterfaceMethodIfProxy(art::kRuntimePointerSize); in GetArgumentsSize() local
186 size_t arg_count = art::ArtMethod::NumArgRegisters(base_method->GetShortyView()); in GetArgumentsSize()
187 if (!base_method->IsStatic()) { in GetArgumentsSize()