OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMemberIndex
(Results
1 - 12
of
12
) sorted by null
/art/runtime/
dex_method_iterator_test.cc
40
uint32_t method_idx = it.
GetMemberIndex
();
dex_method_iterator.h
111
uint32_t
GetMemberIndex
() {
113
return GetIterator().
GetMemberIndex
();
dex_file_test.cc
244
const DexFile::MethodId& method_id = raw->GetMethodId(it.
GetMemberIndex
());
255
const DexFile::MethodId& method_id = raw->GetMethodId(it.
GetMemberIndex
());
266
const DexFile::MethodId& method_id = raw->GetMethodId(it.
GetMemberIndex
());
dex_file.h
[
all
...]
dex_file_verifier.cc
689
if (!CheckClassDataItemField(it.
GetMemberIndex
(), it.GetRawMemberAccessFlags(), true)) {
694
if (!CheckClassDataItemField(it.
GetMemberIndex
(), it.GetRawMemberAccessFlags(), false)) {
699
if (!CheckClassDataItemMethod(it.
GetMemberIndex
(), it.GetRawMemberAccessFlags(),
705
if (!CheckClassDataItemMethod(it.
GetMemberIndex
(), it.GetRawMemberAccessFlags(),
[
all
...]
class_linker.cc
[
all
...]
/art/compiler/
oat_writer.cc
296
uint32_t method_idx = it.
GetMemberIndex
();
443
std::string name = PrettyMethod(it.
GetMemberIndex
(), *dex_file_, true);
474
<< PrettyMethod(it.
GetMemberIndex
(), *dex_file_);
557
mirror::ArtMethod* method = linker->ResolveMethod(*dex_file_, it.
GetMemberIndex
(), dex_cache,
561
CHECK(method != NULL) << PrettyMethod(it.
GetMemberIndex
(), *dex_file_, true);
613
<< PrettyMethod(it.
GetMemberIndex
(), *dex_file_);
645
<< PrettyMethod(it.
GetMemberIndex
(), *dex_file_) << " to " << out_->GetLocation();
676
<< PrettyMethod(it.
GetMemberIndex
(), *dex_file_) << " for " << DataAccess::Name();
696
<< PrettyMethod(it.
GetMemberIndex
(), *dex_file_) << " to " << out_->GetLocation();
[
all
...]
elf_writer_mclinker.cc
247
uint32_t method_idx = it.
GetMemberIndex
();
357
uint32_t method_idx = it.
GetMemberIndex
();
/art/runtime/native/
dalvik_system_VMRuntime.cc
473
uint32_t field_idx = it.
GetMemberIndex
();
477
uint32_t field_idx = it.
GetMemberIndex
();
481
uint32_t method_idx = it.
GetMemberIndex
();
486
uint32_t method_idx = it.
GetMemberIndex
();
/art/compiler/driver/
compiler_driver.cc
[
all
...]
/art/oatdump/
oatdump.cc
421
it.
GetMemberIndex
(), it.GetMethodCodeItem(),
430
it.
GetMemberIndex
(), it.GetMethodCodeItem(),
[
all
...]
/art/runtime/verifier/
method_verifier.cc
164
uint32_t method_idx = it.
GetMemberIndex
();
208
uint32_t method_idx = it.
GetMemberIndex
();
[
all
...]
Completed in 356 milliseconds