Searched refs:kDexNoIndex (Results 1 - 25 of 26) sorted by relevance

12

/art/runtime/
H A Dcheck_reference_map_visitor.h37 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex); member in class:art::CheckReferenceMapVisitor::DexFile
H A Dart_method-inl.h271 return dex_method_index_ == DexFile::kDexNoIndex;
330 if (UNLIKELY(dex_method_idx == DexFile::kDexNoIndex)) {
346 if (dex_method_idx != DexFile::kDexNoIndex) {
356 if (LIKELY(dex_method_idx != DexFile::kDexNoIndex)) {
388 if (dex_pc == DexFile::kDexNoIndex) {
H A Dart_method.cc177 return DexFile::kDexNoIndex;
196 return DexFile::kDexNoIndex; // Special no mapping case
219 return DexFile::kDexNoIndex;
260 uint32_t found_dex_pc = DexFile::kDexNoIndex;
286 if (found_dex_pc != DexFile::kDexNoIndex) {
H A Dquick_exception_handler.cc87 uint32_t dex_pc = DexFile::kDexNoIndex;
91 if (dex_pc != DexFile::kDexNoIndex) {
97 if (found_dex_pc != DexFile::kDexNoIndex) {
H A Dfault_handler.cc371 return !check_dex_pc || dexpc != DexFile::kDexNoIndex;
H A Dart_field-inl.h320 CHECK_NE(dex_field_index, DexFile::kDexNoIndex);
H A Ddex_file.h65 static const uint32_t kDexNoIndex = 0xFFFFFFFF; member in class:art::DexFile
500 if (idx == kDexNoIndex) {
H A Dinstrumentation.cc1002 uint32_t dex_pc = DexFile::kDexNoIndex;
1055 uint32_t dex_pc = DexFile::kDexNoIndex;
H A Ddex_file.cc844 if (need_locals && id != kDexNoIndex) {
H A Dmonitor.cc1025 // find the dex pc, and instead return kDexNoIndex. Then bail out, as it indicates we have an
1028 if (!abort_on_failure && dex_pc == DexFile::kDexNoIndex) {
H A Ddebugger.cc2946 catch_dex_pc_(DexFile::kDexNoIndex),
2947 throw_dex_pc_(DexFile::kDexNoIndex) {
2969 if (dex_pc != DexFile::kDexNoIndex) {
2975 if (found_dex_pc != DexFile::kDexNoIndex) {
H A Dthread.cc1708 trace_->GetLength() / 2 + count_, m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc(),
2204 // Note: this visitor may return with a method set, but dex_pc_ being DexFile:kDexNoIndex. This is
/art/compiler/driver/
H A Dcompiler_driver-inl.h181 uint32_t storage_idx = DexFile::kDexNoIndex;
201 if (storage_idx != DexFile::kDexNoIndex) {
208 *storage_index = DexFile::kDexNoIndex;
H A Dcompiler_driver.cc1436 if (dex_method_idx != DexFile::kDexNoIndex) {
/art/compiler/dex/
H A Dmir_field_info.h201 storage_index_(DexFile::kDexNoIndex) {
/art/compiler/
H A Doat_writer.cc231 class_def_index_(DexFile::kDexNoIndex) {
236 DCHECK_EQ(class_def_index_, DexFile::kDexNoIndex);
247 class_def_index_ = DexFile::kDexNoIndex;
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc945 if ((update_dex_cache_method_index != DexFile::kDexNoIndex) &&
2055 if (LIKELY(interface_method->GetDexMethodIndex() != DexFile::kDexNoIndex)) {
/art/runtime/interpreter/
H A Dinterpreter.cc413 // or DexFile::kDexNoIndex if there is none.
420 if (new_dex_pc != DexFile::kDexNoIndex) {
H A Dinterpreter_common.cc429 if (found_dex_pc == DexFile::kDexNoIndex) {
H A Dinterpreter_goto_table_impl.cc2486 if (found_dex_pc == DexFile::kDexNoIndex) {
H A Dinterpreter_switch_impl.cc30 if (found_dex_pc == DexFile::kDexNoIndex) { \
/art/compiler/optimizing/
H A Dbuilder.cc689 uint32_t storage_index = DexFile::kDexNoIndex;
711 } else if (storage_index != DexFile::kDexNoIndex) {
/art/oatdump/
H A Doatdump.cc1223 return DexFile::kDexNoIndex;
1345 if (dex_pc != DexFile::kDexNoIndex) {
/art/runtime/verifier/
H A Dmethod_verifier.cc388 work_insn_idx_(DexFile::kDexNoIndex),
605 if (work_insn_idx_ < DexFile::kDexNoIndex) {
1579 // Returns the index of the first final instance field of the given class, or kDexNoIndex if there
1597 return DexFile::kDexNoIndex;
2819 if (first_index != DexFile::kDexNoIndex) {
/art/compiler/dex/quick/
H A Dgen_common.cc93 DCHECK_NE(field_info.StorageIndex(), DexFile::kDexNoIndex);

Completed in 323 milliseconds

12